diff --git a/sysutils/u-boot-rock-3c/Makefile b/sysutils/u-boot-rock-3c/Makefile new file mode 100644 index 0000000000000..af7e6c6a96fb3 --- /dev/null +++ b/sysutils/u-boot-rock-3c/Makefile @@ -0,0 +1,7 @@ +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= rock-3c +BOARD_CONFIG= rock-3c-rk3566_defconfig +FAMILY= rk356X + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-rock-3c/pkg-descr b/sysutils/u-boot-rock-3c/pkg-descr new file mode 100644 index 0000000000000..d3ba72e84e5dd --- /dev/null +++ b/sysutils/u-boot-rock-3c/pkg-descr @@ -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