This shows you the differences between two versions of the page.
ass:labs-2025:01:tasks:03 [2025/08/04 15:11] florin.stancu |
ass:labs-2025:01:tasks:03 [2025/08/04 15:18] (current) florin.stancu |
||
---|---|---|---|
Line 43: | Line 43: | ||
Ever since the USB-C cable was plugged in, **BL1** has been waiting for the FIP data over serial, thanks to our jumper configuration. Now we can finally provide this data using **uuu** and it's SDP implementation. | Ever since the USB-C cable was plugged in, **BL1** has been waiting for the FIP data over serial, thanks to our jumper configuration. Now we can finally provide this data using **uuu** and it's SDP implementation. | ||
- | <note> | + | <note tip> |
If you're using a remote VM, you must download the ''flash.bin'' file (reminder: it was generated inside ''imx-mkimage/iMX93/'' build subdirectory) to your local machine using ''scp'': | If you're using a remote VM, you must download the ''flash.bin'' file (reminder: it was generated inside ''imx-mkimage/iMX93/'' build subdirectory) to your local machine using ''scp'': | ||
Line 52: | Line 52: | ||
# Note: -P specifies the port (your VM index!) | # Note: -P specifies the port (your VM index!) | ||
# example (destination is "./" -- your current directory): | # example (destination is "./" -- your current directory): | ||
- | scp -P 220X arm2025.root.sx:path/to/flash.bin ./ | + | scp -P 220X your-user@arm2026.root.sx:path/to/flash.bin ./ |
</code> | </code> | ||
</note> | </note> |