Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions sysutils/u-boot-rock-3c/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
MASTERDIR= ${.CURDIR}/../u-boot-master

MODEL= rock-3c
BOARD_CONFIG= rock-3c-rk3566_defconfig
FAMILY= rk356X

.include "${MASTERDIR}/Makefile"
6 changes: 6 additions & 0 deletions sysutils/u-boot-rock-3c/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
U-Boot loader and related files for the Radxa Rock 3C.

To install this bootloader on an sdcard just do:

dd if=/usr/local/share/u-boot/u-boot-rock-3c/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
dd if=/usr/local/share/u-boot/u-boot-rock-3c/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync