boards: Add missing options to sim:vncserver

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2022-02-18 16:22:41 +08:00 committed by Alan Carvalho de Assis
parent 27d75e7552
commit 928b90b48d
2 changed files with 12 additions and 1 deletions

View File

@ -1367,6 +1367,12 @@ ustream
Note that the binfs file system is mounted at /bin when the system starts
up.
vncserver
This a simple vnc server test configuration, Remmina is tested and recommended since
there are some compatibility issues. By defualt SIM will be blocked at startup to
wait client connection, if a client connected, then the fb example will launch.
vpnkit
This is a configuration with VPNKit support. See NETWORK-VPNKIT.txt.

View File

@ -11,6 +11,7 @@ CONFIG_ARCH_BOARD="sim"
CONFIG_ARCH_BOARD_SIM=y
CONFIG_ARCH_CHIP="sim"
CONFIG_ARCH_SIM=y
CONFIG_BOARD_LATE_INITIALIZE=y
CONFIG_DEBUG_SYMBOLS=y
CONFIG_DRIVERS_VIDEO=y
CONFIG_EXAMPLES_FB=y
@ -19,10 +20,14 @@ CONFIG_NET=y
CONFIG_NET_ICMP_NO_STACK=y
CONFIG_NET_TCP_NO_STACK=y
CONFIG_NET_UDP_NO_STACK=y
CONFIG_NET_USRSOCK=y
CONFIG_NET_USRSOCK_OTHER=y
CONFIG_NET_USRSOCK_TCP=y
CONFIG_NET_USRSOCK_UDP=y
CONFIG_SIM_NETUSRSOCK=y
CONFIG_SIM_VNCSERVER=y
CONFIG_VIDEO_FB=y
CONFIG_VNCSERVER=y
CONFIG_VNCSERVER_COLORFMT_RGB32=y
CONFIG_VNCSERVER_INBUFFER_SIZE=120
CONFIG_VNCSERVER_SCREENHEIGHT=320
CONFIG_VNCSERVER_UPDATE_BUFSIZE=204800