blob: 151babe6a364d16c86ce1ca0b3c637a76ca50352 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
U-Boot loader for NanoPi Neo.
To install this bootloader on an sdcard just do :
dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-neo/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
This version is patched so that:
* API features are enabled.
* A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
|