Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:development:build-ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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., ''~/project''. Clone the Fenix repository to a directory, e.g., ''~/project''.
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 ''make'' to start the build. Simply type ''make'' to start the build.
Line 45: Line 45:
 </WRAP> </WRAP>
  
-===== Other Build Commands =====+===== Other build commands =====
  
  
Line 54: Line 54:
 ``` ```
  
-==== Build U-Boot Debian Package ====+==== Build U-Boot Debian package ====
  
 ```shell ```shell
Line 66: Line 66:
 ``` ```
  
-==== Build Linux Debian Package ====+==== Build Linux Debian package ====
  
 ```shell ```shell
Line 72: Line 72:
 ``` ```
  
-==== Build GPU Debian Package ====+==== Build GPU Debian package ====
  
 ```shell ```shell
Line 78: Line 78:
 ``` ```
  
-==== Build the Board Debian Package ====+==== Build the board Debian package ====
  
 ```shell ```shell
Line 84: Line 84:
 ``` ```
  
-==== Build all Debian Packages ====+==== Build all Debian packages ====
  
 ```shell ```shell
Line 90: Line 90:
 ``` ```
  
-==== Build U-Boot Image ====+==== Build U-Boot image ====
  
 ```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 Source Tree ====+==== Clean U-Boot source tree ====
  
 ```shell ```shell
Line 120: Line 120:
 ``` ```
  
-==== Help Messages ====+==== Help messages ====
  
 You can get help messages by executing ''make help'': You can get help messages by executing ''make help'':
Line 148: Line 148:
 ``` ```
  
-==== Build Options ====+==== Build options ====
  
 Options for building: Options for building:
Line 172: Line 172:
 Please refer to [[https://docs.docker.com/engine/install/|Docker Documentation]]. Please refer to [[https://docs.docker.com/engine/install/|Docker Documentation]].
  
-==== Add User to a Docker Group ====+==== Add user to a Docker group ====
  
 ```shell ```shell
Last modified: 2026/02/01 21:14 by gray