UUU with iMX95

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

UUU with iMX95

18 Views
stoeanifm
Fresh Out Contributor

Hi,
I want to download and run U-Boot on a iMX95 based system.
I created this script cmd.lst:

# {
SDPS: boot -f flash.bin
SDPS: done
SDPV: delay 1000
SDPV: write -f flash.bin -skipspl
SDPV: jump
SDPV: done
# }

If I follow this commands step by step on command line it works fine. 
But if I call
=> sudo /usr/bin/uuu -v -b ./cmd.lst 

it hangs

Wait for Known USB Device Appear...
New USB Device Attached at 1:41-636B3EF4AB264648
1:41-636B3EF4AB264648>Start Cmd:SDPS: boot -f flash.bin
100%1:41-636B3EF4AB264648>Okay (3.007s)
1:41-636B3EF4AB264648>Start Cmd:SDPS: done
1:41-636B3EF4AB264648>Okay (0s)


Is it not allowed to do this steps within one command list?
Or what is wrong with this command list?







0 Kudos
Reply
0 Replies