u-boot/compile
This commit is contained in:
parent
317e553d8b
commit
6b8c5080bb
1 changed files with 12 additions and 0 deletions
|
@ -1,6 +1,16 @@
|
||||||
u-boot
|
u-boot
|
||||||
======
|
======
|
||||||
|
|
||||||
|
compile
|
||||||
|
-------
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
export CROSS_COMPILE=arm-linux-gnueabihf-
|
||||||
|
make distclean
|
||||||
|
make rpi_0_w_defconfig
|
||||||
|
make u-boot.bin
|
||||||
|
|
||||||
environment
|
environment
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
@ -9,6 +19,8 @@ environment
|
||||||
default
|
default
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
|
||||||
|
.. code:: ini
|
||||||
|
|
||||||
arch=arm
|
arch=arm
|
||||||
baudrate=115200
|
baudrate=115200
|
||||||
board=rpi
|
board=rpi
|
||||||
|
|
Loading…
Reference in a new issue