Changes between Version 20 and Version 21 of newport/firmware
- Timestamp:
- 02/14/2020 05:08:45 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/firmware
v20 v21 118 118 setenv dev 0 # sets MMC device to be flashed 119 119 120 setenv image xenial-newport.img.gz # or whatever filename is used, with any directories in front of the filename120 setenv image bionic-newport.img.gz # or whatever filename is used, with any directories in front of the filename 121 121 122 122 run update_all … … 159 159 setenv dev 0 # sets MMC device to be flashed 160 160 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}}}.** 161 tftpboot ${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 }}} 164 163 165 164 ==== Updating just the kernel ==== … … 194 193 }}} 195 194 196 Incorrect or out of date Boot Firmware may result in the analogue to digital conversion or registers being misinterpreted, in example:197 {{{#!bash198 GSC : v51 0x859f WDT:disabled board temp:3276C199 RTC : 0200 Model : GW6300-B201 MFGDate : 12-13-2017202 Serial : 757565203 DTB : gw6300.dtb204 SoC : CN8020-850BG676-SCP-P12-G 1024KB 850/500MHz 0xa2 Pass 1.2205 MMC0 : eMMC206 MMC1 : not detected207 Boot : eMMC non-trusted208 DRAM : 1024 MB, 1333 MT/s, DDR4 UDIMM209 J9 : PCI210 J10 : PCI211 J11 : PCI212 QLM0 : PCIE_1X1@5000MHz213 QLM1 : SGMII_1X1@1250MHz214 QLM2 : PCIE_1X1@5000MHz215 QLM3 : PCIE_1X1@5000MHz216 Serial : 2x RS232 without flow control217 PEM0 : QLM0 Link Timeout218 PEM1 : QLM2 Link Timeout219 PEM2 : QLM3 Link Timeout220 temp : 32765 - Failed High: 9000221 vin : 7798784 - Failed High: 60000222 3p3 : 137088 - Failed High: 3630223 5p0 : 84481 - Failed High: 5500224 0p9 : 107521 - Failed High: 990225 core : 8782184 - Failed High: 946226 1p2 : invalid227 2p5 : invalid228 1p0 : invalid229 1p5 : invalid230 1p8 : invalid231 anl : invalid232 }}}233 234 195 [=#serial-microSD-uboot] 235 196 === Update Firmware via Serial Console and microSD from Bootloader ===