This shows you the differences between two versions of the page.
ass:labs-2025:01:tasks:03 [2025/08/04 12:37] florin.stancu |
ass:labs-2025:01:tasks:03 [2025/08/04 15:18] (current) florin.stancu |
||
---|---|---|---|
Line 41: | Line 41: | ||
== Step 3.2. Upload the firmware image package (FIP)! == | == Step 3.2. Upload the firmware image package (FIP)! == | ||
- | 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 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'': | ||
+ | |||
+ | <code bash> | ||
+ | # basic syntax: scp <source> <destination> | ||
+ | # either source or destination MUST be a remote SSH with the form: | ||
+ | # username@host:/path/to/file | ||
+ | # Note: -P specifies the port (your VM index!) | ||
+ | # example (destination is "./" -- your current directory): | ||
+ | scp -P 220X your-user@arm2026.root.sx:path/to/flash.bin ./ | ||
+ | </code> | ||
+ | </note> | ||
<code bash> | <code bash> |