Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

  1. When U-Boot finishes the router/controller initialization, break the device startup with the <Esc> key.

    Блок кода
    Configuring PoE...
    distribution 1 dest_threshold 0xa drop_timer 0x0
    Configuring POE in bypass mode
    NAE configuration done!
    initializing port 0, type 2.
    initializing port 1, type 2.
    SMC Endian Test:b81fb81f
    nae-0, nae-1
      =======Skip: Load SYS UCORE for old 8xxB1/3xxB0 revision on default.
    Hit any key to stop autoboot:  2


  2. Specify TFTP server address:

    Блок кода
    BRCM.XLP316Lite Rev B0.u-boot# serverip 10.100.100.1

    For version 1.5 and newer:

    Блок кода
    BRCM.XLP316Lite Rev B0.u-boot# serverip 10.100.100.1


  3. Specify router/controller IP address:

    Блок кода
    BRCM.XLP316Lite Rev B0.u-boot# ipaddr 10.100.100.2

    For version 1.5 and newer:

    Блок кода
    BRCM.XLP316Lite Rev B0.u-boot# ipaddr 10.100.100.2
     
  4. Specify the name of the firmware file on the TFTP server:

    Блок кода
    BRCM.XLP316Lite Rev B0.u-boot# firmware_file firmware

    For version 1.5 and newer:

    Блок кода
    BRCM.XLP316Lite Rev B0.u-boot# firmware_file firmware


  5. The environment can be saved using 'saveenv' command for future updates.

  6. Scroll PagebreakLaunch firmware update procedure:

    Блок кода
    BRCM.XLP316Lite Rev B0.u-boot# run tftp_update_image1
    Using nae-0-3 device
    TFTP from server 10.100.100.1; our IP address is 10.100.100.2
    Filename 'esr1000/firmware'.
    Load address: 0xa800000060000000
    Loading: TftpStart:TftpTimeoutMsecs = 10000, TftpTimeoutCountMax = 6
    #################################################################
    ################################################################# #################################################################
    #########################
    ####################################
    done
    Bytes transferred = 64453909 (3d77d15 hex)
    Device 0: MT29F8G08ABBCAH4 ... is now current device
    
    NAND erase: device 0 offset 0x1440000, size 0x6400000
    Bad block table found at page 262080, version 0x01
    Bad block table found at page 262016, version 0x01
    Erasing at 0x7800000 -- 1895825408% complete..
    OK
    
    NAND write: device 0 offset 0x1440000, size 0x6400000
    104857600 bytes written: OK


  7. Set the downloaded firmware as an image to start the system and reboot the router/controller:

    Блок кода
    BRCM.XLP316Lite Rev B0.u-boot# run set_bootpart_1

    For version 1.5 and newer:

    Блок кода
    BRCM.XLP316Lite Rev B0.u-boot# boot_system image1
    BRCM.XLP316Lite Rev B0.u-boot# reset


...