1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Update the instruction and description of the u-boot ports which use

u-boot-master.

Submitted by:		manu
Differential Revision:	D15883
This commit is contained in:
Mark Linimon 2018-06-18 19:51:23 +00:00
parent 9c34911b97
commit 39fd7af7d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472710
24 changed files with 124 additions and 225 deletions

View File

@ -1,16 +1,13 @@
U-Boot loader for A13 Olinuxino.
To install this bootloader on an sdcard just do :
dd if=/usr/local/share/u-boot/u-boot-a13-olinuxino/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-a13-olinuxino/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 distroboot command knows how to load FreeBSD loader(8)
* By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT
partition to address 0x42000000, and launches it. If ubldr.bin is
not found, it falls back on ubldr
* 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

View File

@ -4,6 +4,6 @@ To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-a64-olinuxino/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
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
WWW: http://www.denx.de/wiki/U-Boot

View File

@ -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

View File

@ -1,19 +1,13 @@
U-Boot loader for Banana Pi M2.
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-bananapim2/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 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 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

View File

@ -5,19 +5,10 @@ partition on an SD card or the eMMC. Normally this is partition 1, but
different partitions can be set with U-Boot environment variables.
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 uboot.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 bbubldr on the FAT partition
to address 0x88000000, and launches it.
Note: prefixing the boot files with 'bb' allows building
images with boot bits for more than one board.
* API features are enabled.
* A boot.scr (U-Boot scripts ) that loads ubldr.bin and execute it is included
For information about running FreeBSD on BeagleBone or BeagleBone Black, see
https://wiki.freebsd.org/FreeBSD/arm/BeagleBone
https://wiki.freebsd.org/FreeBSD/arm/BeagleBone
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
WWW: http://www.denx.de/wiki/U-Boot

View File

@ -1,16 +1,13 @@
U-Boot loader for NextThingCo CHIP.
To install this bootloader on an sdcard just do :
dd if=/usr/local/share/u-boot/u-boot-chip/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-chip/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 distroboot command knows how to load FreeBSD loader(8)
* By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT
partition to address 0x42000000, and launches it. If ubldr.bin is
not found, it falls back on ubldr
* 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

View File

@ -1,19 +1,13 @@
U-Boot loader for Cubieboard.
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-cubieboard/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 Cubieboard, 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

View File

@ -1,19 +1,13 @@
U-Boot loader for Cubieboard2.
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-cubieboard2/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 Cubieboard, 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

View File

@ -5,17 +5,10 @@ partition on an SD card. Normally this is partition 1, but different
partitions can be set with U-Boot environment variables.
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 uboot.env on the FAT partition.
* The DTB file name is passed to ubldr using the fdtfile env variable.
The default is omap4-duovero-parlor.dtb for a Parlor expansion board.
ubldr loads the DTB from /boot/dtb/ on the FreeBSD partition.
(Not tested)
* By default, it loads ELF ubldr from file ubldr on the FAT partition
to address 0x88000000, 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 Duovero, see
https://wiki.freebsd.org/FreeBSD/arm/Duovero
https://wiki.freebsd.org/FreeBSD/arm
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
WWW: http://www.denx.de/wiki/U-Boot

View File

@ -1,16 +1,13 @@
U-Boot loader for NanoPi M1 Plus.
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-nanopi-m1plus/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 distroboot command knows how to load FreeBSD loader(8)
* By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT
partition to address 0x42000000, and launches it. If ubldr.bin is
not found, it falls back on ubldr
* 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 NanoPi Neo, 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

View File

@ -1,16 +1,13 @@
U-Boot loader for NanoPi Neo Air.
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-nanopi-neo-air/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 distroboot command knows how to load FreeBSD loader(8)
* By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT
partition to address 0x42000000, and launches it. If ubldr.bin is
not found, it falls back on ubldr
* 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 NanoPi Neo, 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

View File

@ -1,16 +1,13 @@
U-Boot loader for NanoPi Neo.
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-nanopi-neo/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 distroboot command knows how to load FreeBSD loader(8)
* By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT
partition to address 0x42000000, and launches it. If ubldr.bin is
not found, it falls back on ubldr
* 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 NanoPi Neo, 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

View File

