Difference between revisions of "RockBox"

From PINE64
Jump to navigation Jump to search
Line 17: Line 17:


== Software releases ==
== Software releases ==
* [https://github.com/mrfixit2001/debian_builds/releases Mrfixit2001's Debian Minimal Release] (Note: can be updated to a more recent Debian using the regular updating tools, except for the kernel and u-boot)


== Development ==
== Development ==

Revision as of 13:08, 12 September 2021

Rendering of the RockBox

The Popcorn Hour RockBox Basic is a TV box from the Cloud Media company in partnership with PINE64 and the PINE64 community. It is running a Rockchip RK3328 SoC and is supporting multiple different operating systems. The device is similar to the Rock64 and runs some of its operating systems, it has a custom PCB and multiple hardware differences however.

Specifications

  • Dimensions: TODO
  • Weight: TODO
  • CPU: Rockchip RK3328, Quad core Cortex-A53 @ up to 1.5GHz
  • GPU: Mali-450MP2
  • System Memory: 1GB LPDDR3
  • Internal Storage: 8GB eMMC
  • Connectivity: 802.11a/b/g/n, Ethernet 10/100
  • USB: 1x USB 2.0 OTG port, 1x USB 3.0 port
  • Video Output: HDMI Standard HDMI 2.0a@60hz
  • Audio Output: Via HDMI, Optical S/PDIF port
  • Power Supply: DC 5V/2A

Software releases

Development

Disassembly

The device can be easily disassembled by removing the four rubber feet and by unscrewing the four screws underneath them. The board is held in place by additional two black screws. Note: The board is connected to the main body with a cable.

UART

Internals of the RockBox with the UART contacts visible on the bottom right

A serial console can be connected to the RockBox to retrieve the UART boot logs. A device such as a USB to TTL converter can be used to connect the RockBox. Simply set the USB device to 3.3 volts and connect GND to the GND connector on the mainboard, RTX to TX and TXD to RX. The fourth unlabelled contact on the mainboard should not be connected. Note: Unlike the ROCKPro64, connecting TXD does not prevent the device from booting up.

Connect the USB device to the PC and use a tool such as screen to display the serial output:

screen /dev/ttyUSB0 1500000

Then power up the RockBox and enjoy the serial output on the PC.

Mainline Linux

External resources