I can't boot the embedded image

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

Whit RTP 6.1 you must change the following line:

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

Mandi
Daniele


“Mario Javier Gómez Jiménez” <928234572@terra.es> ha scritto nel messaggio
news:a6qrmc$l2o$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

Thank you

Regards


\


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

Thank you


Mario Javier Gómez Jiménez
mgomezj@terra.es
Las Palmas de Gran Canaria
“Daniele Fontanini” <daniele@cimtech.it> escribió en el mensaje
news:a6t535$cos$1@inn.qnx.com

Whit RTP 6.1 you must change the following line:
[type=link] /usr/lib/ldqnx.so.1 = /proc/boot/libc.so
as
[type=link] /usr/lib/ldqnx.so.2 = /proc/boot/libc.so

Mandi
Daniele


“Mario Javier Gómez Jiménez” <> 928234572@terra.es> > ha scritto nel messaggio
news:a6qrmc$l2o$> 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

Thank you

Regards


\


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