mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
7099a967b7
running FreeBSD/arm EABI. Approved by: db
19 lines
721 B
Plaintext
19 lines
721 B
Plaintext
U-Boot loader for BeagleBone and BeagleBone Black.
|
|
|
|
This version is patched so that:
|
|
* ELF and API features are enabled
|
|
* U-Boot binary is called BB-UBOOT.IMG
|
|
* It loads env from BB-UENV.TXT (an empty file suffices)
|
|
* It loads BBONE.DTB if running on an older (white) BeagleBone,
|
|
or BBONEBLK.DTB if running on a BeagleBone Black
|
|
* By default, it loads ELF ubldr from file BBUBLDR to address 0x88000000
|
|
|
|
Note: prefixing the boot files with 'BB' allows building
|
|
images with boot bits for more than one board.
|
|
|
|
For information about running FreeBSD on BeagleBone or BeagleBone Black, see
|
|
https://wiki.freebsd.org/FreeBSD/arm/BeagleBone
|
|
|
|
For general information about U-Boot, see
|
|
WWW: http://www.denx.de/wiki/U-Boot
|