This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
products:sbc:vim3:development:linux:build-linux-uboot [2022/07/06 10:12] 127.0.0.1 external edit |
products:sbc:vim3:development:linux:build-linux-uboot [2023/08/03 03:16] (current) nick |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| - | ====== Build Linux U-Boot ====== | + | ====== |
| + | |||
| + | |||
| + | We provided [[kg> | ||
| + | |||
| + | ===== Setup Environment ===== | ||
| + | |||
| + | Choose your '' | ||
| + | |||
| + | ```shell | ||
| + | $ source setenv.sh | ||
| + | ``` | ||
| + | |||
| + | Choose the correct version for your requirements. | ||
| + | |||
| + | ===== 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: | ||
| + | |||