This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
products:sbc:vim1:development:linux:build-linux-uboot [2022/07/08 03:00] frank created |
products:sbc:vim1:development:linux:build-linux-uboot [2022/09/01 23:45] (current) frank |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{page> | + | {{indexmenu_n>1}} |
+ | |||
+ | |||
+ | ====== VIM1 Build Linux U-Boot ====== | ||
+ | |||
+ | |||
+ | We provided [[kg> | ||
+ | |||
+ | ===== Setup Environment ===== | ||
+ | |||
+ | Choose your '' | ||
+ | |||
+ | ```sh | ||
+ | $ source setenv.sh | ||
+ | ``` | ||
+ | |||
+ | Choose the correct version for your requirements. | ||
+ | |||
+ | ===== Build U-Boot ===== | ||
+ | |||
+ | Build U-Boot with a single command: | ||
+ | |||
+ | ```sh | ||
+ | $ make uboot | ||
+ | ``` | ||
+ | |||
+ | The binaries are located in '' | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | ===== Build U-Boot Debian package ===== | ||
+ | |||
+ | You can also choose the Debian U-Boot package: | ||
+ | |||
+ | ```sh | ||
+ | $ 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: | ||
+ | |||
+ | |||
+ | |||
+ |