Controllerless Networks

 View Only
  • 1.  7005 image deleted

    Posted Dec 11, 2022 11:30 AM
    &005 Image was deleted: and the only commands are available are as below:


    cpboot> ?
    ? - alias for 'help'
    bank - show/set the current bootflash bank (partition).
    boot_update - update bootloader image in boot flash
    bootaos - boot from an AOS image in memory
    bootf - boot from an AOS image from FLASH/External USB
    def_part - set default FLASH boot partition
    dhcp - boot image via network using DHCP/TFTP protocol
    dir - list the files in external USB device (default /)
    enablethermalsd - enablethermalsd - Generates a signal to the power manager to turn off all the DC-DC converters

    fltest - fltest - test u-boot FLASH driver

    format - format FLASH device
    help - print command description/usage
    lock - Perform flash protection of the selected sectors on boot FLASH
    n2xx_vrm - n2xx_vrm - Show XLP VRM registers and state
    osinfo - show the OS image version(s)
    part - write a new DOS partition table to USB Flash
    ping - send ICMP ECHO_REQUEST to network host
    printenv - print environment variables
    purgeenv - restore default environment variables
    reset - perform RESET of the CPU
    runelf - Run from an ELF image in memory
    saveenv - save environment variables to persistent storage
    setenv - set environment variables
    tftpboot - boot image via network using TFTP protocol
    upgrade - upgrade FLASH partition



  • 2.  RE: 7005 image deleted

    Posted Dec 12, 2022 02:03 AM
    osinfo command will show you os images on both partitions. 

    You can use standard console upgrade procedure to upload a new image in necessary.

    setenv serverip <ip address of tftp server>
    upgrade os <partition number> <os image>

    Best, gorazd

    ------------------------------
    Gorazd Kikelj
    ------------------------------



  • 3.  RE: 7005 image deleted

    Posted Apr 11, 2023 06:44 AM
    Edited by C0LdWir3 Apr 11, 2023 06:44 AM

    You will need to set the ipaddr as well
    ..
    setenv ipaddr <ip mask>

    .
    Now you can upgrade with
    ..
    upgrade 0:0 <image>
    ..

    Remember to check windows firewall if you are using TFTPD on Windows.