ROC-RK3328-CC (Renegade)

by Libre Computer

Image of Board

The ROC-RK3328-CC platform is built on the Rockchip RK3328 system-on-chip optimized for low cost, low power, and high performance IO. It features a high performance native USB 3.0 interface and Gigabit MAC. Libre Computer is one of the few Linux-based software and hardware solutions provider for this chip.

Product Features

  • Form Factor Compatible with Raspberry PiĀ® 2/3 Model B/B+
  • Quad 64-bit Low Power Cores
  • Quad Core 3D GPU with OpenGL ES 2.0
  • Rockchip Multimedia Processor
    • H.265
    • H.264
    • VP9
  • HDMI 2.0 with 4K HDR support
  • Up to 4GB DDR4
  • USB 3.0
  • Gigabit Ethernet MAC

Purchase

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.