total5200 dev board image flash problem

Hi all,

I am trying to reflash the QNX image on a Motorola Total5200 board (the
CPU is MPC5200), I have the SDP and use the image files provided there.
First I erased the FLASH (bank 0 from fe000000 to ffefffff and the
entire bank 1), then manually entered each command from
“mobileGT_FLASH_commands.txt” (basically, download an S-REC then burn it
to a given address). All image files were downloaded without problem,
and there were no error messages when writing the images. After I
restart the board, the splash screen comes up, but on the bootloader
console only this is dumped:

dBUG> IPL Total5200 SDP, v1.1
CPU: MPC5200
Clocks: Core=231.00 MHz, SDRAM=66.00 MHz, IPBI=66.00 MHz, PCI=33.00 MHz
SDRAM: 00000000 - 03FFFFFF = 64 MBytes SDR
Flash: FE000000 - FFFFFFFF = 32 MBytes

Copyright 1995-2001 Motorola, Inc. All Rights Reserved.

Transferring control to OS

and the board seems to freeze. QNX version is 6.2.1, SDP ver. 2.1


Am I doing something wromg, or skipping something? I’ll appreciate any
comments you may give on this.

Best regards,
Nikolay

Nikolay Kristev <n_kristev@prosyst.bg> wrote:

Hi all,

I am trying to reflash the QNX image on a Motorola Total5200 board (the
CPU is MPC5200), I have the SDP and use the image files provided there.
First I erased the FLASH (bank 0 from fe000000 to ffefffff and the
entire bank 1), then manually entered each command from
“mobileGT_FLASH_commands.txt” (basically, download an S-REC then burn it
to a given address). All image files were downloaded without problem,
and there were no error messages when writing the images. After I
restart the board, the splash screen comes up, but on the bootloader
console only this is dumped:

dBUG> IPL Total5200 SDP, v1.1
CPU: MPC5200
Clocks: Core=231.00 MHz, SDRAM=66.00 MHz, IPBI=66.00 MHz, PCI=33.00 MHz
SDRAM: 00000000 - 03FFFFFF = 64 MBytes SDR
Flash: FE000000 - FFFFFFFF = 32 MBytes

Copyright 1995-2001 Motorola, Inc. All Rights Reserved.

Transferring control to OS

and the board seems to freeze. QNX version is 6.2.1, SDP ver. 2.1



Am I doing something wromg, or skipping something? I’ll appreciate any
comments you may give on this.

Best regards,
Nikolay

Hello Nikolay,

It appears you have an older version of the Total5200 BSP,
which was generated by Motorola, not QNX. I couldn’t locate the
text file you refer to.

What address did you program the OS image to? It should be
0xfe040000. You’ve obviously programmed the IPL correctly,
or the board wouldn’t boot from the LO_BOOT switch position,
but I’d retry the operation of programming the OS image:

-boot HI, with dBUG
-download the S-Record OS image
-program the OS image from 0xfe040000 to 0xfe600000

The other possibility is that the OS image that you programmed
is bigger than the area you specified to program into. Can you
also tell us the size of the image? dBUG should display that
information after it downloads the S-record and converts it
to binary.

\

David Green (dgreen@qnx.com)
QNX Software Systems Ltd.
http://www.qnx.com

OK, at least the IPL is finding the OS image. However, as you
suspect, it does appear that the flash partition is not being
mounted correctly. Are you rebuilding any of these images
yourself, or are you just using binaries and S-Rec images that
were provided with the BSP? If you’re using all pre-existing
images, were you able to successfully flash the board previously,
or is this the first time you’ve flashed the board?

Did Motorola provide a build file with the BSP, which is used
to generate the dev.srec image? Based on the address that dev.srec
gets programmed to, it appears that that is the actual OS image.
If you have a build file, could you post it?


Nikolay Kristev <n_kristev@prosyst.bg> wrote:

Hello Dave,

first of all, thanks a lot for the help
I attempted some more digging into this myself, but no results.

It appears you have an older version of the Total5200 BSP,
which was generated by Motorola, not QNX. I couldn’t locate the
text file you refer to.
here are the commands I use from the text file:

