1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/u-boot-rock-pi-4/pkg-descr
Emmanuel Vadot a9573f51f6 sysutils/u-boot-rock-pi-4: Add new port
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>
2020-11-04 20:13:09 +00:00

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