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>
This commit is contained in:
parent
1980327297
commit
a9573f51f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554100
@ -1378,6 +1378,7 @@
|
||||
SUBDIR += u-boot-qemu-arm64
|
||||
SUBDIR += u-boot-qemu-riscv64
|
||||
SUBDIR += u-boot-riotboard
|
||||
SUBDIR += u-boot-rock-pi-4
|
||||
SUBDIR += u-boot-rock64
|
||||
SUBDIR += u-boot-rockpro64
|
||||
SUBDIR += u-boot-rpi
|
||||
|
9
sysutils/u-boot-rock-pi-4/Makefile
Normal file
9
sysutils/u-boot-rock-pi-4/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||
|
||||
MODEL= rock-pi-4
|
||||
BOARD_CONFIG= rock-pi-4-rk3399_defconfig
|
||||
FAMILY= rk3399
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
7
sysutils/u-boot-rock-pi-4/pkg-descr
Normal file
7
sysutils/u-boot-rock-pi-4/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user