- Add debain UNIX
[Install UNIX] (https://www.96boards.org/documentation/consumer/dragonboard/dragonboard410c/installation/mac-sd.md.html)
-
Connect to network
-
Add root user
sudo passwd rootYou will be promoted for new UNIX password. Write it down. Then execute
sudo passwd -u root -
sudo to root
sudo -i -
Make sure board has the correct time.
ntpdate pool.ntp.org -
exit out of root
exit -
Start following instructions starting on step 6.
[Steps (Start on 6)] (https://github.com/96boards/Sensor_Mezzanine_Getting_Started/blob/master/README.md)
- Add java mraa package
sudo apt-get install libmraa-java
- Add java based upm package
sudo apt-get install libupm-java
-
Decide where you want the code from the git repository to go. Change to that directory.
-
Clone this repository.
git clone https://github.com/dstrower/dragonboardSensor