This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:vim3:development:linux:build-linux-uboot [2022/07/13 06:13] nick |
products:sbc:vim3:development:linux:build-linux-uboot [2023/08/03 03:16] (current) nick |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| Choose your '' | Choose your '' | ||
| - | ```sh | + | ```shell |
| $ source setenv.sh | $ source setenv.sh | ||
| ``` | ``` | ||
| Line 21: | Line 21: | ||
| Build U-Boot with a single command: | Build U-Boot with a single command: | ||
| - | ```sh | + | ```shell |
| $ make uboot | $ make uboot | ||
| ``` | ``` | ||
| Line 35: | Line 35: | ||
| 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 | ||
| ``` | ``` | ||