Downloading the Assets Bundles

  1. In the edaadm repository that you cloned or downloaded, go to the bundles folder.
    cd path/to/edaadm-repository/bundles
  2. Download the Assets bundles.
    The following example downloads all Assets Bundles defined in the bundles folder and store them in the eda-cargo directory.
    make save-all-bundles
    The following examples show how to download a specific bundle.
    Use the following command to display all bundles:
    make ls-bundles
    Then, use the following command to download a specific bundle:
    make save-<bundle-name>