Hello everybody
My boot kernel is LSP 02.00.00.140(kernel 2.6.18) and my target file system is MV Pro. 5.0 target file system
When booting kernel , my booting message is stall at " Free init memory :164K " ,there is my booting message:
Booting PSP Boot LoaderStarting NAND CopyBooting Application @ 0x81080000U-Boot 1.2.0 (Jan 31 2008 - 15:59:12)I2C: readyDRAM: 256 MBunknown vendor=0 Flash: 0 kBNAND: 64 MiBIn: serialOut: serialErr: serialARM Clock :- 297MHzDDR Clock :- 162MHzMSP430 Firmware supports AM/PM FeatureHit any key to stop autoboot: 0TFTP from server 192.168.0.2; our IP address is 192.168.0.3Filename 'uImage'.Load address: 0x80700000Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###########doneBytes transferred = 1720056 (1a3ef8 hex)## Booting image at 80700000 ... Image Name: Linux-2.6.18_pro500-davinci_evm- Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1719992 Bytes = 1.6 MB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OKOKStarting kernel ...Uncompressing Linux................................................................................................................ done, booting the kernel.Linux version 2.6.18_pro500-davinci_evm-arm_v5t_le (root@localhost.localdomain)(gcc 4.2.0 (MontaVista 4.2.0-16.0.32.0801914 2008-08-30)) #1 Fri Oct 30 23:37:44 CST 2009CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177Machine: DaVinci EVMMemory policy: ECC disabled, Data cache writebackDaVinci DM6443 variant 0x0CPU0: D VIVT write-back cacheCPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 setsCPU0: D cache: 8192 bytes, associativity 4, 32 byte lines, 64 setsBuilt 1 zonelists. Total pages: 30208Kernel command line: console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=192.168.0.2:/home/blackdan/workdir/filesys,nolock mem=118MPID hash table entries: 512 (order: 9, 2048 bytes)Clock event device timer0_0 configured with caps set: 03Console: colour dummy device 80x30Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)Memory: 118MB = 118MB totalMemory: 115840KB available (2749K code, 846K data, 164K init)Security Framework v1.0.0 initializedSELinux: Initializing.SELinux: Starting in permissive modeselinux_register_security: Registering secondary module capabilityCapability LSM initialized as secondaryMount-cache hash table entries: 512CPU: Testing write buffer coherency: okNET: Registered protocol family 16DaVinci: 71 gpio irqsGeneric PHY: Registered new driverusbcore: registered new driver usbfsusbcore: registered new driver hubNET: Registered protocol family 2IP route cache hash table entries: 1024 (order: 0, 4096 bytes)TCP established hash table entries: 4096 (order: 2, 16384 bytes)TCP bind hash table entries: 2048 (order: 1, 8192 bytes)TCP: Hash tables configured (established 4096 bind 2048)TCP reno registereddavinci_spi_board_init: NO spi supportEnabling VLYNQ clockMUX: initialized VLINQENMUX: initialized VLINQWDaudit: initializing netlink socket (disabled)audit(0.350:1): initializedVFS: Disk quotas dquot_6.5.1Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)Installing knfsd (copyright (C) 1996 okir@monad.swb.de).SELinux: Registering netfilter hooksInitializing Cryptographic APIio scheduler noop registeredio scheduler anticipatory registeredio scheduler deadline registeredio scheduler cfq registered (default)Non-volatile memory driver v1.2Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabledserial8250.0: ttyS0 at MMIO map 0x1c20000 mem 0xfec20000 (irq = 40) is a 16550ARAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksizeBroadcom BCM5411: Registered new driverBroadcom BCM5421: Registered new driverBroadcom BCM5461: Registered new driverBroadcom BCM5481: Registered new driverDaVinci EMAC: Unable to read MAC from EEPROM, no i2c support in kernel.TI DaVinci EMAC: MAC address is deadbeafTI DaVinci EMAC Linux version updated 4.0TI DaVinci EMAC: Installed 1 instances.i2c /dev entries driverUniform Multi-Platform E-IDE driver Revision: 7.00alpha2ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xxide-floppy driver 0.99.newideusbcore: registered new driver libusualusbcore: registered new driver hiddevusbcore: registered new driver usbhiddrivers/usb/input/hid-core.c: v2.6:USB HID core drivermice: PS/2 mouse device common for all micemd: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27md: bitmap version 4.39TCP bic registeredInitializing XFRM netlink socketNET: Registered protocol family 1NET: Registered protocol family 17Time: timer0_1 clocksource has been installed.Sending DHCP requests .., OKIP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.103IP-Config: Complete: device=eth0, addr=192.168.0.103, mask=255.255.255.0, gw=192.168.0.1, host=192.168.0.103, domain=, nis-domain=(none), bootserver=192.168.0.1, rootserver=192.168.0.2, rootpath=md: Autodetecting RAID arrays.md: autorun ...md: ... autorun DONE.Looking up port of RPC 100003/2 on 192.168.0.2Looking up port of RPC 100005/1 on 192.168.0.2VFS: Mounted root (nfs filesystem).Freeing init memory: 164K
How could I solve this problem?
Best Regard
Dan
I see you are NFS mounting "/home/blackdan/workdir/filesys" from your host; what is in this directory? I believe the next thing would be for the kernel to run some init scripts that are part of the file-system so I am wondering if the directory contains a fully-functional file-system.
In /home/blackdan/workdir/filesys ,I copy the directorys under "target" ,and the "target" directory is created by install MV PRO 5.0 filesystem.
When I use MV PRO 4.0 target filesystem, the kernel boot successfully.
Is there some problem in MV pro 5.0 target filesystem??
There should not be, I am using the MV Pro 5.0 file system. I copied mines from within my MV_Pro_5.0/pro/devkit/arm/v5t_le/target and is seems to work great.
Excuse me, Juan
What kernel version do you run on dm6446?
Thanks Juan
the target filesystem is boot successfully
ALL CONTENT AND MATERIALS ON THIS SITE ARE PROVIDED "AS IS". TI AND ITS RESPECTIVE SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY OF THESE MATERIALS FOR ANY PURPOSE AND DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THESE MATERIALS, INCLUDING BUT NOT LIMITED TO, ALL IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT OF ANY THIRD PARTY INTELLECTUAL PROPERTY RIGHT. NO LICENSE, EITHER EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, IS GRANTED BY TI. USE OF THE INFORMATION ON THIS SITE MAY REQUIRE A LICENSE FROM A THIRD PARTY, OR A LICENSE FROM TI.
Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI and its suppliers reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.