Changes between Version 52 and Version 53 of newport


Ignore:
Timestamp:
04/24/2018 05:53:19 PM (6 years ago)
Author:
Cale Collins
Comment:

added summery to Update Firmware via Serial Console and Ethernet from Bootloader for simplification purposes.

Legend:

Unmodified
Added
Removed
Modified
  • newport

    v52 v53  
    178178}}}
    179179  - **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}}}.**
     180
     181To summarize:
     182{{{#!bash
     183setenv ipaddr 192.168.1.1 # sets device IP
     184
     185setsenv servirp 192.168.1.146 # sets TFTP server IP
     186
     187setenv dev 0 # sets MMC device to be flashed
     188
     189tftpboot ${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 
     190}}}
    180191
    181192Updating just the kernel can be done with {{{tftpboot}}} and {{{fatwrite}}}: