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:44] nick |
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 ====== | ||
| - | ===== Ubuntu | + | You can build Ubuntu |
| - | We provided [[kg> | + | ===== Setup Environment ===== |
| - | ==== Setup Environment ==== | + | Choose your '' |
| - | Choose your '' | + | ```shell |
| - | + | $ source setenv.sh | |
| - | ```sh | + | |
| - | source setenv.sh | + | |
| ``` | ``` | ||
| - | Choose the correct version for your requirements. | + | ===== Build U-Boot |
| - | + | ||
| - | ==== Build U-Boot ==== | + | |
| 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 `build/ | + | The binaries are located in '' |
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| - | * '' | + | |
| - | ==== Build U-Boot Debian package ==== | + | ===== Build U-Boot Debian package |
| 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 |
| ``` | ``` | ||
| Debian packages are located in '' | Debian packages are located in '' | ||
| - | **VERSION** : refers to the Fenix version, e.g. `1.0.7` | + | **VERSION** : refers to the Fenix version, e.g. '' |
| - | **BOARD** : refers to the Khadas SBC, e.g. `VIM4` | + | **BOARD** : refers to the Khadas SBC, e.g. '' |
| - | The folder location is `build/ | + | The folder location is '' |
| - | * SoC Vendor Debian U-Boot package: | + | * SoC Vendor Debian U-Boot package: |
| - | ==== About U-Boot Source Code ==== | + | ===== About U-Boot Source Code ===== |
| - | U-Boot for VIM4 is hosted on [[kg> | + | [[kg> |
| - | ===== Android ===== | + | |
| + | ===== See Aslo ===== | ||
| + | * [[products: | ||
| + | * [[products: | ||
| + | * [[products: | ||