git clone https://github.com/schwannden/ndn-in-one
cd ndn-in-one
./sdk2Galileo -m get image
tar -xzvf image.tar.gz
cd image
cp -r * /media/SDcard
- The image is the end result of Building Galileo Image on Debian.
- /media/SDcard should be the path where you mount your SD card.
- See Boot From SD Card for more detail on how to boot Galileo from SD card.
To copy everything to Galileo, and configure Galileo, use the script sdk2Galileo.sh
in ndn-in-one
folder.
cd ndn-in-one
./sdk2Galileo -a
./sdk2Galileo -m configure
- Visit ndn-in-one for more tutorial on using the script
- Visit The Whole Story for the details in each steps