Changes between Version 15 and Version 16 of provisioning
- Timestamp:
- 08/18/2021 07:22:51 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
provisioning
v15 v16 327 327 328 328 ==== Root Filesystem ==== 329 The ubi root filesystem is originally built by the thebuild 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:329 The 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: 330 330 * 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) 331 331 {{{#!bash … … 515 515 }}} 516 516 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 inwithin the rootfs we will need to mount the second partition, for example "/dev/sdb2":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 from within the rootfs we will need to mount the second partition, for example "/dev/sdb2": 518 518 {{{ 519 519 sudo mount /dev/sdb2 /mnt/