aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-bananapi/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/u-boot-bananapi/pkg-descr')
-rw-r--r--sysutils/u-boot-bananapi/pkg-descr20
1 files changed, 7 insertions, 13 deletions
diff --git a/sysutils/u-boot-bananapi/pkg-descr b/sysutils/u-boot-bananapi/pkg-descr
index 6a1701888400..3db9dd2d69ca 100644
--- a/sysutils/u-boot-bananapi/pkg-descr
+++ b/sysutils/u-boot-bananapi/pkg-descr
@@ -1,19 +1,13 @@
U-Boot loader for Banana Pi.
-To install this bootloader, follow the instructions in
- http://linux-sunxi.org/Bootable_SD_card#Bootloader
+To install this bootloader on an sdcard just do :
+dd if=$LOCALBASE/share/u-boot/u-boot-bananapi/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
This version is patched so that:
- * ELF and API features are enabled.
- * The default environment is trimmed to just what's needed to boot.
- * The saveenv command writes to the file u-boot.env on the FAT partition.
- * The DTB file name is chosen based on the board model and passed to ubldr
- using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on
- the FreeBSD partition.
- * By default, it loads ELF ubldr from file ubldr on the FAT partition
- to address 0x42000000, and launches it.
+ * 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 Banana Pi, see
- https://wiki.freebsd.org/FreeBSD/arm/Allwinner
+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
+WWW: http://www.denx.de/wiki/U-Boot