From 6b8c5080bbccc73287e61b28c4af1521145c686e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 27 Jan 2020 23:37:16 +0100 Subject: [PATCH] u-boot/compile --- docs/public/u-boot/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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