This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am using a custom board based on the Appro DM365IPNC. The schematics are the same except for the video input is coming from a TVP5150 on C0-C7. I tried to update our system using V4.0 but I get errors on boot (shown below). I compiled successfully and am trying to boot TFTP/NFS so I changed the Rules.make file.
Here is my boot env:
>>>>>>>>>>>>>>>>>>>>>>>>>
setenv serverip 192.168.1.41; setenv ipaddr 192.168.1.168; setenv ethaddr 00:0C:0C:A0:FF:FA; setenv gatewayip 192.168.1.1; setenv netmask 255.255.255.0; setenv dnsip 8.8.8.8; setenv dnsip2 8.8.4.4;
setenv bootcmd 'tftpboot 0x80700000 user/IPNC_V4.0/Source/ipnc_rdk/tftp/uImage_ipnc_dm365; bootm 0x80700000'
setenv bootargs 'console=ttyS0,115200n8 noinitrd rw ip=192.168.1.168 eth=00:0C:0C:A0:FF:FA root=/dev/nfs nfsroot=192.168.1.41:/home/user/IPNC_V4.0/Source/ipnc_rdk/target/filesys,nolock mem=48M cmemk.phys_start="0x83000000" cmemk.phys_end="0x88000000" cmemk.phys_start_1="0x00001000" cmemk.phys_end_1="0x00008000" cmemk.pools_1="1x28672" cmemk.allowOverlap=1 eth=$(ethaddr) lpj=739328 nohz=off highres=off'
saveenv;reset
>>>>>>>>>>>>>>>>>>>>>>>>>
Here is my terminal screen:
>>>>>>>>>>>>>>>>>>>>>>>>>
DM36x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x00000008.
DONE
Jumping to entry point at 0x81080000.
DM365_IPNC_UBL_1.0.0
U-Boot 1.3.4 (Mar 5 2012 - 15:45:15) CVD-IPNC-1.0.2
I2C: ready
DRAM: 128 MB
NAND: NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung NAND 32MiB 3,3V 8-bit)
Bad block table found at page 65504, version 0x00
Bad block table found at page 65472, version 0x00
32 MiB
In: serial
Out: serial
Err: serial
ARM Clock :- 297MHz
DDR Clock :- 270MHz
Ethernet PHY: GENERIC @ 0x01
Hit any key to stop autoboot: 0
TFTP from server 192.168.1.41; our IP address is 192.168.1.168
Filename 'user/IPNC_V4.0/Source/ipnc_rdk/tftp/uImage_ipnc_dm365'.
Load address: 0x80700000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
##
done
Bytes transferred = 3842560 (3aa200 hex)
## Booting kernel from Legacy Image at 80700000 ...
Image Name: Linux-2.6.37_IPNC_DM365_4.0.0
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3842496 Bytes = 3.7 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
[ 0.000000] Linux version 2.6.37_IPNC_DM365_4.0.0 (user@ubuntu-desktop) (gcc version 4.3.3 (GCC)
) #1 PREEMPT Sat Jul 21 23:17:48 MDT 2012
[ 0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: DaVinci DM36x IPNC
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] DaVinci dm36x_rev1.2 variant 0x8
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 12192
[ 0.000000] Kernel command line: console=ttyS1,115200n8 noinitrd rw ip=192.168.1.168 eth=00:0C:0C
:A0:FF:FA root=/dev/nfs nfsroot=192.168.1.41:/home/user/IPNC_V4.0/Source/ipnc_rdk/target/filesys,nol
ock mem=48M cmemk.phys_start="0x83000000" cmemk.phys_end="0x88000000" cmemk.phys_start_1="0x00001000
" cmemk.phys_end_1="0x00008000" cmemk.pools_1="1x28672" cmemk.allowOverlap=1
[ 0.000000] TI DaVinci EMAC: kernel boot params Ethernet address: 00:0C:0C:A0:FF:FA
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Memory: 48MB = 48MB total
[ 0.000000] Memory: 44772k/44772k available, 4380k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xff000000 - 0xffe00000 ( 14 MB)
[ 0.000000] vmalloc : 0xc3800000 - 0xfea00000 ( 946 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc3000000 ( 48 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc002a000 ( 136 kB)
[ 0.000000] .text : 0xc002a000 - 0xc038b000 (3460 kB)
[ 0.000000] .data : 0xc038c000 - 0xc03b21c0 ( 153 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptable hierarchical RCU implementation.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:245
[ 0.000000] Console: colour dummy device 80x30
[ 0.000398] Calibrating delay loop... 147.86 BogoMIPS (lpj=739328)
[ 0.220078] pid_max: default: 32768 minimum: 301
[ 0.220501] Mount-cache hash table entries: 512
[ 0.221546] CPU: Testing write buffer coherency: ok
[ 0.227533] DaVinci: 8 gpio irqs
[ 0.228345] NET: Registered protocol family 16
[ 0.247452] EVM: (null) video input
[ 0.348805] bio: create slab <bio-0> at 0
[ 0.355149] SCSI subsystem initialized
[ 0.360393] usbcore: registered new interface driver usbfs
[ 0.362128] usbcore: registered new interface driver hub
[ 0.363276] usbcore: registered new device driver usb
[ 0.367403] vpss vpss: dm365_vpss vpss probed
[ 0.367491] vpss vpss: dm365_vpss vpss probe success
[ 0.369923] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.372823] Switching to clocksource timer0_1
[ 0.453787] NET: Registered protocol family 2
[ 0.454193] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.455221] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.455428] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.455561] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.455609] TCP reno registered
[ 0.455670] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.455764] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.456486] NET: Registered protocol family 1
[ 0.457806] RPC: Registered udp transport module.
[ 0.457868] RPC: Registered tcp transport module.
[ 0.457911] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.554349] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.555336] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 0.560215] msgmni has been set to 87
[ 0.565533] io scheduler noop registered (default)
[ 0.567535] CSL: Module install successful, device major num = 254
[ 0.567600] CSL: Module version 0.10.00, built on Jul 21 2012 23:08:33
[ 0.567674] I2C: Module install successful, device major num = 253
[ 0.567728] DMA: Module install successful, device major num = 252
[ 0.567767] DRV: Module install successful
[ 0.567803] DRV: Module built on Jul 21 2012 23:08:34
[ 0.567842] DRV: EDMACC.QUEPRI = 00002777
[ 0.567875] DRV: SYSTEM.MSTPRI0 = 00440011
[ 0.567908] DRV: SYSTEM.MSTPRI1 = 00000444
[ 0.567940] DRV: ISP.BCR = 00000002
[ 0.567973] DRV: SYSTEM.MISC = 00000399
[ 0.568005] EDMAK module: built on Jul 21 2012 at 23:08:18
[ 0.568049] Reference Linux version 2.6.37
[ 0.568083] File /home/user/IPNC_V4.0/Source/dvsdk_ipnctools/linuxutils_2_26_02_05/packages/ti/
sdo/linuxutils/edma/src/module/edmak.c
[ 0.569954] IRQK module: built on Jul 21 2012 at 22:54:19
[ 0.570022] Reference Linux version 2.6.37
[ 0.570060] File /home/user/IPNC_V4.0/Source/dvsdk_ipnctools/linuxutils_2_26_02_05/packages/ti/
sdo/linuxutils/irq/src/module/irqk.c
[ 0.571928] irqk initialized
[ 0.572024] CMEMK module: built on Jul 21 2012 at 23:08:16
[ 0.572078] Reference Linux version 2.6.37
[ 0.572114] File /home/user/IPNC_V4.0/Source/dvsdk_ipnctools/linuxutils_2_26_02_05/packages/ti/
sdo/linuxutils/cmem/src/module/cmemk.c
[ 0.578949] allocated heap buffer 0xc4000000 of size 0x5000000
[ 0.579017] CMEM Range Overlaps Kernel Physical - allowing overlap
[ 0.579072] CMEM phys_start (0x1000) overlaps kernel (0x80000000 -> 0x83000000)
[ 0.579264] cmemk initialized
[ 0.579338] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.604529] serial8250.0: ttyS0 at MMIO 0x1c20000 (irq = 40) is a 16550A
[ 0.627087] serial8250.0: ttyS1 at MMIO 0x1d06000 (irq = 41) is a 16550A
[ 1.155752] console [ttyS1] enabled
[ 1.163781] brd: module loaded
[ 1.178221] NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung )
[ 1.186140] Bad block table not found for chip 0
[ 1.191352] Bad block table not found for chip 0
[ 1.196242] Scanning device for bad blocks
[ 1.250983] Bad eraseblock 797 at 0x000000c74000
[ 1.318679] Bad eraseblock 1792 at 0x000001c00000
[ 1.323555] Bad eraseblock 1793 at 0x000001c04000
[ 1.328327] Bad eraseblock 1794 at 0x000001c08000
[ 1.333196] Bad eraseblock 1795 at 0x000001c0c000
[ 1.337968] Bad eraseblock 1796 at 0x000001c10000
[ 1.342726] Bad eraseblock 1797 at 0x000001c14000
[ 1.347594] Bad eraseblock 1798 at 0x000001c18000
[ 1.352364] Bad eraseblock 1799 at 0x000001c1c000
[ 1.357235] Bad eraseblock 1800 at 0x000001c20000
[ 1.362004] Bad eraseblock 1801 at 0x000001c24000
[ 1.366871] Bad eraseblock 1802 at 0x000001c28000
[ 1.371642] Bad eraseblock 1803 at 0x000001c2c000
[ 1.376511] Bad eraseblock 1804 at 0x000001c30000
[ 1.381283] Bad eraseblock 1805 at 0x000001c34000
[ 1.386151] Bad eraseblock 1806 at 0x000001c38000
[ 1.390923] Bad eraseblock 1807 at 0x000001c3c000
[ 1.395795] Bad eraseblock 1808 at 0x000001c40000
[ 1.400565] Bad eraseblock 1809 at 0x000001c44000
[ 1.405433] Bad eraseblock 1810 at 0x000001c48000
[ 1.410202] Bad eraseblock 1811 at 0x000001c4c000
[ 1.415069] Bad eraseblock 1812 at 0x000001c50000
[ 1.419839] Bad eraseblock 1813 at 0x000001c54000
[ 1.424707] Bad eraseblock 1814 at 0x000001c58000
[ 1.429477] Bad eraseblock 1815 at 0x000001c5c000
[ 1.434345] Bad eraseblock 1816 at 0x000001c60000
[ 1.439115] Bad eraseblock 1817 at 0x000001c64000
[ 1.443983] Bad eraseblock 1818 at 0x000001c68000
[ 1.448753] Bad eraseblock 1819 at 0x000001c6c000
[ 1.453623] Bad eraseblock 1820 at 0x000001c70000
[ 1.458391] Bad eraseblock 1821 at 0x000001c74000
[ 1.463260] Bad eraseblock 1822 at 0x000001c78000
[ 1.468031] Bad eraseblock 1823 at 0x000001c7c000
[ 1.472789] Bad eraseblock 1824 at 0x000001c80000
[ 1.477655] Bad eraseblock 1825 at 0x000001c84000
[ 1.482424] Bad eraseblock 1826 at 0x000001c88000
[ 1.487294] Bad eraseblock 1827 at 0x000001c8c000
[ 1.492064] Bad eraseblock 1828 at 0x000001c90000
[ 1.496934] Bad eraseblock 1829 at 0x000001c94000
[ 1.501705] Bad eraseblock 1830 at 0x000001c98000
[ 1.506571] Bad eraseblock 1831 at 0x000001c9c000
[ 1.511341] Bad eraseblock 1832 at 0x000001ca0000
[ 1.516209] Bad eraseblock 1833 at 0x000001ca4000
[ 1.520979] Bad eraseblock 1834 at 0x000001ca8000
[ 1.525850] Bad eraseblock 1835 at 0x000001cac000
[ 1.530619] Bad eraseblock 1836 at 0x000001cb0000
[ 1.535487] Bad eraseblock 1837 at 0x000001cb4000
[ 1.540259] Bad eraseblock 1838 at 0x000001cb8000
[ 1.545127] Bad eraseblock 1839 at 0x000001cbc000
[ 1.549895] Bad eraseblock 1840 at 0x000001cc0000
[ 1.554765] Bad eraseblock 1841 at 0x000001cc4000
[ 1.559534] Bad eraseblock 1842 at 0x000001cc8000
[ 1.564404] Bad eraseblock 1843 at 0x000001ccc000
[ 1.569172] Bad eraseblock 1844 at 0x000001cd0000
[ 1.574042] Bad eraseblock 1845 at 0x000001cd4000
[ 1.578812] Bad eraseblock 1846 at 0x000001cd8000
[ 1.583682] Bad eraseblock 1847 at 0x000001cdc000
[ 1.588452] Bad eraseblock 1848 at 0x000001ce0000
[ 1.593319] Bad eraseblock 1849 at 0x000001ce4000
[ 1.598091] Bad eraseblock 1850 at 0x000001ce8000
[ 1.602849] Bad eraseblock 1851 at 0x000001cec000
[ 1.607715] Bad eraseblock 1852 at 0x000001cf0000
[ 1.612483] Bad eraseblock 1853 at 0x000001cf4000
[ 1.617349] Bad eraseblock 1854 at 0x000001cf8000
[ 1.622117] Bad eraseblock 1855 at 0x000001cfc000
[ 1.626984] Bad eraseblock 1856 at 0x000001d00000
[ 1.631756] Bad eraseblock 1857 at 0x000001d04000
[ 1.636622] Bad eraseblock 1858 at 0x000001d08000
[ 1.641394] Bad eraseblock 1859 at 0x000001d0c000
[ 1.646263] Bad eraseblock 1860 at 0x000001d10000
[ 1.651032] Bad eraseblock 1861 at 0x000001d14000
[ 1.655900] Bad eraseblock 1862 at 0x000001d18000
[ 1.660671] Bad eraseblock 1863 at 0x000001d1c000
[ 1.665541] Bad eraseblock 1864 at 0x000001d20000
[ 1.670311] Bad eraseblock 1865 at 0x000001d24000
[ 1.675175] Bad eraseblock 1866 at 0x000001d28000
[ 1.679947] Bad eraseblock 1867 at 0x000001d2c000
[ 1.684816] Bad eraseblock 1868 at 0x000001d30000
[ 1.689583] Bad eraseblock 1869 at 0x000001d34000
[ 1.694451] Bad eraseblock 1870 at 0x000001d38000
[ 1.699221] Bad eraseblock 1871 at 0x000001d3c000
[ 1.704095] Bad eraseblock 1872 at 0x000001d40000
[ 1.708864] Bad eraseblock 1873 at 0x000001d44000
[ 1.713732] Bad eraseblock 1874 at 0x000001d48000
[ 1.718498] Bad eraseblock 1875 at 0x000001d4c000
[ 1.723368] Bad eraseblock 1876 at 0x000001d50000
[ 1.728137] Bad eraseblock 1877 at 0x000001d54000
[ 1.732897] Bad eraseblock 1878 at 0x000001d58000
[ 1.737761] Bad eraseblock 1879 at 0x000001d5c000
[ 1.742530] Bad eraseblock 1880 at 0x000001d60000
[ 1.747401] Bad eraseblock 1881 at 0x000001d64000
[ 1.752169] Bad eraseblock 1882 at 0x000001d68000
[ 1.757035] Bad eraseblock 1883 at 0x000001d6c000
[ 1.761804] Bad eraseblock 1884 at 0x000001d70000
[ 1.766675] Bad eraseblock 1885 at 0x000001d74000
[ 1.771443] Bad eraseblock 1886 at 0x000001d78000
[ 1.776311] Bad eraseblock 1887 at 0x000001d7c000
[ 1.781079] Bad eraseblock 1888 at 0x000001d80000
[ 1.785945] Bad eraseblock 1889 at 0x000001d84000
[ 1.790713] Bad eraseblock 1890 at 0x000001d88000
[ 1.795583] Bad eraseblock 1891 at 0x000001d8c000
[ 1.800353] Bad eraseblock 1892 at 0x000001d90000
[ 1.805226] Bad eraseblock 1893 at 0x000001d94000
[ 1.809995] Bad eraseblock 1894 at 0x000001d98000
[ 1.814864] Bad eraseblock 1895 at 0x000001d9c000
[ 1.819635] Bad eraseblock 1896 at 0x000001da0000
[ 1.824504] Bad eraseblock 1897 at 0x000001da4000
[ 1.829272] Bad eraseblock 1898 at 0x000001da8000
[ 1.834143] Bad eraseblock 1899 at 0x000001dac000
[ 1.838911] Bad eraseblock 1900 at 0x000001db0000
[ 1.843776] Bad eraseblock 1901 at 0x000001db4000
[ 1.848546] Bad eraseblock 1902 at 0x000001db8000
[ 1.853415] Bad eraseblock 1903 at 0x000001dbc000
[ 1.858186] Bad eraseblock 1904 at 0x000001dc0000
[ 1.863056] Bad eraseblock 1905 at 0x000001dc4000
[ 1.867824] Bad eraseblock 1906 at 0x000001dc8000
[ 1.872583] Bad eraseblock 1907 at 0x000001dcc000
[ 1.877455] Bad eraseblock 1908 at 0x000001dd0000
[ 1.882229] Bad eraseblock 1909 at 0x000001dd4000
[ 1.887099] Bad eraseblock 1910 at 0x000001dd8000
[ 1.891871] Bad eraseblock 1911 at 0x000001ddc000
[ 1.896742] Bad eraseblock 1912 at 0x000001de0000
[ 1.901513] Bad eraseblock 1913 at 0x000001de4000
[ 1.906383] Bad eraseblock 1914 at 0x000001de8000
[ 1.911155] Bad eraseblock 1915 at 0x000001dec000
[ 1.916029] Bad eraseblock 1916 at 0x000001df0000
[ 1.920798] Bad eraseblock 1917 at 0x000001df4000
[ 1.925670] Bad eraseblock 1918 at 0x000001df8000
[ 1.930441] Bad eraseblock 1919 at 0x000001dfc000
[ 1.935313] Bad eraseblock 1920 at 0x000001e00000
[ 1.940081] Bad eraseblock 1921 at 0x000001e04000
[ 1.944954] Bad eraseblock 1922 at 0x000001e08000
[ 1.949722] Bad eraseblock 1923 at 0x000001e0c000
[ 1.954596] Bad eraseblock 1924 at 0x000001e10000
[ 1.959365] Bad eraseblock 1925 at 0x000001e14000
[ 1.964235] Bad eraseblock 1926 at 0x000001e18000
[ 1.969004] Bad eraseblock 1927 at 0x000001e1c000
[ 1.973877] Bad eraseblock 1928 at 0x000001e20000
[ 1.978649] Bad eraseblock 1929 at 0x000001e24000
[ 1.983516] Bad eraseblock 1930 at 0x000001e28000
[ 1.988284] Bad eraseblock 1931 at 0x000001e2c000
[ 1.993153] Bad eraseblock 1932 at 0x000001e30000
[ 1.997921] Bad eraseblock 1933 at 0x000001e34000
[ 2.002678] Bad eraseblock 1934 at 0x000001e38000
[ 2.007549] Bad eraseblock 1935 at 0x000001e3c000
[ 2.012318] Bad eraseblock 1936 at 0x000001e40000
[ 2.017186] Bad eraseblock 1937 at 0x000001e44000
[ 2.021954] Bad eraseblock 1938 at 0x000001e48000
[ 2.026822] Bad eraseblock 1939 at 0x000001e4c000
[ 2.031590] Bad eraseblock 1940 at 0x000001e50000
[ 2.036456] Bad eraseblock 1941 at 0x000001e54000
[ 2.041222] Bad eraseblock 1942 at 0x000001e58000
[ 2.046093] Bad eraseblock 1943 at 0x000001e5c000
[ 2.050858] Bad eraseblock 1944 at 0x000001e60000
[ 2.055726] Bad eraseblock 1945 at 0x000001e64000
[ 2.060493] Bad eraseblock 1946 at 0x000001e68000
[ 2.065361] Bad eraseblock 1947 at 0x000001e6c000
[ 2.070128] Bad eraseblock 1948 at 0x000001e70000
[ 2.074994] Bad eraseblock 1949 at 0x000001e74000
[ 2.079761] Bad eraseblock 1950 at 0x000001e78000
[ 2.084633] Bad eraseblock 1951 at 0x000001e7c000
[ 2.089403] Bad eraseblock 1952 at 0x000001e80000
[ 2.094271] Bad eraseblock 1953 at 0x000001e84000
[ 2.099041] Bad eraseblock 1954 at 0x000001e88000
[ 2.103907] Bad eraseblock 1955 at 0x000001e8c000
[ 2.108678] Bad eraseblock 1956 at 0x000001e90000
[ 2.113547] Bad eraseblock 1957 at 0x000001e94000
[ 2.118317] Bad eraseblock 1958 at 0x000001e98000
[ 2.123190] Bad eraseblock 1959 at 0x000001e9c000
[ 2.127959] Bad eraseblock 1960 at 0x000001ea0000
[ 2.132717] Bad eraseblock 1961 at 0x000001ea4000
[ 2.137583] Bad eraseblock 1962 at 0x000001ea8000
[ 2.142354] Bad eraseblock 1963 at 0x000001eac000
[ 2.147223] Bad eraseblock 1964 at 0x000001eb0000
[ 2.151992] Bad eraseblock 1965 at 0x000001eb4000
[ 2.156859] Bad eraseblock 1966 at 0x000001eb8000
[ 2.161629] Bad eraseblock 1967 at 0x000001ebc000
[ 2.166503] Bad eraseblock 1968 at 0x000001ec0000
[ 2.171273] Bad eraseblock 1969 at 0x000001ec4000
[ 2.176139] Bad eraseblock 1970 at 0x000001ec8000
[ 2.180907] Bad eraseblock 1971 at 0x000001ecc000
[ 2.185781] Bad eraseblock 1972 at 0x000001ed0000
[ 2.190551] Bad eraseblock 1973 at 0x000001ed4000
[ 2.195420] Bad eraseblock 1974 at 0x000001ed8000
[ 2.200188] Bad eraseblock 1975 at 0x000001edc000
[ 2.205054] Bad eraseblock 1976 at 0x000001ee0000
[ 2.209821] Bad eraseblock 1977 at 0x000001ee4000
[ 2.214689] Bad eraseblock 1978 at 0x000001ee8000
[ 2.219457] Bad eraseblock 1979 at 0x000001eec000
[ 2.224327] Bad eraseblock 1980 at 0x000001ef0000
[ 2.229095] Bad eraseblock 1981 at 0x000001ef4000
[ 2.233965] Bad eraseblock 1982 at 0x000001ef8000
[ 2.238733] Bad eraseblock 1983 at 0x000001efc000
[ 2.243606] Bad eraseblock 1984 at 0x000001f00000
[ 2.248378] Bad eraseblock 1985 at 0x000001f04000
[ 2.253244] Bad eraseblock 1986 at 0x000001f08000
[ 2.258011] Bad eraseblock 1987 at 0x000001f0c000
[ 2.262771] Bad eraseblock 1988 at 0x000001f10000
[ 2.267637] Bad eraseblock 1989 at 0x000001f14000
[ 2.272408] Bad eraseblock 1990 at 0x000001f18000
[ 2.277280] Bad eraseblock 1991 at 0x000001f1c000
[ 2.282052] Bad eraseblock 1992 at 0x000001f20000
[ 2.286927] Bad eraseblock 1993 at 0x000001f24000
[ 2.291697] Bad eraseblock 1994 at 0x000001f28000
[ 2.296568] Bad eraseblock 1995 at 0x000001f2c000
[ 2.301341] Bad eraseblock 1996 at 0x000001f30000
[ 2.306212] Bad eraseblock 1997 at 0x000001f34000
[ 2.310981] Bad eraseblock 1998 at 0x000001f38000
[ 2.315849] Bad eraseblock 1999 at 0x000001f3c000
[ 2.320616] Bad eraseblock 2000 at 0x000001f40000
[ 2.325485] Bad eraseblock 2001 at 0x000001f44000
[ 2.330253] Bad eraseblock 2002 at 0x000001f48000
[ 2.335119] Bad eraseblock 2003 at 0x000001f4c000
[ 2.339888] Bad eraseblock 2004 at 0x000001f50000
[ 2.344760] Bad eraseblock 2005 at 0x000001f54000
[ 2.349531] Bad eraseblock 2006 at 0x000001f58000
[ 2.354399] Bad eraseblock 2007 at 0x000001f5c000
[ 2.359167] Bad eraseblock 2008 at 0x000001f60000
[ 2.364040] Bad eraseblock 2009 at 0x000001f64000
[ 2.368807] Bad eraseblock 2010 at 0x000001f68000
[ 2.373675] Bad eraseblock 2011 at 0x000001f6c000
[ 2.378446] Bad eraseblock 2012 at 0x000001f70000
[ 2.383319] Bad eraseblock 2013 at 0x000001f74000
[ 2.388091] Bad eraseblock 2014 at 0x000001f78000
[ 2.392854] Bad eraseblock 2015 at 0x000001f7c000
[ 2.397719] Bad eraseblock 2016 at 0x000001f80000
[ 2.402488] Bad eraseblock 2017 at 0x000001f84000
[ 2.407359] Bad eraseblock 2018 at 0x000001f88000
[ 2.412128] Bad eraseblock 2019 at 0x000001f8c000
[ 2.416996] Bad eraseblock 2020 at 0x000001f90000
[ 2.421764] Bad eraseblock 2021 at 0x000001f94000
[ 2.426631] Bad eraseblock 2022 at 0x000001f98000
[ 2.431400] Bad eraseblock 2023 at 0x000001f9c000
[ 2.436268] Bad eraseblock 2024 at 0x000001fa0000
[ 2.441038] Bad eraseblock 2025 at 0x000001fa4000
[ 2.445907] Bad eraseblock 2026 at 0x000001fa8000
[ 2.450678] Bad eraseblock 2027 at 0x000001fac000
[ 2.455547] Bad eraseblock 2028 at 0x000001fb0000
[ 2.460315] Bad eraseblock 2029 at 0x000001fb4000
[ 2.465180] Bad eraseblock 2030 at 0x000001fb8000
[ 2.469950] Bad eraseblock 2031 at 0x000001fbc000
[ 2.474814] Bad eraseblock 2032 at 0x000001fc0000
[ 2.479582] Bad eraseblock 2033 at 0x000001fc4000
[ 2.484451] Bad eraseblock 2034 at 0x000001fc8000
[ 2.489222] Bad eraseblock 2035 at 0x000001fcc000
[ 2.494092] Bad eraseblock 2036 at 0x000001fd0000
[ 2.498862] Bad eraseblock 2037 at 0x000001fd4000
[ 2.503730] Bad eraseblock 2038 at 0x000001fd8000
[ 2.508500] Bad eraseblock 2039 at 0x000001fdc000
[ 2.513366] Bad eraseblock 2040 at 0x000001fe0000
[ 2.518134] Bad eraseblock 2041 at 0x000001fe4000
[ 2.522892] Bad eraseblock 2042 at 0x000001fe8000
[ 2.527760] Bad eraseblock 2043 at 0x000001fec000
[ 2.532657] Bad eraseblock 2046 at 0x000001ff8000
[ 2.537526] Bad eraseblock 2047 at 0x000001ffc000
[ 2.546852] Creating 5 MTD partitions on "davinci_nand.0":
[ 2.552411] 0x000000000000-0x000000080000 : "bootloader"
[ 2.563151] 0x000000080000-0x000000200000 : "params"
[ 2.573547] 0x000000200000-0x000000600000 : "kernel"
[ 2.584175] 0x000000600000-0x000001e00000 : "filesystem1"
[ 2.595825] 0x000001e00000-0x000002000000 : "filesystem2"
[ 2.606947] davinci_nand davinci_nand.0: controller rev. 2.3
[ 2.663048] davinci_mdio davinci_mdio.0: davinci mdio revision 1.4
[ 2.669276] davinci_mdio davinci_mdio.0: detected phy mask fffffffd
[ 2.677460] davinci_mdio.0: probed
[ 2.680927] davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown
[ 2.689074] i2c /dev entries driver
[ 2.695494] Linux media interface: v0.10
[ 2.700343] Linux video capture interface: v2.00
[ 2.707954] vpbe-osd vpbe-osd: OSD sub device probe success
[ 2.714898] vpbe-venc vpbe-venc: VENC sub device probe success
[ 2.722022] vpbe-v4l2 vpbe-v4l2: vpbe v4l2 device registered
[ 2.728199] Setting default output to Composite
[ 2.732766] Setting default mode to ntsc
[ 2.737065] vpbe-v4l2 vpbe-v4l2: Trying to register VPBE display device.
[ 2.743927] vpbe-v4l2 vpbe-v4l2: layer=c28b4a00,layer->video_dev=c28b4ae8
[ 2.751789] vpbe-v4l2 vpbe-v4l2: Trying to register VPBE display device.
[ 2.758833] vpbe-v4l2 vpbe-v4l2: layer=c28b4400,layer->video_dev=c28b44e8
[ 2.768064] watchdog watchdog: heartbeat 60 sec
[ 2.779616] Error: Driver 'davinci-mcbsp' is already registered, aborting...
[ 2.790573] asoc: cq93vc-hifi <-> davinci-vcif mapping ok
[ 2.800538] ALSA device list:
[ 2.803924] #0: DaVinci DM365 EVM
[ 2.809198] TCP cubic registered
[ 2.812477] NET: Registered protocol family 17
[ 2.829146] net eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:01, id=181b8b0)
[ 2.853399] IP-Config: Guessing netmask 255.255.255.0
[ 2.859034] IP-Config: Complete:
[ 2.862125] device=eth0, addr=192.168.1.168, mask=255.255.255.0, gw=255.255.255.255,
[ 2.870443] host=192.168.1.168, domain=, nis-domain=(none),
[ 2.876594] bootserver=255.255.255.255, rootserver=192.168.1.41, rootpath=
[ 4.823382] PHY: 0:01 - Link is Up - 100/Full
[ 4.940380] VFS: Mounted root (nfs filesystem) on device 0:13.
[ 4.946404] VFS: mounted rootfs
[ 4.949807] Freeing init memory: 136K
INIT: version 2.86 booting
Starting mounting local filesystems: mount Creat queue id:0
queue id:0
FileMngThread created
Creat queue id:32769
queue id:32769
AlramThread created
Share memory init success
IPNC_DM365_4.0.0 (user@ubuntu-desktop) (gcc version 4.3.3 (GCC) ) #1 PREEMPT S
queue id:32769
FileMng: Error Can't create system file
FileMng: Error Initialize fail (FileMgnInit)
Creat queue id:65537
queue id:65537
Creat queue id:98306
queue id:98306
FileMsgDrv: Error
Data read error
Can't get system info!!
Kill queue id:32769
Error CleanupFileEnv is called
Creat queue id:65537
queue id:65537
FileMsgDrv: Error
Data read error
FileMsgDrv: Error
Data read error
mount: mounting /dev/root on / failed: No such file or directory
failed (1: ).
Starting internet superserver: inetd.
insmod: can't read '/opt/ipnc/modules/deflate.ko': No such file or directory
insmod: can't read '/opt/ipnc/modules/des_generic.ko': No such file or directory
insmod: can't read '/opt/ipnc/modules/md5.ko': No such file or directory
[ 6.952672] davinci_mmc davinci_mmc.0: Using DMA, 4-bit mode
[ 7.126133] Loading iSCSI transport class v2.0-870.
[ 7.547053] iscsi: registered transport (tcp)
[ 7.647442] musb-hdrc: version 6.0, peripheral, debug=0
[ 7.756595] musb-hdrc musb-hdrc: dma type: dma-cppi3
[ 7.784259] musb-hdrc musb-hdrc: USB Peripheral mode controller at fec64000 using DMA, IRQ 12
[ 7.943838] loop: module loaded
[ 8.043298] tun: Universal TUN/TAP device driver, 1.6
[ 8.048393] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 8.135959] console [netcon0] enabled
[ 8.139650] netconsole: network logging started
[ 8.267942] PPP generic driver version 2.4.2
[ 8.311449] PPP Deflate Compression module registered
mkdosfs 2.11 (12 Mar 2005)
unable to get drive geometry, using default 255/63/dev/ram0 has 255 heads and 63 sectors per track,
logical sector size is 512,
using 0xf8 media descriptor, with 8192 sectors;
file system has 2 12-bit FATs and 4 sectors per cluster.
FAT size is 6 sectors, and provides 2036 clusters.
Root directory contains 512 slots.
Volume ID is 00000009, no volume label.
queue id:0
TimeOut occure in boot_proc.
Program exit.
ApproDrvInit: 3
Creat queue id:131075
queue id:131075
INIT: Entering runlevel: 5
Starting telnet daemon.
Starting syslogd/klogd: done
getty: ioctl() TIOCSPGR
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org 192.168.1.168 console
Arago 2009.11 192.168.1.168 console
192.168.1.168 login: root
-sh: can't access tty; job control turned off
>>>>>>>>>>>>>>>>>>>>>>>>>
Thank you for any help Panchy