This shows you the differences between two versions of the page.
| Both sides previous 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/02/23 21:43] (current) gray old revision restored (2022/08/07 22:18) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | We provide [[kg> | + | We provide [[kg> |
| - | You can follow the steps below. | + | You can follow the steps below: |
| Line 18: | Line 18: | ||
| ===== Get Fenix Source Code ===== | ===== Get Fenix Source Code ===== | ||
| - | Clone the Fenix repository to a directory, e.g., '' | + | Clone the Fenix repository to somewhere, e.g. '' |
| ```shell | ```shell | ||
| Line 28: | Line 28: | ||
| ===== Setup the Build Environment ===== | ===== Setup the Build Environment ===== | ||
| - | You must set up the build environment first. \\ | + | You should setup the build environment first. \\ |
| For example: '' | For example: '' | ||
| Line 39: | Line 39: | ||
| ===== Build the OS Image ===== | ===== Build the OS Image ===== | ||
| - | Simply | + | Just type '' |
| - | <WRAP tip > | + | |
| - | If this is your first time building | + | <WRAP tip > |
| + | If it's the first time to build an image, the script will check your host' | ||
| </ | </ | ||
| Line 153: | Line 154: | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| Line 179: | Line 180: | ||
| <WRAP important > | <WRAP important > | ||
| - | You must log out or reboot the system | + | You need to logout |
| </ | </ | ||
| Line 189: | Line 190: | ||
| ``` | ``` | ||
| - | If you see the following | + | If you see the following |
| ```txt | ```txt | ||
| Line 222: | Line 223: | ||
| ==== Build Fenix in Docker ==== | ==== Build Fenix in Docker ==== | ||
| - | Pull the Docker image: | + | Get Docker image: |
| ```shell | ```shell | ||
| Line 229: | Line 230: | ||
| ``` | ``` | ||
| - | Build the image in Docker: | + | Build image in Docker: |
| ```shell | ```shell | ||
| Line 240: | Line 241: | ||
| | | ||
| ``` | ``` | ||
| - | Start your build from inside the Docker container: | + | Start your build from inside the Docker container. |
| ```shell | ```shell | ||
| Line 247: | Line 248: | ||
| ``` | ``` | ||
| - | Restart the Docker container: | + | Restart the Docker container. |
| ```shell | ```shell | ||