diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:51:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:51:23 +0000 |
commit | 39fd7af7d5be9bc3296d2c2ea2db21e925d3a106 (patch) | |
tree | 5c6b9c3995c1a50381d5944be0d728fb65427d0f /sysutils/u-boot-olinuxino-lime | |
parent | 9c34911b9718cab7b779fd1f410861267c030fa7 (diff) | |
download | ports-39fd7af7d5be9bc3296d2c2ea2db21e925d3a106.tar.gz ports-39fd7af7d5be9bc3296d2c2ea2db21e925d3a106.zip |
Notes
Diffstat (limited to 'sysutils/u-boot-olinuxino-lime')
-rw-r--r-- | sysutils/u-boot-olinuxino-lime/pkg-descr | 16 |
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 |