Forum Topic - QNX 4.25 2015 Experimental USB : Page 2 of 2 (33 Items)
   
Re: QNX 4.25 2015 Experimental USB  
Hi Voicu,

I've just tried the same and booting is fine with /dev/ram created. Can you attach here your build file and output 
buildqnx -v command.

Respectfully,
Oleg

> If i write on the same line with -Hdisk160 -r500 the system hangs


Re: QNX 4.25 2015 Experimental USB  
i dont know how to use the buildqnx -v  command (it asks for a filename)
Re: QNX 4.25 2015 Experimental USB  
here is my sysinit.2

#image: /boot/sys/boot -v
#image:/boot/sys/Proce32 -E0 -| 2
#image:/boot/sys/Slib32
#image:/boot/sys/Slib16
#image:/bin/Fsys -Hdisk160
#image:/bin/Fsys.ahci fsys -Ndsk1 -n0=hd1. -n5=cd1.
#image:/bin/mount -p /dev/hd1.0 /dev/hd1.0t77 /
#image:/bin/sinit TERM=qnxm
#export NODE=2
export KBD=en_CA_101.kbd
export ABLANG=en
export CON_KBD=USA
export TZ=est05edt04,M4.1.0/2,M10.5.0/2
/bin/rtc -| hw
Dev &
emu87 &
Pipe &
/bin/Dev.ser -N/dev/ser1 3f8,4 &
/bin/Dev.ser -N/dev/ser1 2f8,3 &
io-usb
devu-kbd
Dev.ansi -Q -n6 -d /dev/usbkbd0 &
 reopen /dev/con1
kbd $CON_KBD
prefix -A/dev/console=/dev/con1
Dev.pty &
Dev.pty -n16 &
/bin/Fsys.umass fsys -Ndsk2 -n0=hd2. -n5=cd2.
Iso9660fsys /cd2.0=/dev/cd2.0 &
#Define the default CD Rom
/bin/prefix -A /cd=//0/cd2.0
nameloc &
chkfsys /
if test -f /etc/config/bin/tcpip.$NODE
then
/etc/config/bin/ph.$NODE
else
tinit -t/dev/con1 &
tinit -T/dev/con2[2-6] &
fi
Re: QNX 4.25 2015 Experimental USB  
and here is OS Build file (or install.2 from boot/builds)

/boot/sys/boot
$ /boot/sys/boot -v

/boot/sys/Proc32
$ /boot/sys/Proc32 -E0 -l 2

/boot/sys/Slib32
$ /boot/sys/Slib32

/boot/sys/Slib16
$ /boot/sys/Slib16

/boot/Fsys
$ /boot/Fsys -Hdisk160

/boot/Fsys.ahci
$ /boot/Fsys fsys -Ndsk1 -n0-hd1. -n5=cd1.

/boot/mount
$ /boot/mount -p /dev/hd1.0 /dev/hd1.ot77 /

/boot/sinit
$ /boot/sinit TERM=qnxm
Re: QNX 4.25 2015 Experimental USB  
And I do not see the -r 500 at Fsys line.

> and here is OS Build file (or install.2 from boot/builds)
> 
> /boot/sys/boot
> $ /boot/sys/boot -v
> 
> /boot/sys/Proc32
> $ /boot/sys/Proc32 -E0 -l 2
> 
> /boot/sys/Slib32
> $ /boot/sys/Slib32
> 
> /boot/sys/Slib16
> $ /boot/sys/Slib16
> 
> /boot/Fsys
> $ /boot/Fsys -Hdisk160
> 
> /boot/Fsys.ahci
> $ /boot/Fsys fsys -Ndsk1 -n0-hd1. -n5=cd1.
> 
> /boot/mount
> $ /boot/mount -p /dev/hd1.0 /dev/hd1.ot77 /
> 
> /boot/sinit
> $ /boot/sinit TERM=qnxm


Re: QNX 4.25 2015 Experimental USB  
Hello Oleg

When i try to run the buildqnx -v on install.2 it says line length exceded >500

If i try to write Fsys -r 500 it says "cant attach name , resource name busy"

Re: QNX 4.25 2015 Experimental USB  
Hi Voicu,

Try following commands:

# cd /boot
# buildqnx -v build/install.2 images/install.2

where build/install.2 is your build file and images/install.2 is created boot image.

Keep in mind that you do not need to launch Fsys directly. Instead this you have to modify Fsys line in your build/
install.2 build file.

Respectfully,
Oleg

> Hello Oleg
> 
> When i try to run the buildqnx -v on install.2 it says line length exceded >
> 500
> 
> If i try to write Fsys -r 500 it says "cant attach name , resource name busy"
> 


Re: QNX 4.25 2015 Experimental USB  
Hi Voicu,

Please, read the documentation about it. Or provide output of make command (if you use ) in verbose mode.

Respectfully,
Oleg

> i dont know how to use the buildqnx -v  command (it asks for a filename)