sysutils/u-boot/bananapi-r2-pro: new port

PR:	289183
This commit is contained in:
Martin Filla
2025-09-03 12:12:17 +02:00
committed by Emmanuel Vadot
parent 78ab74a930
commit bf68cc33d6
3 changed files with 14 additions and 0 deletions

View File

@@ -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

View 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"

View 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