 
         
					
                
                
            tparys
- 
                Posts198
- 
                Joined
- 
                Last visited
Community Answers
- 		
			
			tparys's post in Find $BOOTSOURCE in docs was marked as the answer
 Those are example bits of bash script from the Armbian build system.
 
 Poke around in https://github.com/armbian/build
 
 Search for "BOOTSOURCE="
 
- 		
			
			tparys's post in Failed to eject media warning was marked as the answer
 Generally, you'll want to provide debug output (see this post) ...
 
 But this one might simply be a missing dependency (eject), which you might be able to install manually via synaptic or at the console via:
 
 sudo apt install eject
 
- 		
			
			tparys's post in Data CD Burning Issue was marked as the answer
 Maybe try through a powered USB hub?
 
- 		
			
			tparys's post in How to install "numpy" on Pine a64 1gb? was marked as the answer
 Can you use a pre-packaged copy from the Debian/Ubuntu repositories?
 
 # Python 2.x sudo apt install python-numpy # Python 3.x sudo apt install python3-numpy
 
- 		
			
			tparys's post in Joydev support in linux-image-current-meson64 was marked as the answer
 Looks like someone's already beat me to it, has been merged, and will presumably be in the next round of packages.
 
 https://github.com/armbian/build/pull/2446
 
 
