diff --git a/docs/uboot.md b/docs/uboot.md new file mode 100644 index 0000000..52f3ac5 --- /dev/null +++ b/docs/uboot.md @@ -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 +```