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 02:33] nick [Build 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 U-Boot ====== | ||
| + | You can build Ubuntu OS images easily via the link [[kg> | ||
| - | <tabbox Ubuntu> | + | ===== Setup Environment ===== |
| - | <tabbox Android> | + | Choose your '' |
| - | </ | + | ```shell |
| + | $ source setenv.sh | ||
| + | ``` | ||
| + | ===== Build U-Boot ===== | ||
| + | |||
| + | Build U-Boot with a single command: | ||
| + | |||
| + | ```shell | ||
| + | $ make uboot | ||
| + | ``` | ||
| + | |||
| + | The binaries are located in '' | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ===== Build U-Boot Debian package ===== | ||
| + | |||
| + | You can also choose the Debian U-Boot package: | ||
| + | |||
| + | ```shell | ||
| + | $ make uboot-deb | ||
| + | ``` | ||
| + | |||
| + | Debian packages are located in '' | ||
| + | |||
| + | **VERSION** : refers to the Fenix version, e.g. '' | ||
| + | **BOARD** : refers to the Khadas SBC, e.g. '' | ||
| + | |||
| + | The folder location is '' | ||
| + | |||
| + | * SoC Vendor Debian U-Boot package: '' | ||
| + | |||
| + | ===== About U-Boot Source Code ===== | ||
| + | |||
| + | [[kg> | ||
| + | |||
| + | ===== See Aslo ===== | ||
| + | |||
| + | * [[products: | ||
| + | * [[products: | ||
| + | * [[products: | ||