Update sysutils/u-boot-pine64/pkg-descr with an example on how to dd to an image.
Approved by: bdrewery (mentor, implicit), manu (maintainer)
This commit is contained in:
parent
ac800f3a57
commit
fc4b60e71b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453904
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
U-Boot loader and related files for the Pine64
|
||||
U-Boot loader and related files for the Pine64.
|
||||
|
||||
To install this bootloader on an sdcard just do:
|
||||
dd if=/usr/local/share/u-boot/u-boot-pine64/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
|
||||
|
||||
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
|
||||
|
|
Loading…
Reference in a new issue