Changes
Page history
Update home
authored
Jul 04, 2019
by
Jerome Brunet
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
7be9c136
...
@@ -66,8 +66,7 @@ Some of these binaries are directly provided by the buildroot package of Amlogic
...
@@ -66,8 +66,7 @@ Some of these binaries are directly provided by the buildroot package of Amlogic
```
shell
```
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
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/
cd
<amlogic-build-root>/bootloader/uboot-repo/
make libretech_cc_defconfig
./mk g12a_u211_v1
make
```
```
*
Finally, collect the binaries:
*
Finally, collect the binaries:
```
```
...
...
...
...