dn -s ipl-total5200sdp
fp 0 fe000000 fe00cfff 20000
dn -i splashimg.bin
fp 0 fe01a700 fe03feff 20000
dn -i splashcfg.bin
fp 0 fe03ff00 fe03ffff 20000
dn -s dev.srec
fp 0 fe040000 fe2fffff 20000
dn -s driverlibs.srec
fp 0 fe300000 fe6fffff 20000
dn -s drivers.srec
fp 0 fe700000 fe8fffff 20000
dn -s ppcbe.srec
fp 0 fe900000 fecfffff 20000
dn -s photon.srec
fp 0 fed00000 ff2fffff 20000
dn -s fsdev.srec
fp 0 ff300000 ff7fffff 20000
dn -s j9.srec
fp 1 fe000000 fe8fffff 20000
dn -s javademo.srec
fp 1 fe900000 fedfffff 20000

and here is a list of all images (S-REC and bin) that came with the SDP
install:

-rw-rw-r-- 1 termit termit 2325940 Jul 31 2003 dev.srec
-rw-rw-r-- 1 termit termit 10485790 Jul 31 2003 driverlibs.srec
-rw-rw-r-- 1 termit termit 5242910 Jul 31 2003 drivers.srec
-rw-rw-r-- 1 termit termit 13107230 Jul 31 2003 fsdev.srec
-rw-rw-r-- 1 termit termit 116414 Jul 30 2003 ipl-total5200sdp
-rw-rw-r-- 1 termit termit 23592990 Jul 31 2003 j9.srec
-rw-rw-r-- 1 termit termit 13107230 Jul 31 2003 javademo.srec
-rw-rw-r-- 1 termit termit 15728670 Jul 31 2003 photon.srec
-rw-rw-r-- 1 termit termit 10485790 Jul 31 2003 ppcbe.srec
-rw-rw-r-- 1 termit termit 20 Apr 4 2003 splashcfg.bin
-rw-rw-r-- 1 termit termit 121900 Apr 4 2003 splashimg.bin

What address did you program the OS image to? It should be
0xfe040000.
The other possibility is that the OS image that you programmed
is bigger than the area you specified to program into. Can you
also tell us the size of the image? dBUG should display that
information after it downloads the S-record and converts it
to binary.
dBUG on the board here just displays the size of the S-REC downloaded,
not the data size. I read the real size of the data from the S-RECs, and
flashed the images accordingly - didn’t change the start addresses, just
the end (all the FLASH sizes given in the script are greater than the
real data size of the S-RECs). Now I got at least the OS to boot, though
it seems it has problem finding/mounting the flash partitons:

Transferring control to OS
Unable to access “/sbin” (2)
Unable to access “/bin” (2)
Unable to start “/sbin/devc-16c654-total5200sdp” (2)
Unable to access “/dev/ser2” (2)
Unable to access “/dev/ser2” (2)
Welcome to the Motorola Total5200 Development Platform.
Console started on port 2.
Start BestComm tasks.
Unable to start “/sbin/bestcomm-task-load-total5200sdp” (2)
Start the message queue manager.
Unable to start “/bin/mqueue” (2)
Start the pipe manager.
Unable to start “/bin/pipe” (2)
Unable to start “/bin/ksh” (2)

Do you have any idea what else I might try?

Thanks,
Nikolay

David Green (dgreen@qnx.com)
QNX Software Systems Ltd.
http://www.qnx.com

Hello Dave,

first of all, thanks a lot for the help
I attempted some more digging into this myself, but no results.

It appears you have an older version of the Total5200 BSP,
which was generated by Motorola, not QNX. I couldn’t locate the
text file you refer to.
here are the commands I use from the text file:

dn -s ipl-total5200sdp
fp 0 fe000000 fe00cfff 20000
dn -i splashimg.bin
fp 0 fe01a700 fe03feff 20000
dn -i splashcfg.bin
fp 0 fe03ff00 fe03ffff 20000
dn -s dev.srec
fp 0 fe040000 fe2fffff 20000
dn -s driverlibs.srec
fp 0 fe300000 fe6fffff 20000
dn -s drivers.srec
fp 0 fe700000 fe8fffff 20000
dn -s ppcbe.srec
fp 0 fe900000 fecfffff 20000
dn -s photon.srec
fp 0 fed00000 ff2fffff 20000
dn -s fsdev.srec
fp 0 ff300000 ff7fffff 20000
dn -s j9.srec
fp 1 fe000000 fe8fffff 20000
dn -s javademo.srec
fp 1 fe900000 fedfffff 20000

and here is a list of all images (S-REC and bin) that came with the SDP
install:

