Hi Tim,
We have added below commands build file mounting file systems, (Partition 1: 178 and partition 2: 179)
mount -t qnx6 -o sync=none /dev/hd0t178 /fs/qnx6 - Boot partition
mount -t qnx6 -o sync=none /dev/hd0t179 /home
Please find attached image of the file system details (“df -hP”)
I didn’t see your build file???
[code][image=0x1400000]
#---------------------------------------------------------------------------------------------------
x86 32bits build for generic x86 platform
#---------------------------------------------------------------------------------------------------
[virtual=x86,multiboot +compress] boot = {
startup-x86 -v
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/proc/boot:/x86/sbin:/x86/usr/sbin:/x86/bin:/x86/usr/bin LD_LIBRARY_PATH=/proc/boot:/lib:/usr/lib:/lib/dll:/lib/dll/pci:/x86/lib:/x86/usr/lib:/x86/lib/dll procnto-smp-instr -v
}
[+script] startup-script = {
procmgr_symlink …/…/proc/boot/libc.so /usr/lib/ldqnx.so.2
display_msg Welcome to Aries x86 system
#-------------------------------------------------------------------------------------------
Starting slogger2 server
#---------------------------------------------------------------------------------------------------
display_msg “Starting slogger2 server …”
slogger2 -s2048k &
waitfor /dev/slog2
#---------------------------------------------------------------------------------------------------
Settings env for PCI server and starting PCI server
#---------------------------------------------------------------------------------------------------
PCI_HW_MODULE=/lib/dll/pci/pci_hw-Intel_x86.so ## uncomment this line for Intel platform, comment out for other platform
PCI_HW_MODULE=/lib/dll/pci/pci_hw-AMD_x86.so ## uncomment this line for AMD platform, comment out for other platform
PCI_SLOG_MODULE=/lib/dll/pci/pci_slog2.so
PCI_DEBUG_MODULE=/lib/dll/pci/pci_debug2.so
PCI_BASE_VERBOSITY=3
PCI_HW_CONFIG_FILE=/etc/system/config/pci/pci_hw-VMware.cfg ## uncomment this line for VMWare image, comment out for other platform
#---------------------------------------------------------------------------------------------------
display_msg “Starting PCI server …”
pci-server --aspace-enable
Note: Specify the highest bus to be scanned during enumeration as below. See also pci-server ‘use’ information
pci-server --bus-scan-limit=16 --aspace-enable
waitfor /dev/pci
#---------------------------------------------------------------------------------------------------
Get the disk up and running
#---------------------------------------------------------------------------------------------------
sh /proc/boot/blk-start.sh
display_msg "Mounting Filesystems"
mount -t qnx6 -o sync=none /dev/hd0t178 /fs/qnx6
mount -t qnx6 -o sync=none /dev/hd0t179 /home
#---------------------------------------------------------------------------------------------------
Note:
If there is a /x86 filesystem in hard disk, Please uncomment the line below,
further commands can now be run from the filesystem in hard disk.
#---------------------------------------------------------------------------------------------------
waitfor /x86
#---------------------------------------------------------------------------------------------------
Starting common services
#---------------------------------------------------------------------------------------------------
display_msg “Starting some common services …”
dumper
pipe
random -t
mqueue
devc-pty
#---------------------------------------------------------------------------------------------------
Starting network driver and services
#---------------------------------------------------------------------------------------------------
sh /proc/boot/net-start.sh
#---------------------------------------------------------------------------------------------------
Starting USB host driver and services
#---------------------------------------------------------------------------------------------------
display_msg “Starting USB host …”
io-usb-otg -d xhci -d ehci -d ohci -d uhci
waitfor /dev/usb/io-usb-otg
display_msg "Starting devb-umass ..."
devb-umass cam pnp &
#---------------------------------------------------------------------------------------------------
Starting audio driver
#---------------------------------------------------------------------------------------------------
sh /proc/boot/aud-start.sh
#---------------------------------------------------------------------------------------------------
Starting Input services
#---------------------------------------------------------------------------------------------------
display_msg “Starting input services …”
io-hid -d usb
waitfor /dev/io-hid/io-hid
#---------------------------------------------------------------------------------------------------
Starting serial driver
#---------------------------------------------------------------------------------------------------
display_msg “Starting serial driver …”
devc-ser8250 -b 115200 3f8,4 2f8,3 3e8,9 2e8,10 &
waitfor /dev/ser1
Note: If need a serial debug port, please uncomment the line below
Please change the device name to the actull debug port name
TERM=qansi on -t /dev/ser1 -l root
Note: If need a USB-serial debug port, please uncomment the line below
Please make sure the USB driver has been lauched first and you have the USB-serial device connected
display_msg “Starting serial USB driver …”
devc-serusb -e -b115200
waitfor /dev/serusb1
TERM=qansi on -t /dev/serusb1 -l root
#---------------------------------------------------------------------------------------------------
Starting consoles and shells
#---------------------------------------------------------------------------------------------------
display_msg “Starting consoles …”
devc-con-hid -n8
waitfor /dev/con1
waitfor /dev/con2
waitfor /dev/con3
waitfor /dev/con4
#---------------------------------------------------------------------------------------------------
display_msg “Starting shells …”
SYSNAME=nto
TERM=qansi
reopen /dev/con2
[+session] sh &
reopen /dev/con3
[+session] sh &
reopen /dev/con4
[+session] sh &
reopen /dev/con1
[+session] sh
}
[type=link] /bin/sh=/proc/boot/ksh
[type=link] /tmp=/dev/shmem
[type=link] /var/run=/dev/shmem
[type=link] /var/db=/dev/shmem
#---------------------------------------------------------------------------------------------------
shared library
#---------------------------------------------------------------------------------------------------
libc.so
libncursesw.so
libpanelw.so
libdevice-publisher.so
#---------------------------------------------------------------------------------------------------
libraries for new PCI driver
#---------------------------------------------------------------------------------------------------
libpci.so
[-followlink search=${QNX_TARGET}/${PROCESSOR}] /lib/dll/pci/=lib/dll/pci
#---------------------------------------------------------------------------------------------------
libraries for block drivers
#---------------------------------------------------------------------------------------------------
io-blk.so
libcam.so
fs-qnx6.so
fs-dos.so
cam-disk.so
cam-cdrom.so
#---------------------------------------------------------------------------------------------------
Note:
If there is a filesystem (/x86) that include the libariries list below
(before the line [data=copy]), you could comment them out to reduces the size of IFS images.
#---------------------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------------------
more shared libraries
#---------------------------------------------------------------------------------------------------
libm.so
libz.so
libslog2.so
libslog2parse.so
libtracelog.so
libpps.so
libbacktrace.so
#---------------------------------------------------------------------------------------------------
libraries for USB drivers
#---------------------------------------------------------------------------------------------------
libusbdi.so
libhiddi.so
devu-hcd-ehci.so
devu-hcd-ohci.so
devu-hcd-uhci.so
devu-hcd-xhci.so
#---------------------------------------------------------------------------------------------------
libraries for Audio drivers
#---------------------------------------------------------------------------------------------------
deva-ctrl-intel_hda.so
deva-mixer-hda.so
deva-ctrl-audiopci.so
deva-mixer-ac97.so
libasound.so
#---------------------------------------------------------------------------------------------------
libraries for io-hid drivers
#---------------------------------------------------------------------------------------------------
devh-usb.so
devh-ps2ser.so
#---------------------------------------------------------------------------------------------------
libraries for network drivers
#---------------------------------------------------------------------------------------------------
libsocket.so
devnp-e1000.so
devnp-rtl8169.so
libcrypto.so
librpc.so
#-------------------
libraries for drm
#---------------
libdrm.so
libdrm_intel.so
[data=copy]
#---------------------------------------------------------------------------------------------------
script for launching the network driver
#---------------------------------------------------------------------------------------------------
net-start.sh={
#!/bin/sh
PCI_DEVICE_LIST=/dev/shmem/pci_device.list
STD_NULL=/dev/null
supported list for the network devices
INTEL_8086_100f=8086/100f
INTEL_8086_1559=8086/1559
INTEL_8086_1570=8086/1570
INTEL_8086_15a3=8086/15a3
INTEL_8086_15a2=8086/15a2
INTEL_8086_1502=8086/1502
INTEL_8086_1503=8086/1503
INTEL_8086_1f41=8086/1f41
INTEL_8086_1533=8086/1533 #Aries
RTL_RTL8169=10ec/8168
uncomment the line below if any driver use the old PCI API’s
export PCI_BKWD_COMPAT_MODULE=/lib/dll/pci/pci_bkwd_compat.so
#check if there is the pci device list
if [ ! -r $PCI_DEVICE_LIST ]; then
echo “Get PCI device list …”
pci-tool -v > $PCI_DEVICE_LIST
fi
#check if there is the Intel E1000 Ethernet device in the list
if grep $INTEL_8086_100f $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_8086_1559 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_8086_1570 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_8086_15a3 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_8086_15a2 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_8086_1502 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_8086_1503 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_8086_1533 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_8086_1f41 $PCI_DEVICE_LIST > $STD_NULL
then
echo “Starting E1000 Ethernet driver …”
io-pkt-v6-hc -de1000 pci=0
if_up -r 10 -p wm0
ifconfig wm0 up
io-pkt-v6-hc -i1 -de1000 pci=1 -ptcpip prefix=/alt
SOCK=/alt if_up -r 10 -p wm0
SOCK=/alt ifconfig wm0 up
#check if there is the Realtek RTL8169 Ethernet device in the list
elif grep $RTL_RTL8169 $PCI_DEVICE_LIST > $STD_NULL
then
echo “Starting RTL8169 Ethernet driver …”
io-pkt-v6-hc -d rtl8169
if_up -r 10 -p rt0
ifconfig rt0 up
else
echo “No Ethernet device has been detected”
exit 0;
fi
echo "Starting network service ..."
dhclient -nw wm0
SOCK=/alt dhclient -nw wm0
qconn
inetd
}
#---------------------------------------------------------------------------------------------------
script for launching the audio driver
#---------------------------------------------------------------------------------------------------
aud-start.sh={
#!/bin/sh
PCI_DEVICE_LIST=/dev/shmem/pci_device.list
AUD_DEVICE=/dev/snd
STD_NULL=/dev/null
supported list for the intel_hda audio devices
INTEL_HDA_ICH6=8086/2668
INTEL_HDA_ICH7=8086/27d8
INTEL_HDA_ICH8=8086/284b
INTEL_HDA_ICH9=8086/293e
INTEL_HDA_ICH10=8086/3a3e
INTEL_HDA_ICH10_82801JD=8086/3a6e
INTEL_HDA_POULSBO=8086/811b
INTEL_HDA_CPT=8086/1c20
INTEL_HDA_H77=8086/1e20
INTEL_HDA_HASWELL=8086/8c20
INTEL_HDA_3400=8086/3b56
INTEL_HDA_VALLYVIEW=8086/0f04
INTEL_HDA_LYNXPLPHD=8086/9c20
INTEL_HDA_WCPLPHD=8086/9ca0
INTEL_HDA_CHERRYHILL=8086/2284
INTEL_HDA_SUNRISEPLHD=8086/9d70
ATI_HDA_SB600=1002/4383
AMD_HDA_FCH=1022/780d
supported list for the audiopci audio devices
ENSONIQ_1370=1274/5000
ENSONIQ_1371=1274/1371
ENSONIQ_5880=1274/5880
CREATIVE_EV1938=1102/8938
uncomment the line below if any driver use the old PCI API’s
export PCI_BKWD_COMPAT_MODULE=/lib/dll/pci/pci_bkwd_compat.so
#check if there is the pci device list
if [ ! -r $PCI_DEVICE_LIST ]; then
echo “Get PCI device list …”
pci-tool -v > $PCI_DEVICE_LIST
fi
#check if there is Intel HD Audio device in the list
if grep $INTEL_HDA_ICH6 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_ICH7 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_ICH8 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_ICH9 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_ICH10 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_ICH10_82801JD $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_POULSBO $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_CPT $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_H77 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_HASWELL $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_3400 $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_VALLYVIEW $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_LYNXPLPHD $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_WCPLPHD $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_CHERRYHILL $PCI_DEVICE_LIST > $STD_NULL ||
grep $INTEL_HDA_SUNRISEPLHD $PCI_DEVICE_LIST > $STD_NULL ||
grep $AMD_HDA_FCH $PCI_DEVICE_LIST > $STD_NULL ||
grep $ATI_HDA_SB600 $PCI_DEVICE_LIST > $STD_NULL
then
echo “Starting audio driver …”
io-audio -d intel_hda &
#check if there is audiopci device in the list
elif grep $ENSONIQ_1370 $PCI_DEVICE_LIST > $STD_NULL ||
grep $ENSONIQ_1371 $PCI_DEVICE_LIST > $STD_NULL ||
grep $ENSONIQ_5880 $PCI_DEVICE_LIST > $STD_NULL ||
grep $CREATIVE_EV1938 $PCI_DEVICE_LIST > $STD_NULL
then
echo “Starting audio driver …”
io-audio -d audiopci &
else
echo “No audio device has been detected”
exit 0;
fi
waitfor $AUD_DEVICE
}
#---------------------------------------------------------------------------------------------------
script for launching the block driver
#---------------------------------------------------------------------------------------------------
blk-start.sh={
#!/bin/sh
PCI_DEVICE_LIST=/dev/shmem/pci_device.list
please change the device name below to the actull name of block device
BLK_DEVICE=/dev/hd0
STD_NULL=/dev/null
supported list for the block devices
SATA_8086_0f23=8086/0f23
SATA_8086_9c03=8086/9c03
SATA_8086_9c83=8086/9c83
SATA_8086_9d03=8086/9d03
SATA_8086_1c02=8086/1c02
SATA_8086_1e03=8086/1e03
SATA_8086_1f22=8086/1f22
SATA_8086_1f32=8086/1f32
SATA_1022_7801=1022/7801
EIDE_8086_7111=8086/7111
uncomment the line below if any driver use the old PCI API’s
export PCI_BKWD_COMPAT_MODULE=/lib/dll/pci/pci_bkwd_compat.so
#check if there is the pci device list
if [ ! -r $PCI_DEVICE_LIST ]; then
echo “Get PCI device list …”
pci-tool -v > $PCI_DEVICE_LIST
fi
#check if there is the SATA device in the list
if grep $SATA_8086_0f23 $PCI_DEVICE_LIST > $STD_NULL ||
grep $SATA_8086_9c03 $PCI_DEVICE_LIST > $STD_NULL ||
grep $SATA_8086_9c83 $PCI_DEVICE_LIST > $STD_NULL ||
grep $SATA_8086_9d03 $PCI_DEVICE_LIST > $STD_NULL ||
grep $SATA_8086_1c02 $PCI_DEVICE_LIST > $STD_NULL ||
grep $SATA_8086_1e03 $PCI_DEVICE_LIST > $STD_NULL ||
grep $SATA_8086_1f22 $PCI_DEVICE_LIST > $STD_NULL ||
grep $SATA_8086_1f32 $PCI_DEVICE_LIST > $STD_NULL ||
grep $SATA_1022_7801 $PCI_DEVICE_LIST > $STD_NULL
then
echo “Starting AHCI block driver …”
#devb-ahci cam quiet ahci nports=4 blk automount=hd0t179:/:qnx6 &
devb-ahci cam quiet
#check if there is the EIDE device in the list
elif grep $EIDE_8086_7111 $PCI_DEVICE_LIST > $STD_NULL
then
echo “Starting EIDE block driver …”
devb-eide cam quiet blk automount=hd0t179:/:qnx6 &
else
echo “No block device has been detected”
exit 0;
fi
waitfor $BLK_DEVICE
}
#---------------------------------------------------------------------------------------------------
.profile for setting environment for PCI, graphic, etc.
#---------------------------------------------------------------------------------------------------
/root/.profile={
set PCI environment
export PCI_HW_MODULE=/lib/dll/pci/pci_hw-Intel_x86.so ## uncomment this line for Intel platform, comment out for other platform
#export PCI_HW_MODULE=/lib/dll/pci/pci_hw-AMD_x86.so ## uncomment this line for AMD platform, comment out for other platform
export PCI_BKWD_COMPAT_MODULE=/lib/dll/pci/pci_bkwd_compat.so ## uncomment this line if any driver use the old PCI API’s
export PCI_SLOG_MODULE=/lib/dll/pci/pci_slog2.so
export PCI_DEBUG_MODULE=/lib/dll/pci/pci_debug2.so
export PCI_BASE_VERBOSITY=3
#export PCI_HW_CONFIG_FILE=/etc/system/config/pci/pci_hw-VMware.cfg ## uncomment this line for VMWare image, comment out for other platform
set GRAPHICS environment
#export GRAPHICS_ROOT=/usr/lib/graphics/vmware ## uncomment this line for VMWare image, comment out for other platform
export LD_LIBRARY_PATH=/proc/boot:/lib:/usr/lib:/lib/dll:/lib/dll/pci:/x86/lib:/x86/usr/lib:/x86/lib/dll:$GRAPHICS_ROOT
export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/proc/boot:/x86/sbin:/x86/usr/sbin:/x86/bin:/x86/usr/bin
}
#---------------------------------------------------------------------------------------------------
PCI support
#---------------------------------------------------------------------------------------------------
pci-server
Note: if you wish to use pci-tool interactive mode, add [+raw] to the pci-tool inclusion below
see ‘use’ information in pci-tool
pci-tool
rsrcdb_query
[search=${QNX_TARGET}/etc/system/config/pci] /etc/system/config/pci/pcidatabase.com-tab_delimited.txt=pcidatabase.com-tab_delimited.txt
#[search=${QNX_TARGET}/etc/system/config/pci] /etc/system/config/pci/pci_hw-VMware.cfg=pci_hw-VMware.cfg
#---------------------------------------------------------------------------------------------------
block driver
#---------------------------------------------------------------------------------------------------
devb-ahci
devb-eide
#---------------------------------------------------------------------------------------------------
general commands
#---------------------------------------------------------------------------------------------------
ksh
waitfor
grep
/sbin/ifconfig=ifconfig
#---------------------------------------------------------------------------------------------------
Network services (telnet) support
#---------------------------------------------------------------------------------------------------
devc-pty
/etc/hosts=${QNX_TARGET}/etc/hosts
/etc/services=${QNX_TARGET}/etc/services
/etc/inetd.conf = {
ftp stream tcp nowait root /usr/sbin/ftpd in.ftpd -l
telnet stream tcp nowait root /usr/sbin/telnetd in.telnetd
}
/etc/ftpusers=${QNX_TARGET}/etc/ftpusers
/etc/ftpd.conf = {
/* Make things a+rw by default */
umask all 0000
}
#[uid=0 gid=0 perms=0666] /etc/passwd = {
/etc/passwd = {
root:x:0:0:Superuser:/root:/bin/sh
qnxuser1:x:1000:1000:qnxuser:/home:/bin/sh
}
#[uid=0 gid=0 perms=0600] /etc/shadow = {
/etc/shadow = {
root:@S@vvd+OXAgwbeNLUt9nkOJll0cg/ikKmlUEQfitqQdsYoESduLX66l1EOKSXljfVvSlcAZNxw/KrFRWrkSe1juIw==@OTE5OTkxNGJjZWM5OGEzNTFjYjY4OTMxNGM0NzNhMzg=:1468494669:0:0
qnxuser1:@S@SH3K++tbdsf3SPVrtpsLUncU7FL4IJ0emlHofpEoYqIbKZVKYI8sAswWIcLmgM1uZMTMsL1IAwDAYCBs8SfnoQ==@Nzc5MDI1NmUzNWI1OWE1NGUwY2YyZTM5NWRhZjhmNzM=:1468488235:0:0
}
#[uid=0 gid=0 perms=0644] /etc/group = {
/etc/group = {
root:x:0:root
qnxuser1:x:1000
}
/etc/resolv.conf = {
search localdomain
nameserver 8.8.8.8
}
#---------------------------------------------------------------------------------------------------
PAM configurations addon build file
#---------------------------------------------------------------------------------------------------
[uid=0 gid=0 perms=4755] /bin/login=login
[uid=0 gid=0 perms=4755] /bin/passwd=passwd
[uid=0 gid=0 perms=4755] /bin/su=su
[uid=0 gid=0 perms=0755] /usr/sbin/sshd=sshd
[uid=0 gid=0 perms=0755] /usr/sbin/ftpd=ftpd
[uid=0 gid=0 perms=0755] /usr/sbin/inetd=inetd
[uid=0 gid=0 perms=0755] /usr/sbin/telnetd=telnetd
[uid=0 gid=0 type=dir dperms=0755] /usr
[uid=0 gid=0 type=dir dperms=0755] /usr/lib
[uid=0 gid=0 type=dir dperms=0755] /etc #aries
[uid=0 gid=0 type=dir dperms=0755] /etc/pam.d
[uid=0 gid=0 perms=0755] /etc/pam.d/login=${QNX_TARGET}/etc/pam.d/login
[uid=0 gid=0 perms=0755] /etc/pam.d/on=${QNX_TARGET}/etc/pam.d/on
[uid=0 gid=0 perms=0755] /etc/pam.d/passwd=${QNX_TARGET}/etc/pam.d/passwd
[uid=0 gid=0 perms=0755] /etc/pam.d/su=${QNX_TARGET}/etc/pam.d/su
[uid=0 gid=0 perms=0755] /etc/pam.d/ftpd=${QNX_TARGET}/etc/pam.d/ftpd
[uid=0 gid=0 perms=0755] /usr/lib/pam_ftpusers.so=pam_ftpusers.so
[uid=0 gid=0 perms=0755] /usr/lib/pam_rootok.so=pam_rootok.so
[uid=0 gid=0 perms=0755] /usr/lib/pam_qnx.so=pam_qnx.so
#[uid=0 gid=0 perms=0755] /usr/lib/pam_deny.so=pam_deny.so
#[uid=0 gid=0 perms=0755] /usr/lib/pam_echo.so=pam_echo.so
#[uid=0 gid=0 perms=0755] /usr/lib/pam_exec.so=pam_exec.so
#[uid=0 gid=0 perms=0755] /usr/lib/pam_group.so=pam_group.so
#[uid=0 gid=0 perms=0755] /usr/lib/pam_mac.so=pam_mac.so
#[uid=0 gid=0 perms=0755] /usr/lib/pam_permit.so=pam_permit.so
#[uid=0 gid=0 perms=0755] /usr/lib/pam_radius.so=pam_radius.so
#[uid=0 gid=0 perms=0755] /usr/lib/pam_self.so=pam_self.so
#---------------------------------------------------------------------------------------------------
serial drivers
#---------------------------------------------------------------------------------------------------
devc-con
devc-con-hid
devc-ser8250
devc-serusb
#---------------------------------------------------------------------------------------------------
audio driver and support
#---------------------------------------------------------------------------------------------------
io-audio
wave
waverec
mix_ctl
#---------------------------------------------------------------------------------------------------
network driver and support
#---------------------------------------------------------------------------------------------------
io-pkt-v6-hc
nicinfo
if_up
ftp
ping
ping6
fs-nfs3
qconn
dhclient
netstat
route
tcpdump
[search=${QNX_TARGET}/sbin perms=a+x] /sbin/dhclient-script=dhclient-script
[search=${QNX_TARGET}/etc] /etc/dhclient.conf=dhclient.conf
#---------------------------------------------------------------------------------------------------
USB driver and support
#---------------------------------------------------------------------------------------------------
io-usb-otg
usb
devb-umass
io-hid
#---------------------------------------------------------------------------------------------------
more general commands
#---------------------------------------------------------------------------------------------------
on
cat
cp
mkdir
ls
pipe
mqueue
random
pidin
rm
uname
slogger2
slog2info
slay
mount
umount
shutdown
less
rtc
date
fdisk
use
dumper
env
find
ln
sleep
tty
sync
coreinfo
mkqnx6fs
dd
dloader
pdebug
chmod
vi
mv
df
setfacl
chown
stty
[/code]
It’s definitely a good idea to try on a second board just to eliminate the potential problem of the physical hardware being bad.
We have checked in another hardware and observed the similar issue(able to send data but not able to receive) in 232 mode.
Could you please tell us how to use qtalk ?
Thanks,
John