Complete example — minimal configuration

This configuration file does the bare minimum necessary to give you a shell prompt on the first serial port:

[virtual=processor,srec] .bootstrap = {
    startup-rpx-lite -Dsmc1.115200.64000000.16 
    PATH=/proc/boot procnto
}
[+script] .script = {
    devc-serversion -e -F -c64000000 -b115200 smc1 &   
    reopen 
    
    [+session] PATH=/proc/boot esh &
}

[type=link] /dev/console=/dev/ser1
[type=link] /usr/lib/ldqnx.so.2=/proc/boot/libc.so

libc.so 

[data=copy]
devc-serversion
esh
# specify executables that you want to be able
# to run from the shell:  echo, ls, pidin, etc...
echo
ls
pidin
cat
cp