-rw-rw-r-- 1 termit termit 2325940 Jul 31 2003 dev.srec
-rw-rw-r-- 1 termit termit 10485790 Jul 31 2003 driverlibs.srec
-rw-rw-r-- 1 termit termit 5242910 Jul 31 2003 drivers.srec
-rw-rw-r-- 1 termit termit 13107230 Jul 31 2003 fsdev.srec
-rw-rw-r-- 1 termit termit 116414 Jul 30 2003 ipl-total5200sdp
-rw-rw-r-- 1 termit termit 23592990 Jul 31 2003 j9.srec
-rw-rw-r-- 1 termit termit 13107230 Jul 31 2003 javademo.srec
-rw-rw-r-- 1 termit termit 15728670 Jul 31 2003 photon.srec
-rw-rw-r-- 1 termit termit 10485790 Jul 31 2003 ppcbe.srec
-rw-rw-r-- 1 termit termit 20 Apr 4 2003 splashcfg.bin
-rw-rw-r-- 1 termit termit 121900 Apr 4 2003 splashimg.bin

What address did you program the OS image to? It should be
0xfe040000.
The other possibility is that the OS image that you programmed
is bigger than the area you specified to program into. Can you
also tell us the size of the image? dBUG should display that
information after it downloads the S-record and converts it
to binary.
dBUG on the board here just displays the size of the S-REC downloaded,

not the data size. I read the real size of the data from the S-RECs, and
flashed the images accordingly - didn’t change the start addresses, just
the end (all the FLASH sizes given in the script are greater than the
real data size of the S-RECs). Now I got at least the OS to boot, though
it seems it has problem finding/mounting the flash partitons:

Transferring control to OS
Unable to access “/sbin” (2)
Unable to access “/bin” (2)
Unable to start “/sbin/devc-16c654-total5200sdp” (2)
Unable to access “/dev/ser2” (2)
Unable to access “/dev/ser2” (2)
Welcome to the Motorola Total5200 Development Platform.
Console started on port 2.
Start BestComm tasks.
Unable to start “/sbin/bestcomm-task-load-total5200sdp” (2)
Start the message queue manager.
Unable to start “/bin/mqueue” (2)
Start the pipe manager.
Unable to start “/bin/pipe” (2)
Unable to start “/bin/ksh” (2)

Do you have any idea what else I might try?

Thanks,
Nikolay

OK, at least the IPL is finding the OS image. However, as you
suspect, it does appear that the flash partition is not being
mounted correctly. Are you rebuilding any of these images
yourself, or are you just using binaries and S-Rec images that
were provided with the BSP? If you’re using all pre-existing
images, were you able to successfully flash the board previously,
or is this the first time you’ve flashed the board?
I use the binaries and S-RECs that came with the BSP. I haven’t flashed

the board before, when I received it the OS was already set up.
Acatually, a few days ago the board started giving out errors “File
system corrupted” and some partitions failed to mount, so I had to
reflash everything. I thought it might be that the FLASH is corrupted,
but so far dBUG doesn’t fail writing to it.

Did Motorola provide a build file with the BSP, which is used
to generate the dev.srec image? Based on the address that dev.srec
gets programmed to, it appears that that is the actual OS image.
If you have a build file, could you post it?
Yes, those were included in the BSP. Here is the build file for the OS

image:

[image=0x20000]
[virtual=ppcbe,srec -compress] .bootstrap = {
startup-total5200sdp -Dpsc3.115200.132000000
PATH=/proc/boot procnto-600
}

[+script] .script = {

These env variables inherited by all the programs which follow

SYSNAME=nto
TERM=vt100
HOME=/
PATH=./:/proc/boot:/sbin:/bin:/usr/local/bin:/usr/photon/bin:/ibmj9
LD_LIBRARY_PATH=./:/proc/boot:/usr/lib:/usr/local/lib:/usr/photon/lib:/usr/photon/dll:/ibmj9
SHELL=/bin/esh
LOGNAME=root

/proc/boot/devf-total5200sdp -s 0xfe000000,32M,0,64M,256K -r -u2 -b5 -t1 &
waitfor /sbin
waitfor /usr/lib
waitfor /bin

Start the serial on port 2.

/sbin/devc-16c654-total5200sdp -e -F -S -b115200 -c7372800 -u2
0x30000020^2,0 &
waitfor /dev/ser2
reopen /dev/ser2

display_msg Welcome to the Motorola Total5200 Development Platform.
display_msg Console started on port 2.

Load BestComm DMA tasks

display_msg Start BestComm tasks.
/sbin/bestcomm-task-load-total5200sdp -n 6 -m ff

display_msg Start the message queue manager.
/bin/mqueue &

display_msg Start the pipe manager.
/bin/pipe &

#display_msg Start the run control script.
[+session] /bin/ksh /proc/boot/rc
}

