This shows you the differences between two versions of the page.
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 |
```shell | ```shell | ||
Line 24: | Line 24: | ||
$ cd ~/project/ | $ cd ~/project/ | ||
$ git clone https:// | $ git clone https:// | ||
+ | $ 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:// | $ git clone https:// | ||
+ | $ cd u-boot | ||
+ | $ git reset --hard 6f9237647ced3d7c48400b2e016055d6b28ebf8b | ||
+ | $ cd .. | ||
$ git clone https:// | $ git clone https:// | ||
- | $ cd - | + | $ cd linux |
+ | $ git reset --hard 65490b339af6dcb4ef1aa052621b79de63627cc8 | ||
+ | $ cd ../../ | ||
``` | ``` | ||