Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If modifying the root filesystem, remove the existing:

    Code Block
    sudo rm -rf /media/<user>/rootfs/*


  2. Load the new filesystem to the SD Card. 

    Code Block
    sudo tar -Jxf <YOCTO_IMAGE>-<MACHINE>.tar.xz -C /media/<user>/rootfs && sync


Linux Kernel

Note

If you don't have a need to stage non-standard update your Linux kernel images or device tree binariesimages, this step can be skipped. The root file system already contains a kernel and default dtb files in its boot directory.

...