[qemu][m4][gfx][display] Get the VNC based LCD working on the qemu-m4 port.
This commit is contained in:
@@ -40,11 +40,12 @@ fi
|
||||
|
||||
PROJECT="qemu-m4-test"
|
||||
|
||||
ARGS=" -serial tcp::12345,server,nowait " # Logs
|
||||
ARGS+=" -serial tcp::12344,server,nowait " # Debug
|
||||
ARGS=" -serial tcp::12345,server,nowait " # Logs
|
||||
ARGS+=" -serial tcp::12344,server,nowait " # Debug
|
||||
ARGS+=" -serial stdio" # Console
|
||||
ARGS+=" -machine pebble-s4-bb -cpu cortex-m4"
|
||||
ARGS+=" -pflash build-${PROJECT}/lk.bin "
|
||||
ARGS+=" -monitor tcp::12346,server,nowait"
|
||||
|
||||
if [ $DO_CMPCTMALLOC == 1 ]; then
|
||||
MAKE_VARS=LK_HEAP_IMPLEMENTATION=cmpctmalloc
|
||||
|
||||
Reference in New Issue
Block a user