User Tools

Site Tools


atmos:software:accessing.adpaa:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
atmos:software:accessing.adpaa:home [2026/06/12 17:31] ashley.vosatmos:software:accessing.adpaa:home [2026/06/12 17:40] (current) ashley.vos
Line 29: Line 29:
  
 Typically, this is only done on measurement devices to allow access to the code created for data acquisition, such as a Raspberry Pi. Typically, this is only done on measurement devices to allow access to the code created for data acquisition, such as a Raspberry Pi.
 +
 +Please skim through the instructions and read the troubleshooting section before beginning. It will likely save you some frustration.
  
 After downloading the ADPAA onto your Raspberry Pi from the link above, you will find it in your "Downloads" folder. After downloading the ADPAA onto your Raspberry Pi from the link above, you will find it in your "Downloads" folder.
  
 +  - In your home directory, create two folders: "ADPAA" and "CoPAS".
 +  - Move the downloaded ADPAA.tar.gz from the "Downloads" folder to the "ADPAA" folder.
   - Right click on the file (ADPAA.tar.gz) and select "Extract Here"   - Right click on the file (ADPAA.tar.gz) and select "Extract Here"
   - After this, run the command "sudo apt upgrade" to make sure the computer is updated and every package installed.   - After this, run the command "sudo apt upgrade" to make sure the computer is updated and every package installed.
-  - Additionally, run the command sudo "apt-get install subversion", otherwise, you'll run into some issues later. +  - Additionally, run the command "sudo apt-get install subversion", otherwise, you'll run into some issues later. 
-  - Once it has finished, open the file, "Share" and select the text files entitled "INSTALL" and "bashrc-adpaa"+  - Once it has finished, open the folder, "share" and select the text files entitled "INSTALL" and "bashrc-adpaa"
   - Open the "bashrc-adpaa" file and scroll to find text that will say   - Open the "bashrc-adpaa" file and scroll to find text that will say
  
Line 49: Line 53:
  
   - Save the file and exit.   - Save the file and exit.
-  - Follow the instructions in the ADPAA INSTALL file very carefully. Do not skip any steps or think that you may disregard them. +  - Type the command "source ~/.bashrc" 
-  - The very first step is to create an APDAA directory. Once you have done so, move all the files from the ADPAA from downloads to this directory, which will appear as a folder under your Raspberry Pi Home directory. +  - Open the ADPAA INSTALL file and follow the instructions very carefully. Do not skip any steps or think that you may disregard them. 
-    - After you complete the "Developer Version Source Code Download of Package (Read Access)" step, enter your file tree and copy the folder titled "src" out of the folder titled "adpaa-code" and into your main "ADPAA" folder. Then, you can delete the "adpaa-code" file+  - After you complete the "Developer Version Source Code Download of Package (Read Access)" step, enter your file tree and copy the folder titled "src" out of the folder titled "adpaa-code" and into your main "ADPAA" folder.  
-    - You may have to use the command "sudo rm -r adpaa-code" to delete it. +  - You will also have to do this in the directory /usr/local/ADPAA 
-    - You will also have to do this in the directory /usr/local/ADPAA +    - use the command "sudo cp -r /usr/local/ADPAA/adpaa-code/src /usr/local/ADPAA" 
-      - use the command "sudo cp -r /usr/local/ADPAA/adpaa-code/src /usr/local/ADPAA" +  - When doing the "Setting up Python3 for ADPAA Distribution" step, you will have to add "- - break-system-packages" to the end of the "pip3 install..." command. 
-      - then, "sudo rm -r /usr/local/ADPAA/adpaa-code" +  - After the "pip3 install..." command section, return to your home directory and enter the command "adpaa setup" 
-    - When doing the "Setting up Python3 for ADPAA Distribution" step, you will have to add "- - break-system-packages" to the end of the "pip3 install..." command.+    - If you've done everything correctly up to this point, the terminal will tell you to run the command "source ~/.bashrc" 
 +    - If not, go back and find out where an error occurred. 
 +  - Finally, follow the instruction in the ADPAA INSTALL file to run the "make && make -f Makefile_osa" command
  
 Trouble Shooting: Trouble Shooting:
atmos/software/accessing.adpaa/home.1781285502.txt.gz · Last modified: 2026/06/12 17:31 by ashley.vos