This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim4:development:linux:build-linux-uboot [2022/07/05 23:43] hyphop [Build Linux U-Boot] |
products:sbc:vim4:development:linux:build-linux-uboot [2022/09/05 04:15] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~tag> | ||
| {{indexmenu_n> | {{indexmenu_n> | ||
| + | ====== VIM4 Build U-Boot ====== | ||
| - | ====== Build Linux U-Boot ====== | ||
| - | + | You can build Ubuntu OS images easily via the link [[kg> | |
| - | We provided | + | |
| ===== Setup Environment ===== | ===== Setup Environment ===== | ||
| - | Choose your '' | + | Choose your '' |
| - | ```sh | + | ```shell |
| $ source setenv.sh | $ source setenv.sh | ||
| ``` | ``` | ||
| - | |||
| - | Choose the correct version for your requirements. | ||
| ===== Build U-Boot ===== | ===== Build U-Boot ===== | ||
| Line 21: | Line 19: | ||
| Build U-Boot with a single command: | Build U-Boot with a single command: | ||
| - | ```sh | + | ```shell |
| $ make uboot | $ make uboot | ||
| ``` | ``` | ||
| - | The binaries are located in '' | + | The binaries are located in '' |
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| - | * '' | + | |
| ===== Build U-Boot Debian package ===== | ===== Build U-Boot Debian package ===== | ||
| Line 35: | Line 32: | ||
| You can also choose the Debian U-Boot package: | You can also choose the Debian U-Boot package: | ||
| - | ```sh | + | ```shell |
| $ make uboot-deb | $ make uboot-deb | ||
| ``` | ``` | ||
| Line 41: | Line 38: | ||
| Debian packages are located in '' | Debian packages are located in '' | ||
| - | **VERSION** : refers to the Fenix version, e.g. '' | + | **VERSION** : refers to the Fenix version, e.g. '' |
| **BOARD** : refers to the Khadas SBC, e.g. '' | **BOARD** : refers to the Khadas SBC, e.g. '' | ||
| Line 50: | Line 47: | ||
| ===== About U-Boot Source Code ===== | ===== About U-Boot Source Code ===== | ||
| - | U-Boot for VIM4 is hosted on [[kg> | + | [[kg> |
| ===== See Aslo ===== | ===== See Aslo ===== | ||
| - | [[products: | + | * [[products: |
| - | [[products: | + | |
| - | [[products: | + | |