Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/12_Advanced_Topics/02_Compile_U-Boot_Bootloader.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Download the latest U-Boot revision from GitHub:

```bash

git clone https://github.com/UDOOboard/uboot-imx
git clone https://github.com/UDOOboard/uboot-imx -b 2015.10.fslc-qdl
cd uboot-imx

```

To build the U-Boot for UDOO Quad/Dual, you can use the master [`2015.04-imx`](https://github.com/UDOOboard/uboot-imx) branch.
To build the U-Boot for UDOO Quad/Dual, you have to use the [`2015.10.fslc-qdl`](https://github.com/UDOOboard/uboot-imx/tree/2015.10.fslc-qdl) branch.
This branch is based on NXP™/Freescale U-Boot fork project.

## Compile sources
Expand All @@ -35,7 +35,7 @@ The build can be started with:

```bash

ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make udoo_qd_config
ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make udoo_qdl_defconfig
ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make

```
Expand Down