@ -1,19 +1,13 @@
U-Boot loader for Olimex A20 SOM EVB.
To install this bootloader on an sdcard just do :
dd if=/usr/local/share/u-boot/u-boot-olimex-a20-som-evb/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-olimex-a20-som-evb/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

View File

@ -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

View File

@ -1,19 +1,13 @@
U-Boot loader for OrangePi One.
To install this bootloader on an sdcard just do :
dd if=/usr/local/share/u-boot/u-boot-orangepi-one/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-orangepi-one/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

View File

@ -1,9 +1,13 @@
U-Boot loader and related files for the OrangePi PC
To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-orangepi-pc/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
To install this bootloader on an sdcard just do :
dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-pc/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
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
WWW: http://www.denx.de/wiki/U-Boot

View File

@ -1,9 +1,9 @@
U-Boot loader and related files for the OrangePi PC2
To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-orangepi-pc2/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-pc2/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
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
WWW: http://www.denx.de/wiki/U-Boot

View File

@ -1,20 +1,13 @@
U-Boot loader for OrangePi Plus2E.
To install this bootloader on an sdcard just do :
dd if=/usr/local/share/u-boot/u-boot-orangepi-plus-2e/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-orangepi-plus-2e/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

View File

@ -1,19 +1,13 @@
U-Boot loader for OrangePi Zero.
To install this bootloader on an sdcard just do :
dd if=/usr/local/share/u-boot/u-boot-orangepi-zero/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-orangepi-zero/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

View File

@ -5,17 +5,10 @@ partition on an SD card. Normally this is partition 1, but different
partitions can be set with U-Boot environment variables.
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 uboot.env on the FAT partition.
* The DTB file name is passed to ubldr using the fdtfile env variable.
It defaults to omap4-panda.dtb unless you override it. ubldr loads
the DTB from /boot/dtb/ on the FreeBSD partition.
(Not tested)
* By default, it loads ELF ubldr from file ubldr on the FAT partition
to address 0x88000000, and launches it.
* API features are enabled.
* A boot.scr (U-Boot scripts ) that loads ubldr.bin and execute it is included
For information about running FreeBSD on the PandaBoard, see
https://wiki.freebsd.org/FreeBSD/arm/PandaBoard
https://wiki.freebsd.org/FreeBSD/arm/PandaBoard
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
WWW: http://www.denx.de/wiki/U-Boot

View File

@ -1,19 +1,13 @@
U-Boot loader for pcDuino3
To install this bootloader on an sdcard just do :
dd if=/usr/local/share/u-boot/u-boot-pcduino3/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-pcduino3/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

View File

@ -1,19 +1,13 @@
U-Boot loader for Banana Pi M3.
To install this bootloader on an sdcard just do :
dd if=/usr/local/share/u-boot/u-boot-sinovoip-bpi-m3/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-sinovoip-bpi-m3/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

View File

@ -3,10 +3,10 @@ U-Boot loader for the Xilinx Zynq-based Zedboard.
To install this bootloader, copy the files in the share/u-boot/u-boot-zedboard
directory to the first partition, formatted as FAT16 or FAT32, on an SD card.
This version is patched as follows:
* ELF and API features are enabled.
This version is patched so that:
* API features are enabled.
For information about running FreeBSD on Xilinx Zynq SoCs, see
WWW: https://wiki.freebsd.org/FreeBSD/arm/Zedboard
https://wiki.freebsd.org/FreeBSD/arm/Zedboard
For general information about U-Boot see WWW: https://www.denx.de/wiki/U-Boot
WWW: https://www.denx.de/wiki/U-Boot

View File

@ -3,10 +3,10 @@ U-Boot loader for the Xilinx Zynq-based Zedboard.
To install this bootloader, copy the files in the share/u-boot/u-boot-zedboard
directory to the first partition, formatted as FAT16 or FAT32, on an SD card.
This version is patched as follows:
* ELF and API features are enabled.
This version is patched so that:
* API features are enabled.
For information about running FreeBSD on Xilinx Zynq SoCs, see
WWW: https://wiki.freebsd.org/FreeBSD/arm/Zedboard
https://wiki.freebsd.org/FreeBSD/arm/Zedboard
For general information about U-Boot see WWW: https://www.denx.de/wiki/U-Boot
WWW: https://www.denx.de/wiki/U-Boot