 
         
					
                
                
            lam96pt
- 
                Posts9
- 
                Joined
- 
                Last visited
Reputation Activity
- 		
			
				 lam96pt reacted to slinde in Automatic Login lam96pt reacted to slinde in Automatic Login
 The most simple solution would be to start your script from the file /etc/rc.local.
 Just add a line starting your script before the "exit 0" line last in the /etc/rc.local file.
 
 In this way there is no need to login. The file /etc/rc.local is run automatically by the system at boot.
 
- 		
			
				 lam96pt reacted to Igor in (Orange Pi PC | 21.02.3 | 5.10.21-sunxi) /dev/cedar_dev not exists lam96pt reacted to Igor in (Orange Pi PC | 21.02.3 | 5.10.21-sunxi) /dev/cedar_dev not exists
 Reading this will help you in understanding how you have to form your questions. Currently nobody can help you.
 
 https://forum.armbian.com/guidelines
 https://docs.armbian.com/User-Guide_FAQ/
 
- 		
			
				  
- 		
			
				 lam96pt reacted to Werner in Disable boot text and splash screen lam96pt reacted to Werner in Disable boot text and splash screen
 Try putting code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } logo=disabled in your code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } /boot/armbianEnv.txt
 code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; }
 FYI: Your kernel is quite outdated. The LEAST recent kernel is now 5.4.x for sunxi family
 
 
