This shows you the differences between two versions of the page.
lkd:res:linux [2024/07/09 10:41] daniel.baluta |
lkd:res:linux [2024/07/09 10:42] (current) daniel.baluta |
||
---|---|---|---|
Line 57: | Line 57: | ||
IMPORTANT: Edit the '''uuu_script''' so that you replace all patch containing ''/home/student'' with your actual $HOME directory. | IMPORTANT: Edit the '''uuu_script''' so that you replace all patch containing ''/home/student'' with your actual $HOME directory. | ||
+ | At the end you should have the following files hierarchy: | ||
+ | <code bash> | ||
+ | |||
+ | ├── nss-linux # Linux kernel source code | ||
+ | ├── images # prebuild binaries | ||
+ | │ ├── flash.bin | ||
+ | │ ├── Image | ||
+ | │ ├── imx8mq-pico-pi.dtb | ||
+ | │ └── rootfs.ext2 | ||
+ | └── scripts # several scripts to help with compilation and booting | ||
+ | ├── modules_install.sh | ||
+ | ├── setenv.sh | ||
+ | ├── uuu | ||
+ | └── uuu_script | ||
+ | </code> | ||