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

Ключ

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

...

  1. When U-Boot finishes the device 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# setenv serverip 10.100.100.1

    For version 1.5 and newer:

    Блок кода
    BRCM.XLP316Lite Rev B0.u-boot# serverip10.100.100.2

     

  3. Specify router/controller IP address:

    Блок кода
    BRCM.XLP316Lite Rev B0.u-boot# setenv 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 bootloader file on the TFTP server:

    Блок кода
    BRCM.XLP316Lite Rev B0.u-boot# uboot_file u-boot.bin

    For version 1.5 and newer:

    Блок кодаpanel
    BRCM.XLP316Lite Rev B0.u-boot# uboot_file u-boot.bin

     

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

  6. Launch firmware update procedure:

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

    For version 1.5 and newer:

    Блок кода
    BRCM.XLP316LiteRevB0.u-boot# run tftp_update_uboot
    Using nae-1 device
    TFTP from server 10.100.100.1; our IP address is 10.100.100.2
    Filename 'esr1000/u-boot.bin'.
    Load address: 0xa800000078020000
    Loading: ###########################################################
    done
    Bytes transferred = 852648 (d02a8 hex)
    SF: Detected MX25L12805D with page size 256, total 16777216 bytes
    16384 KiB MX25L12805D at 0:0 is now current device


  7. Reboot the device:

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

    Scroll Pagebreak