Update home authored by Jerome Brunet's avatar Jerome Brunet
......@@ -66,8 +66,7 @@ Some of these binaries are directly provided by the buildroot package of Amlogic
```shell
export PATH=<path-to-toolchain>/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux/bin:<path-to-toolchain>/gcc-linaro-arm-none-eabi-4.8-2013.11_linux/bin/:$PATH
cd <amlogic-build-root>/bootloader/uboot-repo/
make libretech_cc_defconfig
make
./mk g12a_u211_v1
```
* Finally, collect the binaries:
```
......
......