[type=link] /dev/console=/dev/ser2
[type=link] /proc/boot/libc.so=/proc/boot/libc.so.2
[type=link] /usr/lib/libcpp.so=/usr/lib/libcpp.so.2
[type=link] /usr/lib/ldqnx.so.2=/proc/boot/libc.so.2
[type=link] /usr/lib/libsocket.so=/usr/lib/libsocket.so.2
[type=link] /usr/lib/libasound.so=/usr/lib/libasound.so.2
[type=link] /usr/lib/libm.so=/usr/lib/libm.so.2
[type=link] /tmp=/dev/shmem


[data=c]
[search="${QNX_TARGET}/ppcbe/lib"]
libc.so.2

Drivers:

[data=u]
[search="${QNX_TARGET}/ppcbe/sbin"]
devf-total5200sdp

/proc/boot/bootup.ksh = {
	if [[ -a /etc/bootup.ksh ]]; then
		/etc/bootup.ksh
	fi
}


/proc/boot/rc = {
	# /etc/bootup.ksh is gone.
	if [[ ! -e /etc/bootup.ksh ]]; then
		ln -s /etc/bootup.config.ksh /etc/bootup.ksh
	fi
	# This gives you a shell in case
	# /etc/rc is gone.
	if [[ -e /etc/rc ]]; then
		exec /bin/ksh /etc/rc
	else
		/etc/bootup.ksh
		while /bin/true; do
		    /bin/ksh
		done
		/bin/shutdown -v -S system
	fi
}

and the FS statements for the important images

driverlibs:  [block_size=256k spare_blocks=0 mount=/usr/lib 
min_size=4096K max_size=4096K perms=+r,+w,+x]

drivers: [block_size=256k spare_blocks=0 mount=/sbin min_size=2048K 
max_size=2048K perms=+r,+w,+x]

ppcbe: [block_size=256k spare_blocks=1 mount=/bin min_size=4096K 
max_size=4096K filter="flashcmp -t ucl" perms=+r,+w,+x]

fsdev: [block_size=256k spare_blocks=1 mount=/ min_size=5120K 
max_size=5120K filter="flashcmp -t ucl" perms=+r,+w,+x]

The rest of theses build files is just what should be included in the FS 
image, but if you think these are important, I'll post them as well

Thanks,
Nikolay

Nikolay Kristev <n_kristev@prosyst.bg> wrote:

Nikolay,

In re-reading your posts, I noticed the following:

I read the real size of the data from the S-RECs, and
flashed the images accordingly - didn’t change the start addresses, just
the end (all the FLASH sizes given in the script are greater than the
real data size of the S-RECs).

Are you saying that you adjusted the end addresses of the
images as you were programming them, based on the size
of the image after you converted the files from S-rec to binary?
If so, that may be the problem. Please try re-flashing the
board, using the exact start and end addresses that
Motorola specifies in their docs.


[snip]

here are the commands I use from the text file:

dn -s ipl-total5200sdp
fp 0 fe000000 fe00cfff 20000
dn -i splashimg.bin
fp 0 fe01a700 fe03feff 20000
dn -i splashcfg.bin
fp 0 fe03ff00 fe03ffff 20000
dn -s dev.srec
fp 0 fe040000 fe2fffff 20000
dn -s driverlibs.srec
fp 0 fe300000 fe6fffff 20000
dn -s drivers.srec
fp 0 fe700000 fe8fffff 20000
dn -s ppcbe.srec
fp 0 fe900000 fecfffff 20000
dn -s photon.srec
fp 0 fed00000 ff2fffff 20000
dn -s fsdev.srec
fp 0 ff300000 ff7fffff 20000
dn -s j9.srec
fp 1 fe000000 fe8fffff 20000
dn -s javademo.srec
fp 1 fe900000 fedfffff 20000

[snip]

\

David Green (dgreen@qnx.com)
QNX Software Systems Ltd.
http://www.qnx.com

At the top of the “mobileGT_FLASH_commands.txt” file, does it have a
“fe fe000000 feffffff” command at the very top (or something similar)?

