Changes between Version 15 and Version 16 of provisioning


Ignore:
Timestamp:
08/18/2021 07:22:51 PM (3 years ago)
Author:
Cale Collins
Comment:

fixed bad grammer and typo

Legend:

Unmodified
Added
Removed
Modified
  • provisioning

    v15 v16  
    327327
    328328==== Root Filesystem ====
    329 The ubi root filesystem is originally built by the the build system of the specific BSP your using, however if you end up imaging this onto a board, and customizing it, you may be able to pull it back off as long as your flash size is far less than your memory:
     329The ubi root filesystem is originally built by the build system of the specific BSP your using, however if you end up imaging this onto a board, and customizing it, you may be able to pull it back off as long as your flash size is far less than your memory:
    330330 * From Linux assuming /tmp is a tmpfs (ram based) and that you are booted into the filesystem you are copying and you have more ram available than the size of /dev/mtd2 (such as a 256MB flash on a 512MB system)
    331331{{{#!bash
     
    515515}}}
    516516
    517 Insert the MMC into the SD card reader on your workstation, as before note the the name the device is assigned.  Because we created our image in within the rootfs we will need to mount the second partition, for example "/dev/sdb2":
     517Insert the MMC into the SD card reader on your workstation, as before note the the name the device is assigned.  Because we created our image from within the rootfs we will need to mount the second partition, for example "/dev/sdb2":
    518518{{{
    519519sudo mount /dev/sdb2 /mnt/