Browse Source

conf/jh7110_uEnv.txt: enable framebuffer console

modify bootargs to enable console to tty1:

bootargs=earlyprintk console=tty1 console=ttyS0,115200 debug
         rootwait earlycon=sbi root=/dev/mmcblk0p4

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
Signed-off-by: keith.zhao<keith.zhao@statfivetech.com>
Andy Hu 1 year ago
parent
commit
fe8a30e4fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/jh7110_uEnv.txt

+ 1 - 1
conf/jh7110_uEnv.txt

@@ -9,7 +9,7 @@ partnum=3
 fitfile=starfiveu.fit
 
 # for debugging boot
-bootargs=earlyprintk console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk0p4
+bootargs=earlyprintk console=tty1 console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk0p4
 
 # for addr info
 fileaddr=0xa0000000