Project

General

Profile

U-boot (plus MAC address) » History » Version 3

Alex Seferidis, 07/15/2025 01:53 PM

1 1 Alex Seferidis
# U-boot (plus MAC address)
2
3 3 Alex Seferidis
**SOS** : do not use u-boot from Yocto
4 1 Alex Seferidis
Use u-boot provided by Rockchip SDK
5
6
1. copy board.c to /arch/arm/mach-rockchip
7
8
2. file: configs/rk3568_defconfig
9
CONFIG_BOOTDELAY=5
10
11
Note: Read Docs: /home/SDK_4_19/docs
12
13
use these commands to build uboot:
14
15
```
16
./build.sh device/rockchip/rk356x/BoardConfig-evb2-lp4x-v10.mk rk3566-evb2-lp4x-v10.mk
17
./build.sh uboot
18
```
19 2 Alex Seferidis
20
<img src="uboot.png" width="50%">