Changes between Version 50 and Version 51 of newport
- Timestamp:
- 04/10/2018 05:00:13 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport
v50 v51 177 177 tftpboot ${loadaddr} xenial-newport.img.gz && gzwrite mmc ${dev} ${loadaddr} ${filesize} 178 178 }}} 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}}}.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 180 181 181 Updating just the kernel can be done with {{{tftpboot}}} and {{{fatwrite}}}: