This shows you the differences between two versions of the page.
ass:labs-2025:01:tasks:00 [2025/08/04 11:21] florin.stancu |
ass:labs-2025:01:tasks:00 [2025/08/04 18:00] (current) florin.stancu [00. Build infrastructure / VM] |
||
---|---|---|---|
Line 28: | Line 28: | ||
<code bash> | <code bash> | ||
- | ssh youruser@arm2025.root.sx -p 221X # where X is your assigned VM index | + | ssh youruser@arm2025.root.sx -p 220X # where X is your assigned VM index |
</code> | </code> | ||
Line 40: | Line 40: | ||
make -C "$(ATF_DIR)" $(ATF_MAKE_FLAGS) | make -C "$(ATF_DIR)" $(ATF_MAKE_FLAGS) | ||
- | UBOOT_DIR = u-boot-tn-imx | + | UBOOT_DIR = uboot |
UBOOT_MAKE_FLAGS = | UBOOT_MAKE_FLAGS = | ||
uboot: | uboot: | ||
Line 51: | Line 51: | ||
**Suggestion #2:** You can either manually download all required open-source projects via git or use git submodules and add them to a parent repository! But beware though: Linux's repo is quite huge (several GBs -- but you'll see it yourself in the next lab)! | **Suggestion #2:** You can either manually download all required open-source projects via git or use git submodules and add them to a parent repository! But beware though: Linux's repo is quite huge (several GBs -- but you'll see it yourself in the next lab)! | ||
</note> | </note> | ||
- |