Changes between Version 20 and Version 21 of newport/firmware


Ignore:
Timestamp:
02/14/2020 05:08:45 PM (4 years ago)
Author:
Tim Harvey
Comment:

removed out of date info

Legend:

Unmodified
Added
Removed
Modified
  • newport/firmware

    v20 v21  
    118118setenv dev 0 # sets MMC device to be flashed
    119119
    120 setenv image xenial-newport.img.gz # or whatever filename is used, with any directories in front of the filename
     120setenv image bionic-newport.img.gz # or whatever filename is used, with any directories in front of the filename
    121121
    122122run update_all
     
    159159setenv dev 0 # sets MMC device to be flashed
    160160
    161 tftpboot ${loadaddr} xenial-newport.img.gz && gzwrite mmc ${dev} ${loadaddr} ${filesize} # will flash xenial-newport.img.gz which resides in the top most directory of the TFTP server 
    162 }}}
    163   - **If the image was created using a minimally sized filesystem you will want to resize it after booting to take advantage of the full partition space. For an {{{ext4}}} root filesystem on the primary MMC device run {{{resize2fs /dev/mmcblk0p2}}}.**
     161tftpboot ${loadaddr} bionic-newport.img.gz && gzwrite mmc ${dev} ${loadaddr} ${filesize} # will flash bionic-newport.img.gz which resides in the top most directory of the TFTP server 
     162}}}
    164163
    165164==== Updating just the kernel ====
     
    194193}}}
    195194
    196 Incorrect or out of date Boot Firmware may result in the analogue to digital conversion or registers being misinterpreted, in example:
    197 {{{#!bash
    198 GSC     : v51 0x859f WDT:disabled board temp:3276C
    199 RTC     : 0
    200 Model   : GW6300-B
    201 MFGDate : 12-13-2017
    202 Serial  : 757565
    203 DTB     : gw6300.dtb
    204 SoC     : CN8020-850BG676-SCP-P12-G 1024KB 850/500MHz 0xa2 Pass 1.2
    205 MMC0    : eMMC
    206 MMC1    : not detected
    207 Boot    : eMMC non-trusted
    208 DRAM    : 1024 MB, 1333 MT/s, DDR4 UDIMM
    209 J9      : PCI
    210 J10     : PCI
    211 J11     : PCI
    212 QLM0    : PCIE_1X1@5000MHz
    213 QLM1    : SGMII_1X1@1250MHz
    214 QLM2    : PCIE_1X1@5000MHz
    215 QLM3    : PCIE_1X1@5000MHz
    216 Serial  : 2x RS232 without flow control
    217 PEM0    : QLM0 Link Timeout
    218 PEM1    : QLM2 Link Timeout
    219 PEM2    : QLM3 Link Timeout
    220 temp    : 32765 - Failed High: 9000
    221 vin     : 7798784 - Failed High: 60000
    222 3p3     : 137088 - Failed High: 3630
    223 5p0     : 84481 - Failed High: 5500
    224 0p9     : 107521 - Failed High: 990
    225 core    : 8782184 - Failed High: 946
    226 1p2     : invalid
    227 2p5     : invalid
    228 1p0     : invalid
    229 1p5     : invalid
    230 1p8     : invalid
    231 anl     : invalid
    232 }}}
    233 
    234195[=#serial-microSD-uboot]
    235196=== Update Firmware via Serial Console and microSD from Bootloader ===