pwsh1: show console on the LCD

This commit is contained in:
Takumi Sueda 2020-11-01 03:33:52 +09:00
parent 79a28533d2
commit b55c285de8
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@
/* Extra Environment */
#define CONFIG_EXTRA_ENV_SETTINGS \
"stdin=serial\0" \
"stdout=serial,vga\0" \
"stderr=serial,vga\0" \
"videomode=video=ctfb:x:800,y:480,depth:16,pclk:30857,le:0,ri:0,up:0,lo:0,hs:0,vs:0,sync:0,vmode:0\0" \
"bootdelay=0\0" \
"image=zImage\0" \