sysutils/u-boot/bananapi-r2-pro: new port
PR: 289183
This commit is contained in:
committed by
Emmanuel Vadot
parent
78ab74a930
commit
bf68cc33d6
@@ -1429,6 +1429,7 @@
|
||||
SUBDIR += u-boot-a64-olinuxino
|
||||
SUBDIR += u-boot-bananapi
|
||||
SUBDIR += u-boot-bananapim2
|
||||
SUBDIR += u-boot-bananapi-r2-pro
|
||||
SUBDIR += u-boot-beaglebone
|
||||
SUBDIR += u-boot-bhyve-arm64
|
||||
SUBDIR += u-boot-bhyve-riscv
|
||||
|
||||
7
sysutils/u-boot-bananapi-r2-pro/Makefile
Normal file
7
sysutils/u-boot-bananapi-r2-pro/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||
|
||||
MODEL= bananapi-r2-pro
|
||||
BOARD_CONFIG= bpi-r2-pro-rk3568_defconfig
|
||||
FAMILY= rk356X
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
6
sysutils/u-boot-bananapi-r2-pro/pkg-descr
Normal file
6
sysutils/u-boot-bananapi-r2-pro/pkg-descr
Normal file
@@ -0,0 +1,6 @@
|
||||
U-Boot loader and related files for the u-boot-bananapi-r2-pro
|
||||
|
||||
To install this bootloader on an sdcard just do:
|
||||
|
||||
dd if=/usr/local/share/u-boot/u-boot-bananapi-r2-pro/idbloader.img of=/path/to/sdcarddevice seek=64 conv=sync
|
||||
dd if=/usr/local/share/u-boot/u-boot-bananapi-r2-pro/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
|
||||
Reference in New Issue
Block a user