bruno.verachten.fr
    
        Articles regarding my daily work and my tinkering at home 
 Videos here !
    
 
    
    
Archive of posts with category 'H3'
    
    
        
        
            
            Terminal recording on the OrangePi Zero
         
        
     
 
    
    
        
        
            
            How to see it’s still alive (UART)
         
        
     
 
    
    
        
        
            
            ```bash cd /usr/src/linux wget https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.17.tar.xz && xz -d linux-4.20.17.tar.xz && tar -xf linux-4.20.17.tar && rm linux-4.20.17.tar armbian-config install kernel source cp linux-source-5.3.9-sunxi64/.config linux/linux-4.20.17 cd linux && git clone https://github.com/uboborov/sunxi-cedar-mainline cd...