1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/sysutils/u-boot-chip/pkg-descr
Warner Losh fb7518f146 Make CHIP a proper slave port of u-boot-master rather than
u-boot-olimex-a20-som-evb. No maintainer was listed. Tweak MODEL to be
chip to match port name.
2017-08-02 16:17:14 +00:00

17 lines
711 B
Plaintext

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