LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to boot in DM355 (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-boot-in-dm355-689114/)

tamilm 12-08-2008 09:21 AM

Unable to boot in DM355
 
Hi all

This is tamil.i am working with DM355 target board.i want to boot

new compiled kernel image(uImage).To mount the file system i am using nfs.

i boot cross compiled new kernel image via tftpserver using nfs mount.

my boot configuration

bootdelay=3
baudrate=115200
rootpath=/home/venmsol/workdir/filesys
nfshost=192.168.1.2
gw=192.168.1.1
bocmd dhcp;bootm
filesize=1817f8
fileaddr=80700000
netmask=255.255.255.0
ipaddr=dhcp
bootargs=console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=192.1Methaddr=00:11:22:33:44:55
serverip=192.168.1.2
bootcmd=dhcp;bootm
stdin=serial
stdout=serial
stderr=serial


i got following this

DHCP client bound to address 192.168.1.8
TFTP from server 192.168.1.2; our IP address is 192.168.1.8
Filename 'uImage'.
Load address: 0x80700000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################
done
Bytes transferred = 1579064 (181838 hex)
## Booting image at 80700000 ...
Image Name: Linux-2.6.10_mvl401
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1579000 Bytes = 1.5 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
OK

Starting kernel ...

afterwards i could not get anything

can anyone help me?


regards

tamil.m

TB0ne 12-08-2008 10:00 AM

Quote:

Originally Posted by tamilm (Post 3368130)
Hi all

This is tamil.i am working with DM355 target board.i want to boot new compiled kernel image(uImage).To mount the file system i am using nfs.

i boot cross compiled new kernel image via tftpserver using nfs mount.
can anyone help me?

I doubt anyone can...you're using a custom 'target board', with a custom kernel that you tweaked.


All times are GMT -5. The time now is 05:57 AM.