Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim1:development:linux: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:vim1:development:linux:build-ubuntu [2025/08/31 21:53]
nick
products:sbc:vim1:development:linux:build-ubuntu [2025/08/31 22:10] (current)
nick
Line 9: Line 9:
 ===== Preparation ===== ===== Preparation =====
  
-Install essential dependencies.+Install essential dependencies on an **Ubuntu 20.04** host.
  
 ```shell ```shell
Line 24: Line 24:
 $ cd ~/project/ $ cd ~/project/
 $ git clone https://github.com/khadas/fenix $ git clone https://github.com/khadas/fenix
 +$ cd fenix
 $ git checkout v1.1.1 $ git checkout v1.1.1
 $ touch .ignore-update $ touch .ignore-update
Line 29: Line 30:
 $ cd build/ $ cd build/
 $ git clone https://github.com/khadas/u-boot.git -b khadas-vims-v2015.01 $ git clone https://github.com/khadas/u-boot.git -b khadas-vims-v2015.01
 +$ cd u-boot
 +$ git reset --hard 6f9237647ced3d7c48400b2e016055d6b28ebf8b
 +$ cd ..
 $ git clone https://github.com/khadas/linux.git -b khadas-vims-4.9.y $ git clone https://github.com/khadas/linux.git -b khadas-vims-4.9.y
-$ cd -+$ cd linux 
 +$ git reset --hard 65490b339af6dcb4ef1aa052621b79de63627cc8 
 +$ cd ../../
 ``` ```
  
Last modified: 2025/08/31 21:53 by nick