diff --git a/docs/public/u-boot/index.rst b/docs/public/u-boot/index.rst index d2e5bf8..f3b4244 100644 --- a/docs/public/u-boot/index.rst +++ b/docs/public/u-boot/index.rst @@ -1,6 +1,16 @@ u-boot ====== +compile +------- + +.. code:: shell + +export CROSS_COMPILE=arm-linux-gnueabihf- +make distclean +make rpi_0_w_defconfig +make u-boot.bin + environment ----------- @@ -9,6 +19,8 @@ environment default ^^^^^^^ +.. code:: ini + arch=arm baudrate=115200 board=rpi