Create uboot.md
This commit is contained in:
parent
5b635d2826
commit
9e9871359d
|
|
@ -0,0 +1,19 @@
|
||||||
|
#### build
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/u-boot/u-boot
|
||||||
|
make distclean
|
||||||
|
make rpi_4_defconfig
|
||||||
|
make -j X
|
||||||
|
```
|
||||||
|
|
||||||
|
#### config.txt
|
||||||
|
|
||||||
|
```
|
||||||
|
kernel=u-boot.bin
|
||||||
|
kernel_address=Ox00080000
|
||||||
|
arm_64bit=1
|
||||||
|
enable_uart=1
|
||||||
|
uart_2ndstage=1
|
||||||
|
enable_gic=1
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue