mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
a9573f51f6
RockPi4 is a RK3399-based SBC, u-boot supports it so add a port for it. See https://rockpi.org/rockpi4 for the board description. Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
8 lines
367 B
Plaintext
8 lines
367 B
Plaintext
U-Boot loader and related files for the Radxa Rock Pi 4.
|
|
|
|
To install this bootloader on an sdcard just do:
|
|
dd if=/usr/local/share/u-boot/u-boot-rock-pi-4/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
|
|
dd if=/usr/local/share/u-boot/u-boot-rock-pi-4/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
|
|
|
|
WWW: https://www.denx.de/wiki/U-Boot
|