The following instructions will guide you on using the Cloud Sky Classifier module with an Odroid XU4.
- Download link can be found here:
- unzip and run(on Ubuntu)
- Plug in the USD SD card reader
- Open Etcher
- Select the downloaded XU4 Image
- Cheose the relavent SD Card Reader
- Flash the image
- On the linux command line type
sudo apt install screen - connect the UART to the Desktop and type in
ls -l /dev/ttyUSB*: The presented line will state which address the USB is connected - Open Screen for the UART:
screen /dev/ttyUSB0 115200Make sure you have the right address from the previous command. On this example the given address is /dev/ttyUSB0.
- Connect the UART to the XU4
- Have the Boot selector switch on the SD Card
- power up the XU4
- login with these Credentilas: User Name : odroid PW : odroid
- on the command window of the XU4 type
sudo do-release-upgrade. This may take a few hours - These commands will update the current ubuntu version:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
On the command window type the following commands and ener data as par instructed:
- Create user:
sudo adduser teamlary - Provide sudo priviledges to the user:
sudo usermod -aG sudo teamlary - Once the user is created, switch to the newly created user
su - teamlary - Check for attained priveledges:
sudo whoami
The output should beroot
sudo su -
userdel odroid
userdel -r odroid
- The following link provides instructions on installing the necessary dependancies.
- check for connected devices
df -h - Do the Back Up
sudo dd if=/dev/sdXX of=~/sd-card-copy.img. Make sure to replace XX with the appropriate symbols. Example:sudo dd if=/dev/sde of=/media/teamlary/Team_Lary_1/gitGubRepos/data/images/GISNode/GISNode.img
run the following commands on the Linux Command Line
sudo apt-get update
sudo apt-get install nmap
scp -r teamlary@10.202.42.205:/home/teamlary/gitHubRepos/data/webCamSnaps ~/
sudo pip3 install PyDrive
Follow instructions given on this link