I need help

Hello these are the characteristics of my PC:

Mainboard: MICRO-ATX EX3
CPU: Slot 1 for Intel Pentium II processor
Chipset: Intel 82440LX/82440EX chipset
Clock Generator: 66.6MHz cloks are supported
On board peripherals include:
1 floppy port support
2 serial ports
1 parallel port supports SPP/EPP/ECP
2 USB ports
1 IrDA connector for SIR
BIOS: the mainboard provides "Plug & Play& BIOS

############################################################################
##########

This is an example build file for creating an image with TCP/IP and pdebug

############################################################################
##########
[virtual=x86/bios +compress] boot = {
startup-bios -v

Set up the environment variables.

PATH=/proc/boot:/bin:.
LD_LIBRARY_PATH_PATH=/proc/boot:/dev/shmem:/usr/lib procnto -vvv
}

[+script] startup.script = {

Load the network remote file system

io-net -d ne2000 -p ttcpip if=en0:198.9.200.1 &
waitfor /dev/socket
pdebug 10000 &
devc-con &
reopen /dev/con1
devc-pty &
pipe &
[+session] esh &
}

This section creates the host file to use with the image containing ip

information
/etc/hosts = {
198.9.200.1 localhost
198.9.200.2 node2
}

[type=link] /usr/lib/ldqnx.so.1 = /proc/boot/libc.so

libc.so
libsocket.so
npm-ttcpip.so
devn-ne2000.so

[data=copy]
esh

All the utilities you would like to put under the /bin directory.

[+optional prefix=/bin]
vi
pdebug
io-net
devc-ser8250
devc-pty
devc-con
pipe
ping
stty
mqueue
esh
ls
pidin
slay
less


There are no problems with the build file but I can’t boot the image from
floppy.

On screen :

Unable to start all devices

I need help. CAn you help me?

I use QNX RealTime Plataform

Thank you

Regards

\


Mario Javier Gómez Jiménez
mgomezj@terra.es
Las Palmas de Gran Canaria

“Mario Javier Gómez Jiménez” <928234572@terra.es> wrote in
news:a6qqpg$kii$1@inn.qnx.com:

Hello these are the characteristics of my PC:

Mainboard: MICRO-ATX EX3
CPU: Slot 1 for Intel Pentium II processor
Chipset: Intel 82440LX/82440EX chipset
Clock Generator: 66.6MHz cloks are supported
On board peripherals include:
1 floppy port support
2 serial ports
1 parallel port supports SPP/EPP/ECP
2 USB ports
1 IrDA connector for SIR
BIOS: the mainboard provides "Plug & Play& BIOS

########################################################################

This is an example build file for creating an image with TCP/IP and

pdebug
########################################################################

[virtual=x86/bios +compress] boot = {
startup-bios -v

Set up the environment variables.

PATH=/proc/boot:/bin:.
LD_LIBRARY_PATH_PATH=/proc/boot:/dev/shmem:/usr/lib procnto -vvv
}

[+script] startup.script = {

Load the network remote file system

io-net -d ne2000 -p ttcpip if=en0:198.9.200.1 &
waitfor /dev/socket
pdebug 10000 &
devc-con &
reopen /dev/con1
devc-pty &
pipe &
[+session] esh &
}

This section creates the host file to use with the image containing

ip information
/etc/hosts = {
198.9.200.1 localhost
198.9.200.2 node2
}

[type=link] /usr/lib/ldqnx.so.1 = /proc/boot/libc.so

libc.so
libsocket.so
npm-ttcpip.so
devn-ne2000.so

[data=copy]
esh

All the utilities you would like to put under the /bin directory.

[+optional prefix=/bin]
vi
pdebug
io-net
devc-ser8250
devc-pty
devc-con
pipe
ping
stty
mqueue
esh
ls
pidin
slay
less


There are no problems with the build file but I can’t boot the image
from floppy.

On screen :

Unable to start all devices

I need help. CAn you help me?

I use QNX RealTime Plataform

Are you using QNX 6.1 or 6.0? In your buildfile you specify the loader as
ldqnx.so.1 - if you’re using 6.1+, then it should be ldqnx.so.2. Please
post the output of “mkifs -v ./yourbuildfile ./yourimagefile”.

\

Cheers,
Adam

QNX Software Systems Ltd.
[ amallory@qnx.com ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <pschon@baste.magibox.net>

thank you


Mario Javier Gómez Jiménez
mgomezj@terra.es
Las Palmas de Gran Canaria
“Adam Mallory” <amallory@qnx.com> escribió en el mensaje
news:Xns91D260CAC8C10amalloryqnxcom@209.226.137.4

“Mario Javier Gómez Jiménez” <> 928234572@terra.es> > wrote in
news:a6qqpg$kii$> 1@inn.qnx.com> :

Hello these are the characteristics of my PC:

Mainboard: MICRO-ATX EX3
CPU: Slot 1 for Intel Pentium II processor
Chipset: Intel 82440LX/82440EX chipset
Clock Generator: 66.6MHz cloks are supported
On board peripherals include:
1 floppy port support
2 serial ports
1 parallel port supports SPP/EPP/ECP
2 USB ports
1 IrDA connector for SIR
BIOS: the mainboard provides "Plug & Play& BIOS

########################################################################

This is an example build file for creating an image with TCP/IP and

pdebug
########################################################################

[virtual=x86/bios +compress] boot = {
startup-bios -v

Set up the environment variables.

PATH=/proc/boot:/bin:.
LD_LIBRARY_PATH_PATH=/proc/boot:/dev/shmem:/usr/lib procnto -vvv
}

[+script] startup.script = {

Load the network remote file system

io-net -d ne2000 -p ttcpip if=en0:198.9.200.1 &
waitfor /dev/socket
pdebug 10000 &
devc-con &
reopen /dev/con1
devc-pty &
pipe &
[+session] esh &
}

This section creates the host file to use with the image containing

ip information
/etc/hosts = {
198.9.200.1 localhost
198.9.200.2 node2
}

[type=link] /usr/lib/ldqnx.so.1 = /proc/boot/libc.so

libc.so
libsocket.so
npm-ttcpip.so
devn-ne2000.so

[data=copy]
esh

All the utilities you would like to put under the /bin directory.

[+optional prefix=/bin]
vi
pdebug
io-net
devc-ser8250
devc-pty
devc-con
pipe
ping
stty
mqueue
esh
ls
pidin
slay
less


There are no problems with the build file but I can’t boot the image
from floppy.

On screen :

Unable to start all devices

I need help. CAn you help me?

I use QNX RealTime Plataform


Are you using QNX 6.1 or 6.0? In your buildfile you specify the loader as
ldqnx.so.1 - if you’re using 6.1+, then it should be ldqnx.so.2. Please
post the output of “mkifs -v ./yourbuildfile ./yourimagefile”.

\

Cheers,
Adam

QNX Software Systems Ltd.
[ > amallory@qnx.com > ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <> pschon@baste.magibox.net