Changes between Version 52 and Version 53 of newport
- Timestamp:
- 04/24/2018 05:53:19 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport
v52 v53 178 178 }}} 179 179 - **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 181 To summarize: 182 {{{#!bash 183 setenv ipaddr 192.168.1.1 # sets device IP 184 185 setsenv servirp 192.168.1.146 # sets TFTP server IP 186 187 setenv dev 0 # sets MMC device to be flashed 188 189 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 190 }}} 180 191 181 192 Updating just the kernel can be done with {{{tftpboot}}} and {{{fatwrite}}}: