freebsd-ports/sysutils/u-boot-sopine-spi/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

16 lines
817 B
Text

U-Boot loader and related files for the Sopine SPI Flash.
To install this bootloader on the spi flash just do from a running sopine system:
dd if=/usr/local/share/u-boot/u-boot-sopine-spi/u-boot-sunxi-with-spl.bin of=/dev/flash/spi0 bs=64k conv=sync
U-boot environment variables are save in the flash and not in the fat partition.
You can also use the flasher image
dd if=/usr/local/share/u-boot/u-boot-sopine-spi/sopine-spi-flasher.img of=/path/to/sdcard
Boot the sdcard on the sopine/pine64-lts and it will erase and populate the spi flash
with this u-boot.
Since there is no led that we can flash do indicate that flashing is done the best way to
know it to connect an uart adapter or hdmi monitor.
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner