This is a u-boot slave port for the Pine64 PineBookPro, an RK3399 ARM64 laptop. The patches have been submitted upstream and will probably be part of the next u-boot release, but add the port in the meantime in case anyone wants to start testing/dev FreeBSD on this laptop. It doesn't have video support for now so one want to use a serial cable.
7 lines
368 B
Text
7 lines
368 B
Text
U-Boot loader and related files for the Pine64 RockPro64.
|
|
|
|
To install this bootloader on an sdcard just do:
|
|
dd if=/usr/local/share/u-boot/u-boot-rockpro64/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
|
|
dd if=/usr/local/share/u-boot/u-boot-rockpro64/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
|
|
|
|
WWW: https://www.denx.de/wiki/U-Boot
|