You may have to erase the flash area completely before you can program
into it reliably.

Thanks,
-Jay.

Nikolay Kristev wrote:

OK, at least the IPL is finding the OS image. However, as you
suspect, it does appear that the flash partition is not being
mounted correctly. Are you rebuilding any of these images
yourself, or are you just using binaries and S-Rec images that
were provided with the BSP? If you’re using all pre-existing
images, were you able to successfully flash the board previously,
or is this the first time you’ve flashed the board?

I use the binaries and S-RECs that came with the BSP. I haven’t flashed
the board before, when I received it the OS was already set up.
Acatually, a few days ago the board started giving out errors “File
system corrupted” and some partitions failed to mount, so I had to
reflash everything. I thought it might be that the FLASH is corrupted,
but so far dBUG doesn’t fail writing to it.

Did Motorola provide a build file with the BSP, which is used to
generate the dev.srec image? Based on the address that dev.srec
gets programmed to, it appears that that is the actual OS image.
If you have a build file, could you post it?

Yes, those were included in the BSP. Here is the build file for the OS
image:

[image=0x20000]
[virtual=ppcbe,srec -compress] .bootstrap = {
startup-total5200sdp -Dpsc3.115200.132000000
PATH=/proc/boot procnto-600
}

[+script] .script = {

These env variables inherited by all the programs which follow

SYSNAME=nto
TERM=vt100
HOME=/
PATH=./:/proc/boot:/sbin:/bin:/usr/local/bin:/usr/photon/bin:/ibmj9
LD_LIBRARY_PATH=./:/proc/boot:/usr/lib:/usr/local/lib:/usr/photon/lib:/usr/photon/dll:/ibmj9

SHELL=/bin/esh
LOGNAME=root

/proc/boot/devf-total5200sdp -s 0xfe000000,32M,0,64M,256K -r -u2 -b5
-t1 &
waitfor /sbin
waitfor /usr/lib
waitfor /bin

Start the serial on port 2.

/sbin/devc-16c654-total5200sdp -e -F -S -b115200 -c7372800 -u2
0x30000020^2,0 &
waitfor /dev/ser2
reopen /dev/ser2

display_msg Welcome to the Motorola Total5200 Development Platform.
display_msg Console started on port 2.

Load BestComm DMA tasks

display_msg Start BestComm tasks.
/sbin/bestcomm-task-load-total5200sdp -n 6 -m ff

display_msg Start the message queue manager.
/bin/mqueue &

display_msg Start the pipe manager.
/bin/pipe &

#display_msg Start the run control script.
[+session] /bin/ksh /proc/boot/rc
}

[type=link] /dev/console=/dev/ser2
[type=link] /proc/boot/libc.so=/proc/boot/libc.so.2
[type=link] /usr/lib/libcpp.so=/usr/lib/libcpp.so.2
[type=link] /usr/lib/ldqnx.so.2=/proc/boot/libc.so.2
[type=link] /usr/lib/libsocket.so=/usr/lib/libsocket.so.2
[type=link] /usr/lib/libasound.so=/usr/lib/libasound.so.2
[type=link] /usr/lib/libm.so=/usr/lib/libm.so.2
[type=link] /tmp=/dev/shmem


[data=c]
[search="${QNX_TARGET}/ppcbe/lib"]
libc.so.2

Drivers:

[data=u]
[search="${QNX_TARGET}/ppcbe/sbin"]
devf-total5200sdp

/proc/boot/bootup.ksh = {
if [[ -a /etc/bootup.ksh ]]; then
/etc/bootup.ksh
fi
}

/proc/boot/rc = {

/etc/bootup.ksh is gone.

if [[ ! -e /etc/bootup.ksh ]]; then
ln -s /etc/bootup.config.ksh /etc/bootup.ksh
fi

This gives you a shell in case

/etc/rc is gone.

if [[ -e /etc/rc ]]; then
exec /bin/ksh /etc/rc
else
/etc/bootup.ksh
while /bin/true; do
/bin/ksh
done
/bin/shutdown -v -S system
fi
}

and the FS statements for the important images

driverlibs: [block_size=256k spare_blocks=0 mount=/usr/lib
min_size=4096K max_size=4096K perms=+r,+w,+x]

drivers: [block_size=256k spare_blocks=0 mount=/sbin min_size=2048K
max_size=2048K perms=+r,+w,+x]

