This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:development:build-ubuntu [2026/02/01 21:14] gray update by using AI |
products:sbc:common:development:build-ubuntu [2026/05/11 02:13] (current) nick |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| ``` | ``` | ||
| - | ===== Get Fenix Source Code ===== | + | ===== Get Fenix source code ===== |
| Clone the Fenix repository to a directory, e.g., '' | Clone the Fenix repository to a directory, e.g., '' | ||
| Line 26: | Line 26: | ||
| ``` | ``` | ||
| - | ===== Setup the Build Environment | + | ===== Setup the build environment |
| You must set up the build environment first. \\ | You must set up the build environment first. \\ | ||
| Line 37: | Line 37: | ||
| ``` | ``` | ||
| - | ===== Build the OS Image ===== | + | ===== Build the OS image ===== |
| Simply type '' | Simply type '' | ||
| Line 45: | Line 45: | ||
| </ | </ | ||
| - | ===== Other Build Commands | + | ===== Other build commands |
| Line 54: | Line 54: | ||
| ``` | ``` | ||
| - | ==== Build U-Boot Debian | + | ==== Build U-Boot Debian |
| ```shell | ```shell | ||
| Line 66: | Line 66: | ||
| ``` | ``` | ||
| - | ==== Build Linux Debian | + | ==== Build Linux Debian |
| ```shell | ```shell | ||
| Line 72: | Line 72: | ||
| ``` | ``` | ||
| - | ==== Build GPU Debian | + | ==== Build GPU Debian |
| ```shell | ```shell | ||
| Line 78: | Line 78: | ||
| ``` | ``` | ||
| - | ==== Build the Board Debian | + | ==== Build the board Debian |
| ```shell | ```shell | ||
| Line 84: | Line 84: | ||
| ``` | ``` | ||
| - | ==== Build all Debian | + | ==== Build all Debian |
| ```shell | ```shell | ||
| Line 90: | Line 90: | ||
| ``` | ``` | ||
| - | ==== Build U-Boot | + | ==== Build U-Boot |
| ```shell | ```shell | ||
| Line 96: | Line 96: | ||
| ``` | ``` | ||
| - | ==== Clean Linux Source Tree ==== | + | ==== Clean Linux source tree ==== |
| ```shell | ```shell | ||
| Line 102: | Line 102: | ||
| ``` | ``` | ||
| - | ==== Show Linux Menuconfig | + | ==== Show Linux menuconfig |
| ```shell | ```shell | ||
| Line 108: | Line 108: | ||
| ``` | ``` | ||
| - | ==== Save Linux Defconfig | + | ==== Save Linux defconfig |
| ```shell | ```shell | ||
| Line 114: | Line 114: | ||
| ``` | ``` | ||
| - | ==== Clean U-Boot | + | ==== Clean U-Boot |
| ```shell | ```shell | ||
| Line 120: | Line 120: | ||
| ``` | ``` | ||
| - | ==== Help Messages | + | ==== Help messages |
| You can get help messages by executing '' | You can get help messages by executing '' | ||
| Line 148: | Line 148: | ||
| ``` | ``` | ||
| - | ==== Build Options | + | ==== Build options |
| Options for building: | Options for building: | ||
| Line 172: | Line 172: | ||
| Please refer to [[https:// | Please refer to [[https:// | ||
| - | ==== Add User to a Docker | + | ==== Add user to a Docker |
| ```shell | ```shell | ||