probelm on sterting up bsp for s3c2410

hi

i am experencing a probelm while during startup , this is the message iam getting

NOROOT # tftp 0x33000000 ifs-s3c2410.raw
TFTP from server 172.16.10.98; our IP address is 172.16.10.37
Filename ‘ifs-s3c2410.raw’.
Load address: 0x33000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
####################################
done
Bytes transferred = 1512336 (171390 hex)
NOROOT # go 0x33000000

Starting application at 0x33000000 …

Dcache: 512x32 WB
Icache: 512x32
arm920 rev 0 200MHz

System page at phys:30012000 user:fc404000 kern:fc404000
Starting next program at vfe0264e8

after these this it is going to hang , can anyone plz help me , thanx in advance

Consider posting buildfile used to produce ifs-s3c2410.raw

Dear Sir,
Thanks for the quick reply. Iam attaching my build file . Can please go through it and find the solution.

With Sincere Regards
Sam

I see no attached file.

this is my build file :

START OF BUILD SCRIPT

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

[image=0x33000000]
###########################################################################

if booting from the ROM Monitor, specify SREC format

###########################################################################
#[virtual=armle,raw] .bootstrap = {
###########################################################################

else if booting from FLASH, specify BINARY format

###########################################################################
[virtual=armle,binary] .bootstrap = {
###########################################################################
#######################################################################
## Make sure to specify a CPU frequency to startup-integrator
## otherwise it won’t work. ex. startup-integrator -f80M
######################################################################
startup-s3c2410 -f200M -v
##########################################################################
## PATH set here is the safe path for executables.
## LD_LIBRARY_PATH set here is the safe path for libraries.
## i.e. These are the paths searched by setuid/setgid binaries.
## (confstr(_CS_PATH…) and confstr(_CS_LIBPATH…))
#######################################################################
PATH=:/proc/boot:/bin:/usr/bin LD_LIBRARY_PATH=:/proc/boot:/lib:/usr/lib:/lib/dll procnto -v
}
[+script] .script = {
procmgr_symlink …/…/proc/boot/libc.so.2 /usr/lib/ldqnx.so.2

display_msg Welcome to QNX Neutrino 6.3 on the Integrator/AP board
                                                                                                                         
#######################################################################
## SERIAL driver
#######################################################################
        #######################################################################
devc-s3c2410serial -e

waitfor /dev/ser1
reopen /dev/ser1

slogger
pipe
                                                                                                                         
#######################################################################
## PCI server
#######################################################################
#display_msg Starting PCI server...
                                                                                                                         
#pci-integrator
#waitfor /dev/pci 4
                                                                                                                         
#######################################################################
## REMOTE_DEBUG (gdb or Momentics)
##  - refer to the help documentation for the gdb, qconn and the IDE
##    for more information on remote debugging
##  - the commands shown require that a network card is enabled before
##    this point (Use a PCI NIC in the PCI slot.)
#######################################################################
# devc-pty
# waitfor /dev/ptyp0 4
# waitfor /dev/socket 4
# qconn port=8000
                                                                                                                         
#######################################################################
## FLASH driver
#######################################################################
# display_msg Starting flash driver...
 ## FLASH driver
#######################################################################
# display_msg Starting flash driver...
#
# devf-integratTtor
                                                                                                                         
#######################################################################
## INPUT driver
#######################################################################
# display_msg Starting input driver...
#
# devi-primecell kbd kmi -i3 -p0x18000000 ps2 kmi -i4 -p0x19000000
                                                                                                                         
#######################################################################
## These env variables are inherited by all the programs which follow
#######################################################################
SYSNAME=nto
TERM=qansi
HOME=/
PATH=:/proc/boot:/bin:/usr/bin:/opt/bin
LD_LIBRARY_PATH=:/proc/boot:/lib:/usr/lib:/lib/dll:/opt/lib
                                                                                                                         
[+session] ksh &

}

[type=link] /bin/sh=/proc/boot/fesh
[type=link] /dev/console=/dev/ser1
[type=link] /tmp=/dev/shmem

libc.so

[data=c]
devc-s3c2410serial
###########################################################################

general commands

###########################################################################
ls
fesh
pipe
pidin
uname
slogger
sloginfo
slay

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

END OF BUILD SCRIPT

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

Hi
I am facing same problem
Can anyone share source code of s3c2440 bsp?

Thanx in Advance.

samir