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:54] 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 30: | 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 ../../ | ||
| ``` | ``` | ||