Hi All,
I am using QNX IMX6ARD BSP with Uboot. After the kernel booting is complete, I get the command prompt Test#(I could see the messages on the UART Termainal), but unfortunately I am not able to enter any key once the booting is completed.
Can anyone please suggest what is that I am missing.
In my build file it is configured as following:
SYSNAME=nto | ||
TERM=qansi | ||
HOME=/ | ||
PS1="Test# " | ||
PATH=:/bin:/usr/bin:/sbin:/usr/sbin:/proc/boot:/tmp | ||
LD_LIBRARY_PATH=:/lib:/usr/lib:/usr/lib/graphics/iMX6X:/lib/dll:/proc/boot:/tmp | ||
GRAPHICS_ROOT=/usr/lib/graphics/iMX6X | ||
[+session] ksh & |
Thanks
Swamy