Boot QNX provokes resets on PCM-4823L

I’m used a QNX operating system in a Advantech PCM-4823L-00C1 board. In the past this board have a AMDx86 processor at 133MHz and this works fine.
But now I need to replace some of these boards and i buy new boards (board processor is DX4-S at 100MHz) but when i try this the board make successive resets.
This resets appers in the boot of QNX and before the reset i saw in the monitor the following message:

Section: idt offset:006c
Base:ff512cc8
Section: Directory 00001000
System page at phys:00004000 user:ff511000 kern:ff512000
Starting next program at vff830b1c

and reset…

The .boot file was generated by the following lines:

[search=/sbin:/usr/sbin:/bin:/usr/bin:/lib:/lib/dll:boot/sys]

[virtual=x86,bios +compress] boot ={
startup-bios –Nnto_x86 –s 64k
PATH=/proc/boot:/bin:/usr/bin LD_LIBRARY_PATH=/proc/boot:/lib:/usr/lib:/lib/dll procnto
}

[+script] startup-script = {
devc-con –n1 &
reopen /dev/con1
devb-doc blk automount=hd0t77:/
waitfor /bin 20
SYSNAME=nto
HOME=/bin
LOGNAME=pc104
HOSTNAME=pc104
PROCESSOOOOR=x86
reopen /dev/con1
sh /bin/startscript
}

[type=link] /tmp=/dev/shmem
[type=link] /usr/lib/ldqnx.so1=/proc/boot/libc.so.1

libc.so
libcam.so
io-blk.so
cam-disk.so
fs-qnx4.so

[data=c]
devc-com
devb-doc

The QNX was installed on a Disck On Chip.
Please help me in this problem.