Actions
U-boot (plus MAC address) » History » Revision 1
Revision 1/6
| Next »
Alex Seferidis, 07/15/2025 01:52 PM
U-boot (plus MAC address)¶
SOS: do not use u-boot from Yocto
Use u-boot provided by Rockchip SDK
-
copy board.c to /arch/arm/mach-rockchip
-
file: configs/rk3568_defconfig
CONFIG_BOOTDELAY=5
Note: Read Docs: /home/SDK_4_19/docs
use these commands to build uboot:
./build.sh device/rockchip/rk356x/BoardConfig-evb2-lp4x-v10.mk rk3566-evb2-lp4x-v10.mk
./build.sh uboot
Updated by Alex Seferidis 5 months ago · 1 revisions