This shows you the differences between two versions of the page.
ass:labs-2025:05:tasks:02 [2025/08/08 14:27] florin.stancu |
ass:labs-2025:05:tasks:02 [2025/08/08 14:28] (current) florin.stancu |
||
---|---|---|---|
Line 77: | Line 77: | ||
Do not Ctrl+C yet, leave it running and mount the newly appeared USB device in your PC/VM! | Do not Ctrl+C yet, leave it running and mount the newly appeared USB device in your PC/VM! | ||
- | After copying the files, boot the Linux package (you can use the Lab02 boot commands, see Readme.md). | + | After copying the files, boot Linux. |
- | Mount the boot partition and run the TA (you might need to copy it somewhere else and ''chmod +x'')! | + | Now check if ''tee-supplicant'' is running... let's mount devtmpfs then start it: |
- | Then execute the program ;) | + | |
- | + | ||
- | If your application gets stuck, it means the ''tee-supplicant'' is not running... start it with: | + | |
<code bash> | <code bash> | ||
+ | mount -t devtmpfs devtmpfs /dev | ||
tee-supplicant -d | tee-supplicant -d | ||
</code> | </code> | ||
+ | |||
+ | Mount the boot partition and run the TA (you might need to copy it somewhere else and ''chmod +x'')! | ||
+ | Then execute the program ;) | ||
<note info> | <note info> |