LubanCat-5

by EmbedFire

Image of Board

LubanCat-5 is equipped with an eight-core CPU of quad-core A76 + quad-core A55 and a powerful Arm high-performance GPU, with a built-in NPU with 6T computing power. It is equipped with two Gigabit network ports, HDMI, USB3.0, MINI PCI-E interface, MIPI and other peripherals. Compared with LubanCat-4, it has reserved more USB, HDMI and other general interfaces, further expanding the use scenarios of the board

LubanCat-5 has powerful performance and can be used as a high-performance single-board computer and embedded motherboard for display, control, network transmission, file storage, edge computing and other scenarios

The LubanCat-5 board provides a complete SDK driver development package, design schematics and other resources, which not only helps users further apply the board, but also greatly reduces the secondary development time based on this board and speeds up product launch.

Specifications

  • DC 12V@2A DC input
  • RK3588S (quad-core A76 + quad-core A55, Mali-G610, 6T computing power)
  • LPDDR4X-4/8/16GB
  • eMMC-32/64/128GB
  • 10/100/1000M adaptive Ethernet port
  • Type-A port x1 (HOST)
  • Type-A port x1 (OTG)
  • Type-A port x2 (HOST)
  • Type-C interface x1 (OTG), firmware burning interface, DP display (supports multi-screen display with other screens)
  • One Debug serial port, default parameters 1500000-8-N-1
  • ON/OFF (power button), MR (MaskRom), REC (Recovery), RST (Reset button)
  • Headphone output + microphone input 2 in 1 interface
  • Compatible with Raspberry Pi 40Pin interface, supports PWM, GPIO, I2C, SPI, UART functions
  • Can be used with full-height or half-height WIFI network card, 4G module or other MINI-PCIE interface module
  • Need to be used with 4G module
  • 1x Input Interface
  • 2x output interface, display interface, supports multi-screen display with other screens
  • 2xMIPI screen interface, supports multi-screen display with other screens
  • 6x camera ports (front x3, back x3)
  • Support TF card boot system, up to 512GB
  • Support infrared remote control
  • Support RTC function
  • Support installation of fan cooling

Contribute

Have some info to add for this board? Edit the source for this page here.

Adafruit Blinka Installation

We use a special library called adafruit_blinka (named after Blinka, the CircuitPython mascot) to provide the layer that translates the CircuitPython hardware API to whatever library the Linux board provides.

For example, on Raspberry Pi we use the python RPi.GPIO library. For any I2C interfacing we'll use ioctl messages to the /dev/i2c device. For SPI we'll use the spidev python library, etc. These details don't matter so much because they all happen underneath the adafruit_blinka layer.