﻿
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:coop="http://www.google.com/coop/namespace"
		>
<channel>
	<title>Comments on: Booting using NFS and TFTP (updated)</title>
	<atom:link href="http://www.electronics.diycinema.co.uk/embedded/mini2440/booting-using-nfs-and-tftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.electronics.diycinema.co.uk/embedded/mini2440/booting-using-nfs-and-tftp/</link>
	<description>Mini2440 / embedded related ramblings</description>
	<lastBuildDate>Fri, 27 Jan 2012 17:14:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Doug</title>
		<link>http://www.electronics.diycinema.co.uk/embedded/mini2440/booting-using-nfs-and-tftp/comment-page-1/#comment-508</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Sun, 08 Aug 2010 13:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.electronics.diycinema.co.uk/?p=46#comment-508</guid>
		<description>Hi, yeah, when i came across this problem i changed to a fixed IP address. The strange thing was when i tried the same thing on a different network, configured in pretty much the same way, i didn&#039;t need to change anything. I never figured out what the difference was. Thanks for the post Irakli.</description>
		<content:encoded><![CDATA[<p>Hi, yeah, when i came across this problem i changed to a fixed IP address. The strange thing was when i tried the same thing on a different network, configured in pretty much the same way, i didn&#8217;t need to change anything. I never figured out what the difference was. Thanks for the post Irakli.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irakli</title>
		<link>http://www.electronics.diycinema.co.uk/embedded/mini2440/booting-using-nfs-and-tftp/comment-page-1/#comment-507</link>
		<dc:creator>Irakli</dc:creator>
		<pubDate>Sun, 08 Aug 2010 12:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.electronics.diycinema.co.uk/?p=46#comment-507</guid>
		<description>Hi
I had same problem, network was reconfigured and NFS connection was lost.
I could not find URL of the solution to post here, but I still have changed file on my rootfs.
edit file /etc/init.d/networking on your rootfs
find lines that look like this:
        echo -n &quot;Configuring network interfaces... &quot;
        ifup -a
	echo &quot;done.&quot;
and comment out second line to have something like this:
        echo -n &quot;Configuring network interfaces... &quot;
#        ifup -a
	echo &quot;done.&quot;
after this rootfs over NFS has no problems. At least for me.
This looks like ugly workaround but hope it will help you.</description>
		<content:encoded><![CDATA[<p>Hi<br />
I had same problem, network was reconfigured and NFS connection was lost.<br />
I could not find URL of the solution to post here, but I still have changed file on my rootfs.<br />
edit file /etc/init.d/networking on your rootfs<br />
find lines that look like this:<br />
        echo -n &#8220;Configuring network interfaces&#8230; &#8221;<br />
        ifup -a<br />
	echo &#8220;done.&#8221;<br />
and comment out second line to have something like this:<br />
        echo -n &#8220;Configuring network interfaces&#8230; &#8221;<br />
#        ifup -a<br />
	echo &#8220;done.&#8221;<br />
after this rootfs over NFS has no problems. At least for me.<br />
This looks like ugly workaround but hope it will help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmboy</title>
		<link>http://www.electronics.diycinema.co.uk/embedded/mini2440/booting-using-nfs-and-tftp/comment-page-1/#comment-483</link>
		<dc:creator>jmboy</dc:creator>
		<pubDate>Thu, 27 May 2010 07:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.electronics.diycinema.co.uk/?p=46#comment-483</guid>
		<description>Hi everybody,

I have exactly the same behavior using openembedded with NFS

I suppose that after the message &quot;No state is present for card S3C24XXUDA134X&quot; openembedded try to reconfig ethernet interface and fails NFS link but i don&#039;t know what to do to avoid this.
has anybody found a solution?
thanks for helping me
jmboy</description>
		<content:encoded><![CDATA[<p>Hi everybody,</p>
<p>I have exactly the same behavior using openembedded with NFS</p>
<p>I suppose that after the message &#8220;No state is present for card S3C24XXUDA134X&#8221; openembedded try to reconfig ethernet interface and fails NFS link but i don&#8217;t know what to do to avoid this.<br />
has anybody found a solution?<br />
thanks for helping me<br />
jmboy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anafor</title>
		<link>http://www.electronics.diycinema.co.uk/embedded/mini2440/booting-using-nfs-and-tftp/comment-page-1/#comment-99</link>
		<dc:creator>Anafor</dc:creator>
		<pubDate>Thu, 31 Dec 2009 08:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.electronics.diycinema.co.uk/?p=46#comment-99</guid>
		<description>Dear Friends,
I have build an openembedded distrubition for mini2440 . I have copied
mini2440-base-image.tar.gz to my host pc and I arrenged a NFS for cross
building. It works OK , but when I copied and extract the
mini2440-console-image.tar.gz , my NFS is not responding. Do you have any
advice for me? I copied my minicom console messages and attached it.

Also I tried with rootfs for NFS sistem below link, but it is still not
responding.

http://mini2440.googlecode.com/files/Angstrom-mini2440-image-glibc-ipk-2009.X-test-20090405-mini2440.rootfs.tar.bz2

U-Boot 1.3.2-mini2440 (Oct  6 2009 - 12:51:09)

I2C:   ready
DRAM:  64 MB
Flash:  2 MB
NAND:  Bad block table not found for chip 0
Bad block table not found for chip 0
128 MiB
Found Environment offset in OOB..
USB:   S3C2410 USB Deviced
In:    serial
Out:   serial
Err:   serial
MAC: 08:08:11:18:12:27
Hit any key to stop autoboot:  0
dm9000 i/o: 0x20000300, id: 0x90000a46
DM9000: running in 16 bit mode
MAC: 08:08:11:18:12:27
TFTP from server 192.168.1.10; our IP address is 192.168.1.85
Filename &#039;uImage.bin&#039;.
Load address: 0x32000000
Loading: checksum bad
checksum bad
T #################################################################
         #################################################################
         #########
done
Bytes transferred = 2031220 (1efe74 hex)
## Booting kernel from Legacy Image at 32000000 ...
   Image Name:   Angstrom/2.6.31+git/mini2440
   Created:      2009-10-30   9:06:09 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2031156 Bytes =  1.9 MB
   Load Address: 30008000
   Entry Point:  30008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux........................................................................................................................
Linux version 2.6.31.1 (sven@office) (gcc version 4.2.4) #1 Fri Oct 30 17:04:01 CST 2009
CPU: ARM920T [41129200] revision 0 (ARMv4T), cr=c0007177
CPU: VIVT data cache, VIVT instruction cache
Machine: MINI2440
Memory policy: ECC disabled, Data cache writeback
CPU S3C2440A (id 0x32440001)
S3C24XX Clocks, (c) 2004 Simtec Electronics
S3C244X: core 405.000 MHz, memory 101.250 MHz, peripheral 50.625 MHz
CLOCK: Slow mode (1.500 MHz), fast, MPLL on, UPLL on
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
Kernel command line: console=ttySAC0,115200 noinitrd init=/sbin/init mini2440=0tb ip=192.168.1.85 root=/dev/nfs rw nfsroot=192.168.1.10:/hd
PID hash table entries: 256 (order: 8, 1024 bytes)
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 64MB = 64MB total
Memory: 60640KB available (3568K code, 417K data, 132K init, 0K highmem)
SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
NR_IRQS:85
irq: clearing pending status 02000000
irq: clearing subpending status 00000002
Console: colour dummy device 80x30
console [ttySAC0] enabled
Calibrating delay loop... 201.93 BogoMIPS (lpj=504832)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
MINI2440: Option string mini2440=0tb
MINI2440: LCD [0:240x320] 1:800x480 2:1024x768
S3C2440: Initialising architecture
S3C2440: IRQ Support
S3C24XX DMA Driver, (c) 2003-2004,2006 Simtec Electronics
DMA channel 0 at c4808000, irq 33
DMA channel 1 at c4808040, irq 34
DMA channel 2 at c4808080, irq 35
DMA channel 3 at c48080c0, irq 36
S3C244X: Clock Support, DVS off
bio: create slab  at 0
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
s3c-i2c s3c2440-i2c: slave address 0x10
s3c-i2c s3c2440-i2c: bus frequency set to 98 KHz
s3c-i2c s3c2440-i2c: i2c-0: S3C I2C adapter
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
NET: Registered protocol family 1
JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
ROMFS MTD (C) 2007 Red Hat, Inc.
msgmni has been set to 118
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq registered
Console: switching to colour frame buffer device 60x53
fb0: s3c2410fb frame buffer device
s3c2440-uart.0: ttySAC0 at MMIO 0x50000000 (irq = 70) is a S3C2440
s3c2440-uart.1: ttySAC1 at MMIO 0x50004000 (irq = 73) is a S3C2440
s3c2440-uart.2: ttySAC2 at MMIO 0x50008000 (irq = 76) is a S3C2440
brd: module loaded
at24 0-0050: 1024 byte 24c08 EEPROM (writable)
dm9000 Ethernet Driver, V1.31
eth0: dm9000e at c486e300,c4872304 IRQ 51 MAC: 08:08:11:18:12:27 (chip)
S3C24XX NAND Driver, (c) 2004 Simtec Electronics
s3c24xx-nand s3c2440-nand: Tacls=1, 9ns Twrph0=3 29ns, Twrph1=2 19ns
s3c24xx-nand s3c2440-nand: NAND soft ECC
NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
Creating 4 MTD partitions on &quot;NAND 128MiB 3,3V 8-bit&quot;:
0x000000000000-0x000000040000 : &quot;u-boot&quot;
ftl_cs: FTL header not found.
0x000000040000-0x000000060000 : &quot;u-boot-env&quot;
ftl_cs: FTL header not found.
0x000000060000-0x000000560000 : &quot;kernel&quot;
ftl_cs: FTL header not found.
0x000000560000-0x000008000000 : &quot;root&quot;
ftl_cs: FTL header not found.
ohci_hcd: USB 1.1 &#039;Open&#039; Host Controller (OHCI) Driver
s3c2410-ohci s3c2410-ohci: S3C24XX OHCI
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1
s3c2410-ohci s3c2410-ohci: irq 42, io mem 0x49000000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usbcore: registered new interface driver libusual
s3c2440-usbgadget s3c2440-usbgadget: S3C2440: increasing FIFO to 128 bytes
mice: PS/2 mouse device common for all mice
input: gpio-keys as /devices/platform/gpio-keys/input/input0
s3c2440-ts s3c2440-ts: Starting
  Created group ts filter len 12 depth 2 close 10 thresh 6
  Created Median ts filter len 20 depth 2 dec 24
  Created Mean ts filter len 4 depth 2 thresh 65535
  Created Linear ts filter depth 2
s3c2440-ts s3c2440-ts: 4 filter(s) initialized
s3c2440-ts s3c2440-ts: successfully loaded
input: s3c2410 TouchScreen as /devices/virtual/input/input1
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics
s3c2410-wdt s3c2410-wdt: watchdog inactive, reset disabled, irq enabled
cpuidle: using governor ladder
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
mapped channel 0 to 0
s3c2440-sdi s3c2440-sdi: powered down.
s3c2440-sdi s3c2440-sdi: initialisation done.
Registered led device: led1
Registered led device: led2
Registered led device: led3
Registered led device: led4
Registered led device: backlight
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.20.
No device for DAI UDA134X
No device for DAI s3c24xx-i2s
S3C24XX_UDA134X SoC Audio driver
UDA134X SoC Audio Codec
asoc: UDA134X  s3c24xx-i2s mapping ok
ALSA device list:
  #0: S3C24XX_UDA134X (UDA134X)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
s3c2410-rtc s3c2410-rtc: setting system clock to 2009-12-19 00:36:25 UTC (1261182985)
eth0: link down
IP-Config: Guessing netmask 255.255.255.0
IP-Config: Complete:
     device=eth0, addr=192.168.1.85, mask=255.255.255.0, gw=255.255.255.255,
     host=192.168.1.85, domain=, nis-domain=(none),
     bootserver=255.255.255.255, rootserver=192.168.1.10, rootpath=
Looking up port of RPC 100003/2 on 192.168.1.10
eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Looking up port of RPC 100005/1 on 192.168.1.10
VFS: Mounted root (nfs filesystem) on device 0:14.
Freeing init memory: 132K
INIT: version 2.86 booting
Please wait: booting...
Starting udev
Populating dev cache
Remounting root file system...
Unknown HZ value! (90) Assume 100.
ALSA: Restoring mixer settings...
Configuring network interfaces... No state is present for card S3C24XXUDA134X
/usr/sbin/alsactl: parse:1639: Unable to open file &#039;/usr/share/alsa/init/00main&#039;: No such file or directory
No state is present for card S3C24XXUDA134X
nfs: server 192.168.1.10 not responding, still trying</description>
		<content:encoded><![CDATA[<p>Dear Friends,<br />
I have build an openembedded distrubition for mini2440 . I have copied<br />
mini2440-base-image.tar.gz to my host pc and I arrenged a NFS for cross<br />
building. It works OK , but when I copied and extract the<br />
mini2440-console-image.tar.gz , my NFS is not responding. Do you have any<br />
advice for me? I copied my minicom console messages and attached it.</p>
<p>Also I tried with rootfs for NFS sistem below link, but it is still not<br />
responding.</p>
<p><a href="http://mini2440.googlecode.com/files/Angstrom-mini2440-image-glibc-ipk-2009.X-test-20090405-mini2440.rootfs.tar.bz2" rel="nofollow">http://mini2440.googlecode.com/files/Angstrom-mini2440-image-glibc-ipk-2009.X-test-20090405-mini2440.rootfs.tar.bz2</a></p>
<p>U-Boot 1.3.2-mini2440 (Oct  6 2009 &#8211; 12:51:09)</p>
<p>I2C:   ready<br />
DRAM:  64 MB<br />
Flash:  2 MB<br />
NAND:  Bad block table not found for chip 0<br />
Bad block table not found for chip 0<br />
128 MiB<br />
Found Environment offset in OOB..<br />
USB:   S3C2410 USB Deviced<br />
In:    serial<br />
Out:   serial<br />
Err:   serial<br />
MAC: 08:08:11:18:12:27<br />
Hit any key to stop autoboot:  0<br />
dm9000 i/o: 0&#215;20000300, id: 0x90000a46<br />
DM9000: running in 16 bit mode<br />
MAC: 08:08:11:18:12:27<br />
TFTP from server 192.168.1.10; our IP address is 192.168.1.85<br />
Filename &#8216;uImage.bin&#8217;.<br />
Load address: 0&#215;32000000<br />
Loading: checksum bad<br />
checksum bad<br />
T #################################################################<br />
         #################################################################<br />
         #########<br />
done<br />
Bytes transferred = 2031220 (1efe74 hex)<br />
## Booting kernel from Legacy Image at 32000000 &#8230;<br />
   Image Name:   Angstrom/2.6.31+git/mini2440<br />
   Created:      2009-10-30   9:06:09 UTC<br />
   Image Type:   ARM Linux Kernel Image (uncompressed)<br />
   Data Size:    2031156 Bytes =  1.9 MB<br />
   Load Address: 30008000<br />
   Entry Point:  30008000<br />
   Verifying Checksum &#8230; OK<br />
   Loading Kernel Image &#8230; OK<br />
OK</p>
<p>Starting kernel &#8230;</p>
<p>Uncompressing Linux&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
Linux version 2.6.31.1 (sven@office) (gcc version 4.2.4) #1 Fri Oct 30 17:04:01 CST 2009<br />
CPU: ARM920T [41129200] revision 0 (ARMv4T), cr=c0007177<br />
CPU: VIVT data cache, VIVT instruction cache<br />
Machine: MINI2440<br />
Memory policy: ECC disabled, Data cache writeback<br />
CPU S3C2440A (id 0&#215;32440001)<br />
S3C24XX Clocks, (c) 2004 Simtec Electronics<br />
S3C244X: core 405.000 MHz, memory 101.250 MHz, peripheral 50.625 MHz<br />
CLOCK: Slow mode (1.500 MHz), fast, MPLL on, UPLL on<br />
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256<br />
Kernel command line: console=ttySAC0,115200 noinitrd init=/sbin/init mini2440=0tb ip=192.168.1.85 root=/dev/nfs rw nfsroot=192.168.1.10:/hd<br />
PID hash table entries: 256 (order: 8, 1024 bytes)<br />
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)<br />
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)<br />
Memory: 64MB = 64MB total<br />
Memory: 60640KB available (3568K code, 417K data, 132K init, 0K highmem)<br />
SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1<br />
NR_IRQS:85<br />
irq: clearing pending status 02000000<br />
irq: clearing subpending status 00000002<br />
Console: colour dummy device 80&#215;30<br />
console [ttySAC0] enabled<br />
Calibrating delay loop&#8230; 201.93 BogoMIPS (lpj=504832)<br />
Mount-cache hash table entries: 512<br />
CPU: Testing write buffer coherency: ok<br />
NET: Registered protocol family 16<br />
MINI2440: Option string mini2440=0tb<br />
MINI2440: LCD [0:240x320] 1:800&#215;480 2:1024&#215;768<br />
S3C2440: Initialising architecture<br />
S3C2440: IRQ Support<br />
S3C24XX DMA Driver, (c) 2003-2004,2006 Simtec Electronics<br />
DMA channel 0 at c4808000, irq 33<br />
DMA channel 1 at c4808040, irq 34<br />
DMA channel 2 at c4808080, irq 35<br />
DMA channel 3 at c48080c0, irq 36<br />
S3C244X: Clock Support, DVS off<br />
bio: create slab  at 0<br />
usbcore: registered new interface driver usbfs<br />
usbcore: registered new interface driver hub<br />
usbcore: registered new device driver usb<br />
s3c-i2c s3c2440-i2c: slave address 0&#215;10<br />
s3c-i2c s3c2440-i2c: bus frequency set to 98 KHz<br />
s3c-i2c s3c2440-i2c: i2c-0: S3C I2C adapter<br />
NET: Registered protocol family 2<br />
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)<br />
TCP established hash table entries: 2048 (order: 2, 16384 bytes)<br />
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)<br />
TCP: Hash tables configured (established 2048 bind 2048)<br />
TCP reno registered<br />
NET: Registered protocol family 1<br />
JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.<br />
ROMFS MTD (C) 2007 Red Hat, Inc.<br />
msgmni has been set to 118<br />
alg: No test for stdrng (krng)<br />
io scheduler noop registered<br />
io scheduler anticipatory registered (default)<br />
io scheduler deadline registered<br />
io scheduler cfq registered<br />
Console: switching to colour frame buffer device 60&#215;53<br />
fb0: s3c2410fb frame buffer device<br />
s3c2440-uart.0: ttySAC0 at MMIO 0&#215;50000000 (irq = 70) is a S3C2440<br />
s3c2440-uart.1: ttySAC1 at MMIO 0&#215;50004000 (irq = 73) is a S3C2440<br />
s3c2440-uart.2: ttySAC2 at MMIO 0&#215;50008000 (irq = 76) is a S3C2440<br />
brd: module loaded<br />
at24 0-0050: 1024 byte 24c08 EEPROM (writable)<br />
dm9000 Ethernet Driver, V1.31<br />
eth0: dm9000e at c486e300,c4872304 IRQ 51 MAC: 08:08:11:18:12:27 (chip)<br />
S3C24XX NAND Driver, (c) 2004 Simtec Electronics<br />
s3c24xx-nand s3c2440-nand: Tacls=1, 9ns Twrph0=3 29ns, Twrph1=2 19ns<br />
s3c24xx-nand s3c2440-nand: NAND soft ECC<br />
NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)<br />
Creating 4 MTD partitions on &#8220;NAND 128MiB 3,3V 8-bit&#8221;:<br />
0&#215;000000000000-0&#215;000000040000 : &#8220;u-boot&#8221;<br />
ftl_cs: FTL header not found.<br />
0&#215;000000040000-0&#215;000000060000 : &#8220;u-boot-env&#8221;<br />
ftl_cs: FTL header not found.<br />
0&#215;000000060000-0&#215;000000560000 : &#8220;kernel&#8221;<br />
ftl_cs: FTL header not found.<br />
0&#215;000000560000-0&#215;000008000000 : &#8220;root&#8221;<br />
ftl_cs: FTL header not found.<br />
ohci_hcd: USB 1.1 &#8216;Open&#8217; Host Controller (OHCI) Driver<br />
s3c2410-ohci s3c2410-ohci: S3C24XX OHCI<br />
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1<br />
s3c2410-ohci s3c2410-ohci: irq 42, io mem 0&#215;49000000<br />
usb usb1: configuration #1 chosen from 1 choice<br />
hub 1-0:1.0: USB hub found<br />
hub 1-0:1.0: 2 ports detected<br />
usbcore: registered new interface driver libusual<br />
s3c2440-usbgadget s3c2440-usbgadget: S3C2440: increasing FIFO to 128 bytes<br />
mice: PS/2 mouse device common for all mice<br />
input: gpio-keys as /devices/platform/gpio-keys/input/input0<br />
s3c2440-ts s3c2440-ts: Starting<br />
  Created group ts filter len 12 depth 2 close 10 thresh 6<br />
  Created Median ts filter len 20 depth 2 dec 24<br />
  Created Mean ts filter len 4 depth 2 thresh 65535<br />
  Created Linear ts filter depth 2<br />
s3c2440-ts s3c2440-ts: 4 filter(s) initialized<br />
s3c2440-ts s3c2440-ts: successfully loaded<br />
input: s3c2410 TouchScreen as /devices/virtual/input/input1<br />
S3C24XX RTC, (c) 2004,2006 Simtec Electronics<br />
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling<br />
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0<br />
i2c /dev entries driver<br />
S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics<br />
s3c2410-wdt s3c2410-wdt: watchdog inactive, reset disabled, irq enabled<br />
cpuidle: using governor ladder<br />
sdhci: Secure Digital Host Controller Interface driver<br />
sdhci: Copyright(c) Pierre Ossman<br />
mapped channel 0 to 0<br />
s3c2440-sdi s3c2440-sdi: powered down.<br />
s3c2440-sdi s3c2440-sdi: initialisation done.<br />
Registered led device: led1<br />
Registered led device: led2<br />
Registered led device: led3<br />
Registered led device: led4<br />
Registered led device: backlight<br />
usbcore: registered new interface driver hiddev<br />
usbcore: registered new interface driver usbhid<br />
usbhid: v2.6:USB HID core driver<br />
Advanced Linux Sound Architecture Driver Version 1.0.20.<br />
No device for DAI UDA134X<br />
No device for DAI s3c24xx-i2s<br />
S3C24XX_UDA134X SoC Audio driver<br />
UDA134X SoC Audio Codec<br />
asoc: UDA134X  s3c24xx-i2s mapping ok<br />
ALSA device list:<br />
  #0: S3C24XX_UDA134X (UDA134X)<br />
TCP cubic registered<br />
NET: Registered protocol family 17<br />
RPC: Registered udp transport module.<br />
RPC: Registered tcp transport module.<br />
s3c2410-rtc s3c2410-rtc: setting system clock to 2009-12-19 00:36:25 UTC (1261182985)<br />
eth0: link down<br />
IP-Config: Guessing netmask 255.255.255.0<br />
IP-Config: Complete:<br />
     device=eth0, addr=192.168.1.85, mask=255.255.255.0, gw=255.255.255.255,<br />
     host=192.168.1.85, domain=, nis-domain=(none),<br />
     bootserver=255.255.255.255, rootserver=192.168.1.10, rootpath=<br />
Looking up port of RPC 100003/2 on 192.168.1.10<br />
eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1<br />
Looking up port of RPC 100005/1 on 192.168.1.10<br />
VFS: Mounted root (nfs filesystem) on device 0:14.<br />
Freeing init memory: 132K<br />
INIT: version 2.86 booting<br />
Please wait: booting&#8230;<br />
Starting udev<br />
Populating dev cache<br />
Remounting root file system&#8230;<br />
Unknown HZ value! (90) Assume 100.<br />
ALSA: Restoring mixer settings&#8230;<br />
Configuring network interfaces&#8230; No state is present for card S3C24XXUDA134X<br />
/usr/sbin/alsactl: parse:1639: Unable to open file &#8216;/usr/share/alsa/init/00main&#8217;: No such file or directory<br />
No state is present for card S3C24XXUDA134X<br />
nfs: server 192.168.1.10 not responding, still trying</p>
]]></content:encoded>
	</item>
</channel>
</rss>

