aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-olinuxino-lime
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-18 19:51:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-18 19:51:23 +0000
commit39fd7af7d5be9bc3296d2c2ea2db21e925d3a106 (patch)
tree5c6b9c3995c1a50381d5944be0d728fb65427d0f /sysutils/u-boot-olinuxino-lime
parent9c34911b9718cab7b779fd1f410861267c030fa7 (diff)
downloadports-39fd7af7d5be9bc3296d2c2ea2db21e925d3a106.tar.gz
ports-39fd7af7d5be9bc3296d2c2ea2db21e925d3a106.zip
Update the instruction and description of the u-boot ports which use
u-boot-master. Submitted by: manu Differential Revision: D15883
Notes
Notes: svn path=/head/; revision=472710
Diffstat (limited to 'sysutils/u-boot-olinuxino-lime')
-rw-r--r--sysutils/u-boot-olinuxino-lime/pkg-descr16
1 files changed, 5 insertions, 11 deletions
diff --git a/sysutils/u-boot-olinuxino-lime/pkg-descr b/sysutils/u-boot-olinuxino-lime/pkg-descr
index 8087c1c58861..03861254e521 100644
--- a/sysutils/u-boot-olinuxino-lime/pkg-descr
+++ b/sysutils/u-boot-olinuxino-lime/pkg-descr
@@ -1,19 +1,13 @@
U-Boot loader for Olinuxino Lime.
To install this bootloader on an sdcard just do :
-dd if=/usr/local/share/u-boot/u-boot-olinuxino-lime/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync
+dd if=$LOCALBASE/share/u-boot/u-boot-olinuxino-lime/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.bin
- using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on
- the FreeBSD partition.
- * By default, it loads PIE ubldr.bin from file ubldr.bin 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 Allwinner boards, see
- https://wiki.freebsd.org/FreeBSD/arm/Allwinner
+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