My primary and secondary flash was erased during an attempt to update the
image. My CLI is showing: ICX64XX-boot>>.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 04:43 AM
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?
27 REPLIES 27
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 05:44 AM
Right when it prompts you and starts counting down...
Enter 'b' to stop at boot monitor...
From there do your recovery like mentioned above.
Enter 'b' to stop at boot monitor...
From there do your recovery like mentioned above.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 05:47 AM
When I press b it just brings the following:
ICX64XX-boot>>
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 05:48 AM
and then stops
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 05:51 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 05:52 AM
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
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

