Create uboot.md

This commit is contained in:
aiminick 2021-04-07 22:54:03 +08:00 committed by GitHub
parent 5b635d2826
commit 9e9871359d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
docs/uboot.md Normal file
View File

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