mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
sysutils/u-boot-radxa-zero3: Add new port
Add a new u-boot port for the RK3566 based radxa zero3e, zero3 board. PR: 286290
This commit is contained in:
parent
a6a27bb413
commit
16fe63bc08
3 changed files with 14 additions and 0 deletions
|
@ -1449,6 +1449,7 @@
|
||||||
SUBDIR += u-boot-quartz64-a
|
SUBDIR += u-boot-quartz64-a
|
||||||
SUBDIR += u-boot-quartz64-b
|
SUBDIR += u-boot-quartz64-b
|
||||||
SUBDIR += u-boot-riotboard
|
SUBDIR += u-boot-riotboard
|
||||||
|
SUBDIR += u-boot-radxa-zero3
|
||||||
SUBDIR += u-boot-rock-pi-4
|
SUBDIR += u-boot-rock-pi-4
|
||||||
SUBDIR += u-boot-rock64
|
SUBDIR += u-boot-rock64
|
||||||
SUBDIR += u-boot-rockpro64
|
SUBDIR += u-boot-rockpro64
|
||||||
|
|
7
sysutils/u-boot-radxa-zero3/Makefile
Normal file
7
sysutils/u-boot-radxa-zero3/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||||
|
|
||||||
|
MODEL= radxa-zero3
|
||||||
|
BOARD_CONFIG= radxa-zero-3-rk3566_defconfig
|
||||||
|
FAMILY= rk356X
|
||||||
|
|
||||||
|
.include "${MASTERDIR}/Makefile"
|
6
sysutils/u-boot-radxa-zero3/pkg-descr
Normal file
6
sysutils/u-boot-radxa-zero3/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
U-Boot loader and related files for the radxa zero3e, zero3w
|
||||||
|
|
||||||
|
To install this bootloader on an sdcard just do:
|
||||||
|
|
||||||
|
dd if=/usr/local/share/u-boot/u-boot-radxa-zero3/idbloader.img of=/path/to/sdcarddevice seek=64 conv=sync
|
||||||
|
dd if=/usr/local/share/u-boot/u-boot-radxa-zero3/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
|
Loading…
Add table
Reference in a new issue