ppcbe: [block_size=256k spare_blocks=1 mount=/bin min_size=4096K
max_size=4096K filter=“flashcmp -t ucl” perms=+r,+w,+x]

fsdev: [block_size=256k spare_blocks=1 mount=/ min_size=5120K
max_size=5120K filter=“flashcmp -t ucl” perms=+r,+w,+x]

The rest of theses build files is just what should be included in the FS
image, but if you think these are important, I’ll post them as well

Thanks,
Nikolay[/quote]

>

Dave,

yes, I did change some of the addresses (only end addresses, actually) -
but that was after trying a few times the default values provided by
Motorola. I checked the build files and saw that the FS sizes were
greater than the S-RECs data later on.
The list of commands I sent you is the one with the defaults by Motorola.
I read some of the QNX docs on building OS and FS images, and everything
with the build files seems correct from what I saw. Do you have any idea
what I can try next?

Thanks,
Nikolay

Jay Greig wrote:

At the top of the “mobileGT_FLASH_commands.txt” file, does it have a
“fe fe000000 feffffff” command at the very top (or something similar)?

yes, there is a FLASH erase command in the start of the script - full
erase of bank 1 and erase of all blocks in bank 0 except the dBUG ones,
I posted a trimmed down script to save space.
I assume you have the BSP for Total5200, or at least a similiar one?
Have you had any problems flashing the QNX image?

Thanks,
Nikolay

I have the SDP v2.2 with a Total5200 Rev 2 hardware. I had no problems
putting all of the images into flash. I did notice, however, that
Motorola converted all of the images to binary (with the exception of
the ipl).

Nikolay Kristev wrote:

Jay Greig wrote:

At the top of the “mobileGT_FLASH_commands.txt” file, does it have a
“fe fe000000 feffffff” command at the very top (or something similar)?


yes, there is a FLASH erase command in the start of the script - full
erase of bank 1 and erase of all blocks in bank 0 except the dBUG ones,
I posted a trimmed down script to save space.
I assume you have the BSP for Total5200, or at least a similiar one?
Have you had any problems flashing the QNX image?

Thanks,
Nikolay

I have the lite5200, and it started to give me problems with the flash. I
got the board replaced under warranty. It merely may be some problem with
the flash or the CPU.

Kevin

“Nikolay Kristev” <n_kristev@prosyst.bg> wrote in message
news:ca4gkp$kuq$1@inn.qnx.com

Hi all,

I am trying to reflash the QNX image on a Motorola Total5200 board (the
CPU is MPC5200), I have the SDP and use the image files provided there.
First I erased the FLASH (bank 0 from fe000000 to ffefffff and the
entire bank 1), then manually entered each command from
“mobileGT_FLASH_commands.txt” (basically, download an S-REC then burn it
to a given address). All image files were downloaded without problem,
and there were no error messages when writing the images. After I
restart the board, the splash screen comes up, but on the bootloader
console only this is dumped:

dBUG> IPL Total5200 SDP, v1.1
CPU: MPC5200
Clocks: Core=231.00 MHz, SDRAM=66.00 MHz, IPBI=66.00 MHz, PCI=33.00 MHz
SDRAM: 00000000 - 03FFFFFF = 64 MBytes SDR
Flash: FE000000 - FFFFFFFF = 32 MBytes

Copyright 1995-2001 Motorola, Inc. All Rights Reserved.

Transferring control to OS

and the board seems to freeze. QNX version is 6.2.1, SDP ver. 2.1


Am I doing something wromg, or skipping something? I’ll appreciate any
comments you may give on this.

Best regards,
Nikolay

Nikolay,

Did ever manage to get your board up and working again? I’ve got what looks
to be the same problem that you’re having and I’m not sure how to go about
resolving it.

Emile.
----------/


“Nikolay Kristev” <n_kristev@prosyst.bg> wrote in message
news:cacd0b$sif$1@inn.qnx.com

Dave,

yes, I did change some of the addresses (only end addresses, actually) -
but that was after trying a few times the default values provided by
Motorola. I checked the build files and saw that the FS sizes were
greater than the S-RECs data later on.
The list of commands I sent you is the one with the defaults by Motorola.
I read some of the QNX docs on building OS and FS images, and everything
with the build files seems correct from what I saw. Do you have any idea
what I can try next?

Thanks,
Nikolay

Hi Emile,

nope, no luck at all :frowning:
I should be getting a new BSP soon, and will try it then. If it works,
I’ll drop a line here

Nikolay