HCL:Orange Pi PC 2
The Xunlong Software Orange Pi PC 2 is a single-board computer (SBC).
Technical details
- Allwinner H5 SoC
- 4x ARM Cortex-A53 CPU
- ARM Mali-450 MP6 GPU
- 1 GB RAM
- Micro SD card
- 3x USB 2.0 host, 1x USB 2.0 OTG
- 1 GbE Ethernet
- 40-pin header
Manual installation
Install the Pine64 image and overwrite the bootloader afterwards with U-Boot v2017.05-rc2 plus pending patches. After the first reboot you will need to write the bootloader again, as Kiwi will reinstall the Pine64 bootloader after partition resizing.
Mainline U-Boot
# dd if=spl/sunxi-spl.bin of=/dev/sdX bs=8k seek=1 # dd if=u-boot.itf of=/dev/sdX bs=8k seek=5
If u-boot.itf does not exist in your U-Boot build directory, you are likely missing some patches.