To recover from a corrupted bitfile:
Log into the RCE serial console after ssh’ing to the DTM.
Enter the bootloader shell
If a backup file exists on the boot partition, restore it
Otherwise, reset the environment to load default 1G firmware
In bootloader shell:
env default -a
saveenv
reset
Once linux boots, scp correct firmware to RCE, then execute:
reboot_rce -t linux -b 1
  • No labels