80732c4bb2
Patches are comming upstream and I've personnally runned the wip branch for a long time. So it's time that other people can enjoy FreeBSD on the pinebook. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17410
9 lines
409 B
Text
9 lines
409 B
Text
U-Boot loader and related files for the Pinebook
|
|
|
|
To install this bootloader on an sdcard just do:
|
|
dd if=/usr/local/share/u-boot/u-boot-pinebook/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
|
|
|
|
For information about running FreeBSD on Allwinner boards, see
|
|
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
|
|
|
|
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
|