Hi all,
We are working on Netra and need to boot from NFS to start the matrix-gui of its ezsdk. We have a host PC on which ubuntu 10.04 LTS is installed.
Kindly note we had successfully installed ezsdk which contain OS + SDK((if not wrong).
As per Software Devlopers guide located in docs folder we did the following.
1.Set the Environment variable & set the path to installation directory of ezsdk.
2.Referred Quick start user guide for board and SW4 is NAND--> ON,SPI--> OFF,connected the target with the Host through RS-232.
3.Ran the script ./setup.sh with default options as recommended for the first time user in Software Devlopers guide.
4.Started the minicom.
Observation --> It seems the board doesnt boot through NFS though followed the steps mentioned in Software Devlopers guide.
5.However when we start the minicom and switch ON the board it boots through SD card but unable to boot through NFS.
6.What else steps need to be followed to boot the board through NFS and to start the ezSDK's GUI.
7.Do we need to install NFS server ?
8.How we should set the path in bootloader for the targetfs.
Note: Above issue discuss is with EZSDK 5.03.
Thanks in advance!
Hi Anil,
Also when we did the
DHCP:-1. setenv bootargs 'console=ttyO0,115200n8 root=/dev/nfs nfsroot=192.168.1.105:/home/sushant/targetfs,nolock rw mem=128M ip=dhcp earlyprintk rootdelay=10'2. setenv bootcmd 'dhcp;tftp 81000000 uImage;bootm'3. set the serverip (tftp server ip address) for getting the uImage from tftp server4. setenv ipaddr5. boot
we get the ouput as
U-Boot 2010.06 (Jun 01 2011 - 15:00:16)DRAM: 2 GiBUsing default environmentHit any key to stop autoboot: 0 mmc1 is availablereading u-boot.bin179256 bytes read## Starting application at 0x80800000 ...U-Boot 2010.06 (Jun 01 2011 - 12:30:57)TI8168-GP rev 1.1ARM clk: 987MHzDDR clk: 796MHzI2C: readyDRAM: 2 GiBNAND: HW ECC Hamming Code selected256 MiB:,;;:;:;;;;;;;;r;;:,;;:;:;;;;;;;;:,;;:;:;;;;;;;;:,;;:;:;;;;;;;;:;;;;;;;;:,;;:;:;,;:::;;;;r;;;rssiSiS552X5252525259GX2X9hX9X9XX2325S55252i5:,;;:;:;;;;;;;;:,;;:;:;;;;;;;rrssSsS52S22h52299GGAAMHMM#BBH#B#HMM#HMBA&&XX2255S2S5Si:,;;:;:;;;;;;;;;:;;r;;rsrrriiXS5S329&A&MH#BMB#A&9XXA252GXiSXX39AAMMMBB&G22S5i2SSiiiisi:,;;:;:;;;;;;r;rr2iisiih393HB#B#AA99i22irrrX3X52AGsisss2Xii2299HBMA&X2S5S5iSiisSsi:,;;:r:r;rrsrsihXSi2&##MHB&Ahh3AGHGA9G9h&#H##@@@##MAMMXXX9SSS29&&HGGX2i5iisiiisisi:,;;rrrrsSiiiA&ABH&A9GAGhAhBAMHA9HM@@@@@@@@@@@@@@@@@@@HHhAh2S2SX9&Gh22SSiisiiisiir:rrssisiS2XM##&h3AGAX&3GG3Ssr5H@M#HM2; ;2X&&&MHMB###GBB#B&XXSSs529XX55iSsisisir;rsrisSi2XHAhX99A3XXG&&XS;:,rH#HGhAS @@@@3rs2XBM@@A552&&AHA2XiisSS252SSsisSsr;issi5S22&&3iSSX292&hXsr;;:;h@&G339&S9@@@@2@MA&9&HB##Xris29ABMAAX2ir;rsSi5iss5rrsSi2XhG&9GXh399&X99i;;;;;;r#H&293H9X#@@@@@@@B&9GhAH@XrrsrsiXABHB&HG2rr;rrSiSi;:rsisS599&AA9XG&3A35r;:::;,;BMh&&2iX5A@@@@@@@&392X5GB2;;;r;iSX393A##A&Xi:::rsi;:rss552222X553&XHMhir;;::,:,h#HhGSXhG3#@@@@#AXXS2XAHA;::;;;;ss55XShBA3239r:,;;r;ii2S5SSi2i53hirsh2srr::,,,,;MMXX359&Ah3h&Si59SX99A#i:,::::;;sri2,.2r;:SGAr;,:;:;rrrrssiriXGSi::shs;;;,,,:,,rBBA9h5s5h5iS5isi2SAHB5:,,,:::;rrs5&SrisSX5Srrr:,;,r;;;;rsriSSrrrr;;5Xrr;;,:,,.,;9AA2SsisS5323XXXG9&i:.,,::;;r;;;srrrrrr;;:;:::::,;r;r;rrissrrr;:;::;s;;;;,:,,..,r293h222hXXAAGGGX;:,,,:,:,::;:;::,:,,,,...,,,,;,;;;;rrrrrrrrirr;,.,,:::::::,,,,.,;SX&ABAB2hhXir:,,.,,.,,:,,,,..,,,..,..,,,..::.:;:;;;:;;;;r;rrs;:.. ,,:::::,:,:,,.::rrsrr;;,,.......,..,....,,,,,,,...,.,,:,:.:::,::::::;;r;rrr;:.......,.,.,,:::,,...............,,::.,,,,:,::,,:,:,,,:,;:,.::,:,,,,,;;;;;;;;r;;::,..............................;;;:;::::,:::::::,:,:,,,: ,,:,,,,,,,,,,,,,:;rrr;;:;,,,,,,,::,.,.:.,.,;s,:;;;;:;:;;;;;::::,:::,:::,:,:,:,.,,,,,,,...,,.,,....................................:,............:,,,:,:,,,,,Net: Detected MACID:90:d7:eb:1f:24:54Ethernet PHY: GENERIC @ 0x01DaVinci EMACHit any key to stop autoboot: 0 TI8168_EVM#printenvverify=yesramdisk_file=ramdisk.gzloadaddr=0x81000000script_addr=0x80900000loadbootscript=fatload mmc 1 ${script_addr} boot.scrbootscript= echo Running bootscript from MMC/SD to set the ENV...; source ${script_addr}ethaddr=90:d7:eb:1f:24:54ethact=DaVinci EMAChostname=sushantnfsserver=192.168.1.105rootdelay=3addip=setenv bootargs ${bootargs} ip=${ipaddr}:${nfsserver}:${gatewayip}:${netmask}:${hostname}:eth0:offbootdelay=4baudrate=115200oldbootargs=console=ttyO2,115200n8 rootwait rw mem=256M earlyprintk notifyk.vpssm3_sva=0xBF900000 vram=50M ti816xfb.vram=0:16M,1:16M,2:6M root=/dev/nfs nfsroot=192.168.1.105: ip=dhcpautoload=nooldserverip=192.168.1.105oldbootfile=uImage-dm816x-evm.binbootfile=uImage-dm816x-evm.binoldbootcmd=dhcp;setenv serverip 192.168.1.105;tftpboot;bootmbootrgs=console=ttyO0,115200n8 root =/dev/nfs nfsroot=192.168.1.105:/home/sushant/targetfs/boot,nolock rw mem=128Mbootargs=console=ttyO0,115200n8 root=/dev/nfs nfsroot=192.168.1.105:/home/sushant/targetfs/boot,nolock rw mem=128M ip=dhcp earlyprintk rootdelay=10bootcmd=dhcp;tftp 81000000 uImage;bootmipaddr=192.168.1.102serverip=192.168.1.105stdin=serialstdout=serialstderr=serialver=U-Boot 2010.06 (Jun 01 2011 - 12:30:57)Environment size: 1231/8188 bytesTI8168_EVM#bootBOOTP broadcast 1BOOTP broadcast 2Abort*** ERROR: `ipaddr' not setWrong Image Format for bootm commandERROR: can't get kernel image!TI8168_EVM#
however we had set the ipaddr as 192.168.1.102,the same is also coming on print ipaddr command.
Thanks,
Sushant
Hi Sushant,
Some basic question, is your ethernet working with the cable what had conneted to the EVM? And what is the PSP version you are using?
Small correction in my last post, can you change ttyO0 to ttyO2?
Regards
AnilKumar
Please mark this Forum post as answered via the Verify Answer button below if it helps answer your question. Thanks!
Hello Anil,
Thanks for your response.
Ethernet is working fine as both sides are getting ping i.e from host to target and target to host(host is alive).
The only thing I observe is whenever we restart the board
--> the server ip changes and becomes same as ipaddr(targetip) even though we set it initially,it needs to be set again.
Are there any switch settings for Ethernet SW9 or some other things are we missing ?
Best regards,
I think dchp is giving the same ipaddress as that of serverip.
can you run dhcp and see what is the ipaddress your are getting (from u-boot)?
-->We had done the settings for static IP as mentioned in your post and want to go ahead with the same.
Finally now as mentioned by you we had set the ttyO0 to ttyO2 and we got the following on console with switch settings SW3 BTM[4:0] --> "10111" & SW4 is NAND--> OFF and SPI -->OFF.
U-Boot 2010.06 (Jun 01 2011 - 15:00:16)DRAM: 2 GiBUsing default environmentHit any key to stop autoboot: 0 mmc1 is availablereading u-boot.bin179256 bytes read## Starting application at 0x80800000 ...U-Boot 2010.06 (Jun 01 2011 - 12:30:57)TI8168-GP rev 1.1ARM clk: 987MHzDDR clk: 796MHzI2C: readyDRAM: 2 GiBNAND: HW ECC Hamming Code selected256 MiB:,;;:;:;;;;;;;;r;;:,;;:;:;;;;;;;;:,;;:;:;;;;;;;;:,;;:;:;;;;;;;;:;;;;;;;;:,;;:;:;,;:::;;;;r;;;rssiSiS552X5252525259GX2X9hX9X9XX2325S55252i5:,;;:;:;;;;;;;;:,;;:;:;;;;;;;rrssSsS52S22h52299GGAAMHMM#BBH#B#HMM#HMBA&&XX2255S2S5Si:,;;:;:;;;;;;;;;:;;r;;rsrrriiXS5S329&A&MH#BMB#A&9XXA252GXiSXX39AAMMMBB&G22S5i2SSiiiisi:,;;:;:;;;;;;r;rr2iisiih393HB#B#AA99i22irrrX3X52AGsisss2Xii2299HBMA&X2S5S5iSiisSsi:,;;:r:r;rrsrsihXSi2&##MHB&Ahh3AGHGA9G9h&#H##@@@##MAMMXXX9SSS29&&HGGX2i5iisiiisisi:,;;rrrrsSiiiA&ABH&A9GAGhAhBAMHA9HM@@@@@@@@@@@@@@@@@@@HHhAh2S2SX9&Gh22SSiisiiisiir:rrssisiS2XM##&h3AGAX&3GG3Ssr5H@M#HM2; ;2X&&&MHMB###GBB#B&XXSSs529XX55iSsisisir;rsrisSi2XHAhX99A3XXG&&XS;:,rH#HGhAS @@@@3rs2XBM@@A552&&AHA2XiisSS252SSsisSsr;issi5S22&&3iSSX292&hXsr;;:;h@&G339&S9@@@@2@MA&9&HB##Xris29ABMAAX2ir;rsSi5iss5rrsSi2XhG&9GXh399&X99i;;;;;;r#H&293H9X#@@@@@@@B&9GhAH@XrrsrsiXABHB&HG2rr;rrSiSi;:rsisS599&AA9XG&3A35r;:::;,;BMh&&2iX5A@@@@@@@&392X5GB2;;;r;iSX393A##A&Xi:::rsi;:rss552222X553&XHMhir;;::,:,h#HhGSXhG3#@@@@#AXXS2XAHA;::;;;;ss55XShBA3239r:,;;r;ii2S5SSi2i53hirsh2srr::,,,,;MMXX359&Ah3h&Si59SX99A#i:,::::;;sri2,.2r;:SGAr;,:;:;rrrrssiriXGSi::shs;;;,,,:,,rBBA9h5s5h5iS5isi2SAHB5:,,,:::;rrs5&SrisSX5Srrr:,;,r;;;;rsriSSrrrr;;5Xrr;;,:,,.,;9AA2SsisS5323XXXG9&i:.,,::;;r;;;srrrrrr;;:;:::::,;r;r;rrissrrr;:;::;s;;;;,:,,..,r293h222hXXAAGGGX;:,,,:,:,::;:;::,:,,,,...,,,,;,;;;;rrrrrrrrirr;,.,,:::::::,,,,.,;SX&ABAB2hhXir:,,.,,.,,:,,,,..,,,..,..,,,..::.:;:;;;:;;;;r;rrs;:.. ,,:::::,:,:,,.::rrsrr;;,,.......,..,....,,,,,,,...,.,,:,:.:::,::::::;;r;rrr;:.......,.,.,,:::,,...............,,::.,,,,:,::,,:,:,,,:,;:,.::,:,,,,,;;;;;;;;r;;::,..............................;;;:;::::,:::::::,:,:,,,: ,,:,,,,,,,,,,,,,:;rrr;;:;,,,,,,,::,.,.:.,.,;s,:;;;;:;:;;;;;::::,:::,:::,:,:,:,.,,,,,,,...,,.,,....................................:,............:,,,:,:,,,,,Net: Detected MACID:90:d7:eb:1f:24:54Ethernet PHY: GENERIC @ 0x01DaVinci EMACHit any key to stop autoboot: 0 TI8168_EVM#print init## Error: "init" not definedTI8168_EVM#bootUsing DaVinci EMAC deviceTFTP from server 192.168.1.105; our IP address is 192.168.1.102Filename 'uImage-dm816x-evm.bin'.Load address: 0x81000000Loading: T ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ####################doneBytes transferred = 2428376 (250dd8 hex)Unknown command 'uImage' - try 'help'## Booting kernel from Legacy Image at 81000000 ... Image Name: Arago/2.6.37-psp04.00.01.13/dm81 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2428312 Bytes = 2.3 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK Loading Kernel Image ... OKOKStarting kernel ...Uncompressing Linux... done, booting the kernel.Linux version 2.6.37 (x0029463@swubn01) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #1 Fri Dec 9 11:59:08 IST 2011CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7fCPU: VIPT nonaliasing data cache, VIPT aliasing instruction cacheMachine: ti8168evmbootconsole [earlycon0] enabledreserved size = 52428800 at 0x0FB: Reserving 52428800 bytes SDRAM for VRAMMemory policy: ECC disabled, Data cache writebackOMAP chip is TI8168 1.1Built 1 zonelists in Zone order, mobility grouping on. Total pages: 19712Kernel command line: console=ttyO2,115200n8 root=/dev/nfs nfsroot=192.168.1.105:/home/sushant/targetfs/boot,nolock rw mem=128M earlyprintk rootdelay=4 ip=192.168.1.102:192.168.1.105:192.168.1.1:25fPID hash table entries: 512 (order: -1, 2048 bytes)Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)Memory: 78MB = 78MB totalMemory: 73472k/73472k available, 57600k reserved, 0K highmemVirtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) DMA : 0xffc00000 - 0xffe00000 ( 2 MB) vmalloc : 0xc8800000 - 0xf8000000 ( 760 MB) lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) modules : 0xbf000000 - 0xbfe00000 ( 14 MB) .init : 0xc0008000 - 0xc003a000 ( 200 kB) .text : 0xc003a000 - 0xc049c000 (4488 kB) .data : 0xc049c000 - 0xc04e36c0 ( 286 kB)SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1NR_IRQS:407IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interruptsTotal of 128 interrupts on 1 active controllerGPMC revision 6.0Trying to install interrupt handler for IRQ400Trying to install interrupt handler for IRQ401Trying to install interrupt handler for IRQ402Trying to install interrupt handler for IRQ403Trying to install interrupt handler for IRQ404Trying to install interrupt handler for IRQ405Trying to install interrupt handler for IRQ406Trying to install type control for IRQ407Trying to set irq flags for IRQ407OMAP clockevent source: GPTIMER1 at 27000000 HzConsole: colour dummy device 80x30Calibrating delay loop... 986.31 BogoMIPS (lpj=4931584)pid_max: default: 32768 minimum: 301Security Framework initializedMount-cache hash table entries: 512CPU: Testing write buffer coherency: okdevtmpfs: initializedomap_voltage_early_init: voltage driver support not addedregulator: core version 0.5regulator: dummy: NET: Registered protocol family 16OMAP GPIO hardware version 0.1OMAP GPIO hardware version 0.1omap_mux_init: Add partition: #1: core, flags: 0_omap_mux_get_by_name: Could not find signal i2c2_scl.i2c2_scl_omap_mux_get_by_name: Could not find signal i2c2_sda.i2c2_sdaNOR: Can't request GPMC CSregistered ti816x_vpss deviceregistered ti816x_gpio_vr deviceregistered TI816x on-chip HDMI deviceregistered ti816x_sr deviceregistered ti81xx_vidout devicepm_dbg_init: only OMAP3 supportedti81xx_pcie: Invoking PCI BIOS...ti81xx_pcie: Setting up Host Controller...ti81xx_pcie: Register base mapped @0xc8820000ti81xx_pcie: Starting PCI scan...PCI: bus0: Fast back to back transfers enabledbio: create slab <bio-0> at 0regulator: VFB: 800 <--> 1025 mV at 1010 mV vgaarb: loadedSCSI subsystem initializedusbcore: registered new interface driver usbfsusbcore: registered new interface driver hubusbcore: registered new device driver usbregisterd cppi-dma Intr @ IRQ 17Cppi41 Init Doneomap_i2c omap_i2c.1: bus 1 rev4.0 at 100 kHzomap_i2c omap_i2c.2: bus 2 rev4.0 at 100 kHzAdvanced Linux Sound Architecture Driver Version 1.0.23.Switching to clocksource gp timermusb-hdrc: version 6.0, host, debug=0musb-hdrc musb-hdrc.0: dma type: dma-cppi41musb-hdrc: kernel must blacklist external hubsmusb-hdrc musb-hdrc.0: MUSB HDRC host drivermusb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1usb usb1: New USB device found, idVendor=1d6b, idProduct=0002usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1usb usb1: Product: MUSB HDRC host driverusb usb1: Manufacturer: Linux 2.6.37 musb-hcdusb usb1: SerialNumber: musb-hdrc.0hub 1-0:1.0: USB hub foundhub 1-0:1.0: 1 port detectedmusb-hdrc musb-hdrc.0: USB Host mode controller at c881e000 using DMA, IRQ 18musb-hdrc musb-hdrc.1: dma type: dma-cppi41musb-hdrc: kernel must blacklist external hubsmusb-hdrc musb-hdrc.1: MUSB HDRC host drivermusb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2usb usb2: New USB device found, idVendor=1d6b, idProduct=0002usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1usb usb2: Product: MUSB HDRC host driverusb usb2: Manufacturer: Linux 2.6.37 musb-hcdusb usb2: SerialNumber: musb-hdrc.1hub 2-0:1.0: USB hub foundhub 2-0:1.0: 1 port detectedmusb-hdrc musb-hdrc.1: USB Host mode controller at c8826800 using DMA, IRQ 19NET: Registered protocol family 2IP route cache hash table entries: 1024 (order: 0, 4096 bytes)TCP established hash table entries: 4096 (order: 3, 32768 bytes)TCP bind hash table entries: 4096 (order: 2, 16384 bytes)TCP: Hash tables configured (established 4096 bind 4096)TCP reno registeredUDP hash table entries: 256 (order: 0, 4096 bytes)UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)NET: Registered protocol family 1RPC: Registered udp transport module.RPC: Registered tcp transport module.RPC: Registered tcp NFSv4.1 backchannel transport module.NetWinder Floating Point Emulator V0.97 (double precision)PMU: registered new PMU device of type 0omap-iommu omap-iommu.0: ducati registeredomap-iommu omap-iommu.1: sys registeredJFFS2 version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.msgmni has been set to 143io scheduler noop registeredio scheduler deadline registeredio scheduler cfq registered (default)Serial: 8250/16550 driver, 4 ports, IRQ sharing enabledomap_uart.0: ttyO0 at MMIO 0x48020000 (irq = 72) is a OMAP UART0omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2console [ttyO2] enabled, bootconsole disabledconsole [ttyO2] enabled, bootconsole disabledbrd: module loadedloop: module loadedahci ahci.0: forcing PORTS_IMPL to 0x3ahci ahci.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl platform modeahci ahci.0: flags: ncq sntf pm led clo only pmp pio slum part ccc scsi0 : ahci_platformscsi1 : ahci_platformata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a150fff] port 0x100 irq 16ata2: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a150fff] port 0x180 irq 16m25p80 spi1.0: w25x32 (4096 Kbytes)Creating 4 MTD partitions on "spi_flash":0x000000000000-0x000000040000 : "U-Boot"0x000000040000-0x000000042000 : "U-Boot Env"0x000000042000-0x0000002c2000 : "Kernel"0x0000002c2000-0x000000400000 : "File System"omap2-nand driver initializingNAND device: Manufacturer ID: 0x2c, Chip ID: 0xca (Micron )Creating 5 MTD partitions on "omap2-nand.0":0x000000000000-0x000000260000 : "U-Boot"0x000000260000-0x000000280000 : "U-Boot Env"0x000000280000-0x0000006c0000 : "Kernel"0x0000006c0000-0x00000cee0000 : "File System"0x00000cee0000-0x000010000000 : "Reserved"davinci_mdio davinci_mdio.0: davinci mdio revision 1.6davinci_mdio davinci_mdio.0: detected phy mask fffffff9davinci_mdio.0: probeddavinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknowndavinci_mdio davinci_mdio.0: phy[2]: device 0:02, driver unknownusbcore: registered new interface driver cdc_etherusbcore: registered new interface driver dm9601Initializing USB Mass Storage driver...usbcore: registered new interface driver usb-storageUSB Mass Storage support registered.mice: PS/2 mouse device common for all miceomap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0i2c /dev entries driverLinux video capture interface: v2.00usbcore: registered new interface driver uvcvideoUSB Video Class driver (v1.0.0)OMAP Watchdog Timer Rev 0x00: initial timeout 60 secusbcore: registered new interface driver usbhidusbhid: USB HID core driverusbcore: registered new interface driver snd-usb-audioasoc: tlv320aic3x-hifi <-> davinci-mcasp.2 mapping okALSA device list: #0: TI81XX EVMTCP cubic registeredNET: Registered protocol family 17VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3omap_voltage_late_init: Voltage driver support not addedPower Management for TI81XX.smartreflex smartreflex: Driver initializedomap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)ata1: SATA link down (SStatus 0 SControl 300)ata2: SATA link down (SStatus 0 SControl 300)mmc0: new high speed SDHC card at address e624mmcblk0: mmc0:e624 SD08G 7.40 GiB (ro) mmcblk0: p1 p2 p3davinci_mdio davinci_mdio.0: resetting idled controllernet eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:01, id=282f014)IP-Config: Complete: device=eth0, addr=192.168.1.102, mask=255.255.255.0, gw=192.168.1.1, host=sushant, domain=, nis-domain=(none), bootserver=192.168.1.105, rootserver=192.168.1.105, rootpath=Waiting 4sec before mounting root device...PHY: 0:01 - Link is Up - 1000/FullVFS: Mounted root (nfs filesystem) on device 0:14.devtmpfs: error mounting -2Freeing init memory: 200KKernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.Backtrace: [<c0048b58>] (dump_backtrace+0x0/0x110) from [<c036b8d8>] (dump_stack+0x18/0x1c) r7:00000013 r6:c006ef40 r5:c0008670 r4:c04e3e90[<c036b8c0>] (dump_stack+0x0/0x1c) from [<c036b93c>] (panic+0x60/0x17c)[<c036b8dc>] (panic+0x0/0x17c) from [<c003a574>] (init_post+0xa4/0xc4) r3:c4b51100 r2:00000000 r1:c05b3a20 r0:c042285d[<c003a4d0>] (init_post+0x0/0xc4) from [<c0008788>] (kernel_init+0x118/0x154) r5:c0008670 r4:c04e36c0[<c0008670>] (kernel_init+0x0/0x154) from [<c006ef40>] (do_exit+0x0/0x5e4) r5:c0008670 r4:00000000
Although its not getting boot completely. It is getting stopped at r5:c0008670 r4:00000000
Now we want to login as a root and want to start the matrix-gui of its EZSDK.
Please suggest us with the solution asap.
Please find attached boot log as well.0876.nfs_log.zip
Now we are able to boot the Netra Board over NFS.
but we are not able to see the SDK on LCD.
Getting following message on console.
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _||__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org dm816x-evm ttyO2Arago 2011.09 dm816x-evm ttyO2dm816x-evm login: rootroot@dm816x-evm:~# /etc/init.d/matrix-gui-e startRemoving stale PID file /var/run/matrix-gui-e.pid.Starting Matrix GUI application.
Sushant,
Are you trying to see the on the display connected to HDMI? By default the fb0 is configured for display on HDMI.
You can see the details about the same & how to change the configuration below -
http://processors.wiki.ti.com/index.php/DM81XX_AM38XX_VPSS_Video_Driver_User_Guide#Miscellaneous_Configurations
Prathap.
If my reply answers your question then please click on the "Verify Answer" button.
Are you able to see the HDMI display?