mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
4d10a9a9f4
Also add a config file template for edk2 setup for rpi3
8 lines
375 B
Plaintext
8 lines
375 B
Plaintext
U-Boot loader and related files for the Pine64 PineBook Pro.
|
|
|
|
To install this bootloader on an sdcard just do:
|
|
dd if=/usr/local/share/u-boot/u-boot-pinebookpro/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
|
|
dd if=/usr/local/share/u-boot/u-boot-pinebookpro/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
|
|
|
|
WWW: https://www.denx.de/wiki/U-Boot
|