cancel
Showing results for 
Search instead for 
Did you mean: 

My primary and secondary flash was erased during an attempt to update the image. My CLI is showing: ICX64XX-boot>>.

tim_yancey
New Contributor II
My primary and secondary flash was erased during an attempt to update the image. My CLI is showing: ICX64XX-boot>>. I can ping to and from my PC which I am using as ymy TFTP server. I loaded the latest firmware files on to my PC. I have them sitting in C:\image I set the env image_name to image/ICX64S08030r.bin. this is the image i am trying to load. I just get %Ts and then the session errors out. what am I missing?
26 REPLIES 26

netwizz
Contributor III
Right when it prompts you and starts counting down...

Enter 'b' to stop at boot monitor...


From there do your recovery like mentioned above.

tim_yancey
New Contributor II

When I press b it just brings the following:


ICX64XX-boot>>

tim_yancey
New Contributor II

and then stops

netwizz
Contributor III
Right... you need to recover as described above.  This is where you enter those recovery commands...  All those options mentioned in my first post should be available - specifically:

ICX64XX-boot>> ?
?       - alias for 'help'
boot    - boot default, i.e., run 'bootcmd'
boot_primary   - primary boot; boot from primary partition
boot_secondary   - secondary boot; boot from secondary partition
cp      - memory copy
eeprom - EEPROM dump or program command
help    - print online help
i2cprobe - Get special i2c device id
md      - memory display
memtest - To perform DDR memory test
pci     - list and access PCI Configuration Space
ping - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
reset   - Perform RESET of the CPU
saveenv - save environment variables to persistent storage
setenv  - set environment variables
sflash - read, write or erase the external SPI Flash.
tftpboot- boot image via network using TFTP protocol
update_primary   - primary update; update primary partition
update_secondary   - secondary update; update secondary partition
update_uboot - get the uboot image over tftp.
version - print monitor version


Looks like everything you need is at your firngertips



tim_yancey
New Contributor II
from here I entered

setenv ipaddr 10.20.1.3
setenv netmask 255.255.255.0
setenv gatewayip 10.20.1.1
setenv uboot  10.20.1.2 

saveenv

ping 10.20.1.2

Provide the name and path

setenv image_name image/ICX64S08030s.bin


update_primary



 I just get %Ts and then the session errors