This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
products:sbc:edge1:development:linux:build-linux-uboot [2022/07/10 23:11] frank created |
products:sbc:edge1:development:linux:build-linux-uboot [2023/02/14 02:54] (current) nick |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| - | ====== Build Linux U-Boot ====== | + | ====== |
| Line 11: | Line 11: | ||
| Choose your '' | Choose your '' | ||
| - | ```sh | + | ```shell |
| $ source setenv.sh | $ source setenv.sh | ||
| ``` | ``` | ||
| Choose the correct version for your requirements. | 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 ===== | ===== Build U-Boot Debian package ===== | ||
| Line 35: | Line 21: | ||
| 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 46: | Line 32: | ||
| The folder location is '' | 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 ===== | ||
| - | [[kg> | + | [[kg> |
| ===== See Aslo ===== | ===== See Aslo ===== | ||