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 -zxfJxf tisdk-rootfs-image-am572x-phycore-rdk.tar.xz -C /media/<user>/rootfs; sync;



...