I am able to run java.run in virt_qemu-arm_v7a. The output is directed to log [ stdout="/dev/log" ], is there a way to redirect the sdtout to terminal [ stdout="/dev/terminal" ] instead of log?
My two cents : the way I do it here is to modify the "config" scenario file this way:
- keep stdout set to "/dev/log"
- modify the routing to : <route> <service name="LOG"> <child name="terminal_log"> ...
- add a terminal_log component
- add a terminal component.
It works for me... But if there is a way to specify stdout="/dev/terminal" instead, that might be of interest to me as well.