- Verify the SC state. Execute
./sc_flash.sh get_sc_state. The card should be in normal mode before writing the SC image, as shown below:SC is in NORMAL mode - Verify the SC firmware version. Execute
./sc_flash.sh get_sc_fw_version. A possible successful output is shown below:SC fw version: 01.02.00 - Bring the card in
FW_AVAILABLEmode. For the first time, execute./sc_flash.sh <image_name> <bsl_password_file>. The expected output is as follows:"Please reboot the Host and re-run the command" - Reboot the host.
- Program the SC image. For the second time, execute
./sc_flash.sh <image_name> <bsl_password_file>.Running host Application Fw upgrade started Fw image Data > @0[16] Fw image Data > @200[16] Fw image Data > @1AE20[16] Fw image Data > @3F000[16] [flash_mem_sections] : 4 BslPasswordSize:56 Programming SC firmware image... (100%) Programmed SC firmware image done successfully - During the upgrade, the SC state should be
FW_UPDATE, as shown below.
ExecuteSC is in FW_UPDATE mode./sc_flash.sh get_sc_state.