Skip to content

dstrower/dragonboardSensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dragonboardSensor

Dragonboard Sensor Mezzanine

  1. Add debain UNIX

[Install UNIX] (https://www.96boards.org/documentation/consumer/dragonboard/dragonboard410c/installation/mac-sd.md.html)

  1. Connect to network

  2. Add root user

    sudo passwd root
    

    You will be promoted for new UNIX password. Write it down. Then execute

    sudo passwd -u root
    
  3. sudo to root

    sudo -i
    
  4. Make sure board has the correct time.

    ntpdate pool.ntp.org   
    
  5. exit out of root

    exit
    
  6. Start following instructions starting on step 6.

[Steps (Start on 6)] (https://github.com/96boards/Sensor_Mezzanine_Getting_Started/blob/master/README.md)

  1. Add java mraa package
sudo apt-get install libmraa-java
  1. Add java based upm package
sudo apt-get install libupm-java
  1. Decide where you want the code from the git repository to go. Change to that directory.

  2. Clone this repository.

git clone https://github.com/dstrower/dragonboardSensor

About

Dragonboard Sensor Mezzanine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors