Browse Source

conf/vf2_uEnv.txt: enable framebuffer console

modify bootargs to enable console to tty1:

setenv bootargs "earlyprintk console=tty1 console=ttyS0,115200 ......"

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
4adb16c23c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/vf2_uEnv.txt

+ 1 - 1
conf/vf2_uEnv.txt

@@ -9,7 +9,7 @@ partnum=3
 fitfile=starfiveu.fit
 
 # for debugging boot
-bootargs_ext=if test ${devnum} = 0; then setenv bootargs "earlyprintk console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk0p4"; else setenv bootargs "earlyprintk console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk1p4"; fi;
+bootargs_ext=if test ${devnum} = 0; then setenv bootargs "earlyprintk console=tty1 console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk0p4"; else setenv bootargs "earlyprintk console=tty1 console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk1p4"; fi;
 #bootargs=earlyprintk console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk1p4
 
 # for addr info