OpenWRT on ARNDALEBOARD
by insignal • November 25, 2012 • Uncategorized • 60 Comments
Hello, every one.
Today, openwrt ported on ARNDALEBOARD.
Some boot error message couse, but their behavior is good.
============================================
U-Boot 2010.12-00000-g2ade38e-dirty (Oct 01 2012 – 19:10:39) for Insignal Arndale
CPU: S5PC520 Rev1.0 [Samsung SOC on SMP Platform Base on ARM CortexA15]
APLL = 1400MHz, MPLL = 800MHz, EPLL = 96MHz, VPLL = 300MHz, BPLL = 666MHz
DRAM: 2047 MiB
TrustZone Enabled BSP
BL1 version: 20120430
PMIC: S5M8767
Checking Boot Mode … EMMC4.41
REVISION: 1.0
REVISION: 1.0
NAME: S5P_MSHC0
MMC Device 0: 3816 MB
[ERROR] response timeout error : 00000104 cmd 1
[ERROR] response timeout error : 00000104 cmd 1
MMC Device 1: 0 MB
MMC Device 2 not found
*** Warning – using default environment
Hit any key to stop autoboot: 0
Arndale #
Arndale # setenv bootargs root=/dev/sda2 rw rootdelay=2 console=ttySAC2,115200n81
Arndale # dnw 40008000
OTG cable Connected!
Now, Waiting for DNW to transmit data
Checksum is being calculated….
Checksum O.K.
Download Done!! Download Address: 0×40008000, Download Filesize:0x3bbe24
Arndale # bootm 40008000
Boot with zImage
Starting kernel …
Uncompressing Linux… done, booting the kernel.
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.31 (root@godori) (gcc version 4.4.6 (crosstool-NG 1.14.1) ) #19 SMP PREEMPT Tue Nov 6 00:07:31 KST 2012
[ 0.000000] CPU: ARMv7 Processor [410fc0f4] revision 4 (ARMv7), cr=10c5387d
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: ARNDALE
[ 0.000000] Ignoring unrecognised tag 0×00000000
[ 0.000000] Ignoring unrecognised tag 0×00000000
[ 0.000000] Ignoring unrecognised tag 0×00000000
[ 0.000000] Ignoring unrecognised tag 0×00000000
[ 0.000000] Ignoring unrecognised tag 0×00000000
[ 0.000000] Ignoring unrecognised tag 0×00000000
[ 0.000000] Ignoring unrecognised tag 0×00000000
[ 0.000000] Ignoring unrecognised tag 0×00000000
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] CPU EXYNOS5250 (id 0×43520010)
[ 0.000000] S3C24XX Clocks, Copyright 2004 Simtec Electronics
[ 0.000000] s3c_register_clksrc: clock audiocdclk has no registers set
[ 0.000000] audiocdclk: no parent clock specified
[ 0.000000] EXYNOS5: PLL settings, A=1400000000, B=1333090909, C=333000000
[ 0.000000] M=1600000000, E=96000000, V=300000000, G=533000000
[ 0.000000] EXYNOS5: ARMCLK=1400000000, CDREX=800000000, ACLK400=533000000
[ 0.000000] ACLK333=333000000, ACLK266=266666666, ACLK200=200000000
[ 0.000000] ACLK166=166500000, ACLK66=66666666
[ 0.000000] uclk1: source is mout_mpll_user (6), rate is 200000000
[ 0.000000] uclk1: source is mout_mpll_user (6), rate is 200000000
[ 0.000000] uclk1: source is ext_xtal (0), rate is 6000000
[ 0.000000] uclk1: source is mout_mpll_user (6), rate is 200000000
[ 0.000000] sclk_usbdrd30: source is mout_mpll (0), rate is 66666666
[ 0.000000] sclk_fimd: source is ext_xtal (0), rate is 24000000
[ 0.000000] aclk_266_gscl: source is aclk_266 (1), rate is 266666666
[ 0.000000] sclk_g3d: source is mout_mpll_user (0), rate is 800000000
[ 0.000000] sclk_sata: source is mout_mpll_user (0), rate is 66666666
[ 0.000000] sclk_gscl_wrap0: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_gscl_wrap1: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_cam0: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_cam1: source is ext_xtal (0), rate is 24000000
[ 0.000000] PERCPU: Embedded 7 pages/cpu @c1939000 s7744 r8192 d12736 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519938
[ 0.000000] Kernel command line: console=ttySAC2,115200n8 vmalloc=512M androidboot.console=ttySAC2 root=/dev/sda2 rw rootdelay=2 console=ttySAC2,115200n81
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 2047MB = 2047MB total
[ 0.000000] Memory: 1839400k/1839400k available, 256728k reserved, 1735680K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 – 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 – 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xfea00000 – 0xffe00000 ( 20 MB)
[ 0.000000] vmalloc : 0xd6800000 – 0xf6000000 ( 504 MB)
[ 0.000000] lowmem : 0xc0000000 – 0xd6000000 ( 352 MB)
[ 0.000000] pkmap : 0xbfe00000 – 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 – 0xbfe00000 ( 14 MB)
[ 0.000000] .init : 0xc0008000 – 0xc0044000 ( 240 kB)
[ 0.000000] .text : 0xc0044000 – 0xc0769000 (7316 kB)
[ 0.000000] .data : 0xc076a000 – 0xc07c9520 ( 382 kB)
[ 0.000000] .bss : 0xc07c9544 – 0xc092b848 (1417 kB)
[ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:552
[ 0.000000] Calibrating delay loop… 2795.11 BogoMIPS (lpj=6987776)
[ 0.045000] pid_max: default: 32768 minimum: 301
[ 0.045000] Mount-cache hash table entries: 512
[ 0.045000] Initializing cgroup subsys debug
[ 0.045000] Initializing cgroup subsys cpuacct
[ 0.045000] Initializing cgroup subsys freezer
[ 0.045000] CPU: Testing write buffer coherency: ok
[ 0.045000] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
[ 0.085000] CPU1: Booted secondary processor
[ 0.095000] Brought up 2 CPUs
[ 0.095000] SMP: Total of 2 processors activated (5590.22 BogoMIPS).
[ 0.095000] devtmpfs: initialized
[ 0.100000] gpio: GPZ has no PM function
[ 0.100000] print_constraints: dummy:
[ 0.100000] NET: Registered protocol family 16
[ 0.100000] SMDK MAIN Board Rev 0.2 (ADC value:887)
[ 0.110000] ath6kl_set_platform_data ~~~~~~~~~~~~~~~~
[ 0.110000] hw-breakpoint: debug architecture 0×5 unsupported.
[ 0.110000] exynos5_pmu_init: PMU supports 52XX(98)
[ 0.110000] S3C Power Management, Copyright 2004 Simtec Electronics
[ 0.115000] EXYNOS5: Initializing architecture
[ 0.115000] s3c-adc samsung-adc-v4: attached adc driver
[ 0.115000] samsung-pd samsung-pd.0: power domain registered
[ 0.115000] samsung-pd samsung-pd.1: power domain registered
[ 0.115000] samsung-pd samsung-pd.8: power domain registered
[ 0.115000] samsung-pd samsung-pd.9: power domain registered
[ 0.115000] samsung-pd samsung-pd.10: power domain registered
[ 0.115000] samsung-pd samsung-pd.11: power domain registered
[ 0.115000] s3c24xx-pwm s3c24xx-pwm.0: tin at 66666666, tdiv at 66666666, tin=divclk, base 0
[ 0.135000] bio: create slab <bio-0> at 0
[ 0.135000] print_constraints: VDD_1.8V: 1800 mV
[ 0.135000] print_constraints: DC_5V: 5000 mV
[ 0.135000] print_constraints: VDD_3.3V: 3300 mV
[ 0.135000] SCSI subsystem initialized
[ 0.135000] usbcore: registered new interface driver usbfs
[ 0.135000] usbcore: registered new interface driver hub
[ 0.135000] usbcore: registered new device driver usb
[ 0.135000] s5m87xx 0-0066: S5M MFD Detected. DEVICE ID = 3
[ 0.140000] print_constraints: vdd_ldo4: 1800 mV
[ 0.140000] print_constraints: vdd_mif range: 950 <–> 1300 mV at 1100 mV
[ 0.140000] print_constraints: vdd_arm range: 800 <–> 1350 mV at 1200 mV
[ 0.140000] print_constraints: vdd_int range: 900 <–> 1200 mV at 1200 mV
[ 0.140000] print_constraints: vdd_g3d range: 700 <–> 1300 mV at 1200 mV
[ 0.145000] s5m87xx 0-0066: S5M87xx MFD probe done!!!
[ 0.145000] i2c i2c-0: Failed to register i2c client max8997 at 0×66 (-16)
[ 0.145000] i2c i2c-0: Can’t create device at 0×66
[ 0.145000] max77686 0-0009: device not found on this channel (this is not an error)
[ 0.145000] s3c-i2c s3c2440-i2c.0: i2c-0: S3C I2C adapter
[ 0.145000] s3c-i2c s3c2440-i2c.7: i2c-7: S3C I2C adapter
[ 0.145000] s3c-i2c s3c2440-i2c.2: i2c-2: S3C I2C adapter
[ 0.145000] s3c-i2c s3c2440-i2c.3: i2c-3: S3C I2C adapter
[ 0.145000] s3c-i2c s3c2440-i2c.4: i2c-4: S3C I2C adapter
[ 0.145000] s3c-i2c s3c2440-i2c.5: i2c-5: S3C I2C adapter
[ 0.145000] s3c-i2c s3c2440-hdmiphy-i2c: i2c-8: S3C I2C adapter
[ 0.145000] Advanced Linux Sound Architecture Driver Version 1.0.24.
[ 0.145000] Bluetooth: Core ver 2.16
[ 0.150000] NET: Registered protocol family 31
[ 0.150000] Bluetooth: HCI device and connection manager initialized
[ 0.150000] Bluetooth: HCI socket layer initialized
[ 0.150000] Bluetooth: L2CAP socket layer initialized
[ 0.150000] Bluetooth: SCO socket layer initialized
[ 0.150000] cfg80211: Calling CRDA to update world regulatory domain
[ 0.150000] Switching to clocksource mct-frc
[ 0.151536] Switched to NOHz mode on CPU #1
[ 0.154178] Switched to NOHz mode on CPU #0
[ 0.159726] NET: Registered protocol family 2
[ 0.159878] IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.160428] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.161136] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[ 0.161899] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.161907] TCP reno registered
[ 0.161916] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.161933] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.162115] NET: Registered protocol family 1
[ 0.162324] RPC: Registered named UNIX socket transport module.
[ 0.162333] RPC: Registered udp transport module.
[ 0.162339] RPC: Registered tcp transport module.
[ 0.162346] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.162534] PMU: registered new PMU device of type 0
[ 0.162686] Exynos5 : ARM Clock down on idle mode is enabled
[ 0.162990] Loaded driver for PL330 DMAC-0 s3c-pl330
[ 0.162999] DBUFF-64x8bytes Num_Chans-8 Num_Peri-1 Num_Events-32
[ 0.163077] Loaded driver for PL330 DMAC-1 s3c-pl330
[ 0.163085] DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[ 0.163161] Loaded driver for PL330 DMAC-2 s3c-pl330
[ 0.163168] DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[ 0.168578] highmem bounce pool size: 64 pages
[ 0.168790] ashmem: initialized
[ 0.177782] fuse init (API version 7.16)
[ 0.178329] msgmni has been set to 202
[ 0.179093] io scheduler noop registered
[ 0.179101] io scheduler deadline registered
[ 0.179141] io scheduler cfq registered (default)
[ 0.390057] s5p-mipi-dsim s5p-mipi-dsim: DSI Master driver has been completed.
[ 0.390067] s5p-mipi-dsim s5p-mipi-dsim: DSI Master state is stop state
[ 0.662068] s5p-mipi-dsim s5p-mipi-dsim: mipi-dsi driver(RGB mode) has been probed.
[ 0.662418] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.745276] s5pv210-uart.0: ttySAC0 at MMIO 0x12c00000 (irq = 16) is a S3C6400/10
[ 0.765069] s5pv210-uart.1: ttySAC1 at MMIO 0x12c10000 (irq = 20) is a S3C6400/10
[ 0.785078] s5pv210-uart.2: ttySAC2 at MMIO 0x12c20000 (irq = 24) is a S3C6400/10
[ 1.668016] console [ttySAC2] enabled
[ 1.685068] s5pv210-uart.3: ttySAC3 at MMIO 0x12c30000 (irq = 28) is a S3C6400/10
[ 1.706939] mali mali-t604.0: Probed as mali0
[ 1.710548] UMP: UMP device driver r1p0-04rel0 loaded
[ 1.721519] brd: module loaded
[ 1.726426] loop: module loaded
[ 1.728390] nbd: registered device at major 43
[ 1.739286] i2c i2c-5: mpu_probe: 0
[ 1.741340] <6>mldl_cfg:Reset MPU6050 B1
[ 1.809842] VDD_G3D : Voltage table set with 0 Group, exynos_lot_id : 0
[ 1.853020] i2c i2c-5: Installing irq using 458
[ 1.856089] i2c i2c-5: Module Param interface = mpuirq
[ 1.861491] i2c i2c-5: inv_mpu_register_slave: +mpu6050 Type 1: Addr: 68 IRQ: 458, Adapt: 5
[ 1.869784] i2c i2c-5: Installing accelirq irq using 458
[ 1.875071] ======================== probe done ===================
[ 1.881233] i2c-core: driver [mpu6050B1] using legacy suspend method
[ 1.887458] i2c-core: driver [mpu6050B1] using legacy resume method
[ 1.893705] mpu_init: Probe name mpu6050B1
[ 1.897947] i2c i2c-5: ak8975_mod_probe: ak8975
[ 1.902281] i2c i2c-5: inv_mpu_register_slave: +ak8975 Type 2: Addr: c IRQ: 453, Adapt: 5
[ 1.910790] ===================== ak8975_init :: 87 ====================
[ 1.917501] ===================== ak8975_init :: 98 ====================
[ 1.924731] i2c i2c-5: Installing compassirq irq using 453
[ 1.929704] ak8975_mod_init: Probe name ak8975_mod
[ 1.934618] print_constraints: AVDD1:
[ 1.938353] print_constraints: DCVDD:
[ 1.941858] wm8994 3-001a: Failed to read ID register
[ 1.947334] i2c-core: driver [wm8994] using legacy suspend method
[ 1.952717] i2c-core: driver [wm8994] using legacy resume method
[ 1.958703] Uniform Multi-Platform E-IDE driver
[ 1.963418] ide-gd driver 1.18
[ 1.966523] rdac: device handler registered
[ 1.970440] hp_sw: device handler registered
[ 1.974630] emc: device handler registered
[ 1.978726] alua: device handler registered
[ 1.985362] ahci ahci: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0×1 impl platform mode
[ 1.991633] ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
[ 1.999801] scsi0 : ahci_platform
[ 2.002820] ata1: SATA max UDMA/133 mmio [mem 0x122f0000-0x122fffff] port 0×100 irq 179
[ 2.010972] usbcore: registered new interface driver asix
[ 2.015917] usbcore: registered new interface driver cdc_ether
[ 2.021745] usbcore: registered new interface driver net1080
[ 2.027349] usbcore: registered new interface driver cdc_subset
[ 2.033244] usbcore: registered new interface driver zaurus
[ 2.038700] cdc_ncm: 04-Aug-2011
[ 2.042014] usbcore: registered new interface driver cdc_ncm
[ 2.047530] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 2.054226] s5p-ehci s5p-ehci: S5P EHCI Host Controller
[ 2.059244] s5p-ehci s5p-ehci: new USB bus registered, assigned bus number 1
[ 2.066290] s5p-ehci s5p-ehci: irq 135, io mem 0×12110000
[ 2.080056] s5p-ehci s5p-ehci: USB 0.0 started, EHCI 1.00
[ 2.084443] hub 1-0:1.0: USB hub found
[ 2.087719] hub 1-0:1.0: 3 ports detected
[ 2.092086] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 2.097899] s5p-ohci s5p-ohci: Already power on PHY
[ 2.102705] s5p-ohci s5p-ohci: s5p OHCI
[ 2.106526] s5p-ohci s5p-ohci: new USB bus registered, assigned bus number 2
[ 2.113549] s5p-ohci s5p-ohci: irq 135, io mem 0×12120000
[ 2.174548] hub 2-0:1.0: USB hub found
[ 2.176842] hub 2-0:1.0: 3 ports detected
[ 2.181386] exynos-xhci exynos-xhci: EXYNOS xHCI Host Controller
[ 2.186812] exynos-xhci exynos-xhci: new USB bus registered, assigned bus number 3
[ 2.194563] exynos-xhci exynos-xhci: irq 136, io mem 0×12000000
[ 2.200743] hub 3-0:1.0: USB hub found
[ 2.203948] hub 3-0:1.0: 1 port detected
[ 2.208152] exynos-xhci exynos-xhci: EXYNOS xHCI Host Controller
[ 2.213845] exynos-xhci exynos-xhci: new USB bus registered, assigned bus number 4
[ 2.221901] hub 4-0:1.0: USB hub found
[ 2.225128] hub 4-0:1.0: 1 port detected
[ 2.229405] Initializing USB Mass Storage driver…
[ 2.234029] usbcore: registered new interface driver usb-storage
[ 2.239850] USB Mass Storage support registered.
[ 2.244682] s3c-udc : S3C HS USB OTG Device Driver,(c) 2008-2009 Samsung Electronics
[ 2.244687] s3c-udc : version 15 March 2009
[ 2.256362] g_ether gadget: using random self ethernet address
[ 2.262117] g_ether gadget: using random host ethernet address
[ 2.268748] usb0: MAC 36:b1:60:6e:a3:33
[ 2.271739] usb0: HOST MAC ca:33:19:23:71:fb
[ 2.276012] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[ 2.282668] g_ether gadget: g_ether ready
[ 2.286563] Registered gadget driver ‘g_ether’
[ 2.291016] s3c-usbgadget s3c-usbgadget: Already power on PHY
[ 2.298098] mousedev: PS/2 mouse device common for all mice
[ 2.302912] input: gpio-keys as /devices/platform/gpio-keys.0/input/input0
[ 2.309831] input: unidisplay_ts as /devices/platform/s3c2440-i2c.7/i2c-7/7-0041/input/input1
[ 2.318004] Unidisplay touch driver registered successfully
[ 2.324082] S3C24XX RTC, (c) 2004,2006 Simtec Electronics
[ 2.328609] s3c-rtc exynos-rtc: rtc disabled, re-enabling
[ 2.334313] using rtc device, s3c, for alarms
[ 2.338077] s3c-rtc exynos-rtc: rtc core: registered s3c as rtc0
[ 2.344341] i2c /dev entries driver
[ 2.349071] Linux media interface: v0.10
[ 2.351678] Linux video capture interface: v2.00
[ 2.356263] S5P MFC V4L2 Driver, (c) 2010 Samsung Electronics
[ 2.362233] s5p-mfc s5p-mfc-v6: decoder registered as /dev/video6
[ 2.368119] s5p-mfc s5p-mfc-v6: encoder registered as /dev/video7
[ 2.374482] exynos-mdev.0: Media0[0xcb9cbc00] was registered successfully
[ 2.380952] exynos-mdev.1: Media1[0xcb9cb800] was registered successfully
[ 2.387701] exynos-mdev.2: Media2[0xcb9cb400] was registered successfully
[ 2.396898] hdmiphy init start
[ 2.398624] i2c i2c-2: attached exynos hdcp into i2c adapter successfully
[ 2.405381] usb 1-3: new high speed USB device number 2 using s5p-ehci
[ 2.410996] i2c-core: driver [exynos_hdcp] using legacy suspend method
[ 2.411005] i2c-core: driver [exynos_hdcp] using legacy resume method
[ 2.411050] Samsung HDMI output driver, (c) 2010-2011 Samsung Electronics Co., Ltd.
[ 2.411429] s5p-hdmi exynos5-hdmi: hdmiphy i2c bus number = 8
[ 2.411983] hdmiphy_probe start
[ 2.411993] s5p-hdmiphy 8-0038: probe successful
[ 2.510085] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.526293] ata1.00: ATA-8: Comay Venus Pro 3, 2.52, max UDMA/133
[ 2.530942] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 2.546260] ata1.00: configured for UDMA/133
[ 2.555274] s5p-hdmi exynos5-hdmi: probe sucessful
[ 2.555364] s5p_hpd_kobject_uevent: sent uevent HDMI_STATE=offline
[ 2.560360] scsi 0:0:0:0: Direct-Access ATA Comay Venus Pro 2.52 PQ: 0 ANSI: 5
[ 2.561647] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[ 2.562090] sd 0:0:0:0: [sda] Write Protect is off
[ 2.562235] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 2.594454] Samsung TV Mixer driver, (c) 2010-2011 Samsung Electronics Co., Ltd.
[ 2.595713] sda: sda1 sda2
[ 2.604196] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.604953] s5p-mixer s5p-mixer: probe start
[ 2.605063] s5p-mixer s5p-mixer: resources acquired
[ 2.605102] s5p-mixer s5p-mixer: added output ‘S5P HDMI connector’ from module ‘s5p-hdmi’
[ 2.605470] s5p-mixer s5p-mixer: registered layer mxr0_graph0 as /dev/video16
[ 2.605855] s5p-mixer s5p-mixer: registered layer mxr0_graph1 as /dev/video17
[ 2.606219] s5p-mixer s5p-mixer: registered layer mxr1_graph2 as /dev/video18
[ 2.606578] s5p-mixer s5p-mixer: registered layer mxr1_graph3 as /dev/video19
[ 2.606588] s5p-mixer s5p-mixer: mixer0 create links
[ 2.606608] s5p-mixer s5p-mixer: mixer1 create links
[ 2.606627] s5p-mixer s5p-mixer: mixer links are created successfully
[ 2.606636] s5p-mixer s5p-mixer: probe successful
[ 2.606944] S5P CEC for Exynos4 Driver, (c) 2009 Samsung Electronics
[ 2.607459] s5p-tvout-cec s5p-tvout-cec: probe successful
[ 2.607894] exynos-rot exynos-rot: ++rot_probe
[ 2.608300] exynos-rot exynos-rot: rotator registered successfully
[ 2.608629] Initialize JPEG driver
[ 2.609139] s5p-jpeg s5p-jpeg: JPEG driver is registered to /dev/video12
[ 2.609487] s5p-jpeg s5p-jpeg: JPEG driver is registered to /dev/video11
[ 2.610439] Samsung Graphics 2D driver, (c) 2011 Samsung Electronics
[ 2.610839] samsung-fake-battery samsung-fake-battery: samsung_fake_bat_probe
[ 2.612798] S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics
[ 2.613481] s3c2410-wdt s3c2410-wdt: watchdog inactive, reset disabled, irq enabled
[ 2.614945] device-mapper: uevent: version 1.0.3
[ 2.615724] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-d…@redhat.com
[ 2.615762] Bluetooth: HCI UART driver ver 2.2
[ 2.615771] Bluetooth: HCI H4 protocol initialized
[ 2.615778] Bluetooth: HCI BCSP protocol initialized
[ 2.615786] Bluetooth: HCILL protocol initialized
[ 2.615792] Bluetooth: HCIATH3K protocol initialized
[ 2.616683] cpuidle: using governor ladder
[ 2.782973] hub 1-3:1.0: USB hub found
[ 2.784185] cpuidle: using governor menu
[ 2.784509] dw_mmc dw_mmc.0: Using internal DMA controller.
[ 2.784572] mmc0: no vmmc regulator found
[ 2.785108] dw_mmc dw_mmc.0: Version ID is 241a
[ 2.785118] dw_mmc dw_mmc.0: DW MMC controller at irq 139, 32 bit host data width, 128 deep fifo
[ 2.785209] dw_mmc dw_mmc.2: Using internal DMA controller.
[ 2.785245] mmc1: no vmmc regulator found
[ 2.785867] dw_mmc dw_mmc.2: Version ID is 241a
[ 2.785877] dw_mmc dw_mmc.2: DW MMC controller at irq 141, 32 bit host data width, 128 deep fifo
[ 2.785972] dw_mmc dw_mmc.1: Using internal DMA controller.
[ 2.786015] mmc2: no vmmc regulator found
[ 2.786524] dw_mmc dw_mmc.1: Version ID is 241a
[ 2.786533] dw_mmc dw_mmc.1: DW MMC controller at irq 140, 32 bit host data width, 128 deep fifo
[ 2.786940] sdhci: Secure Digital Host Controller Interface driver
[ 2.786948] sdhci: Copyright(c) Pierre Ossman
[ 2.787971] S5P ACE Driver, (c) 2010 Samsung Electronics
[ 2.788296] ACE: ecb-aes-s5p-ace
[ 2.788448] ACE: cbc-aes-s5p-ace
[ 2.788597] ACE: ctr-aes-s5p-ace
[ 2.788759] ACE: sha1-s5p-ace
[ 2.788906] ACE: sha256-s5p-ace
[ 2.788912] ACE driver is initialized
[ 2.789973] usbcore: registered new interface driver usbhid
[ 2.789981] usbhid: USB HID core driver
[ 2.790886] logger: created 256K log ‘log_main’
[ 2.791206] logger: created 256K log ‘log_events’
[ 2.791531] logger: created 256K log ‘log_radio’
[ 2.791881] logger: created 256K log ‘log_system’
[ 2.795640] Samsung Audio Subsystem Driver, (c) 2011 Samsung Electronics
[ 2.797406] ALSA device list:
[ 2.797414] No soundcards found.
[ 2.797472] GACT probability NOT on
[ 2.797484] Mirror/redirect action on
[ 2.797494] u32 classifier
[ 2.797499] Actions configured
[ 2.797508] Netfilter messages via NETLINK v0.30.
[ 2.797576] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 2.799405] ctnetlink v0.93: registering with nfnetlink.
[ 2.799494] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 2.799502] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 2.800136] xt_time: kernel timezone is -0000
[ 2.803037] IPv4 over IPv4 tunneling driver
[ 2.805701] GRE over IPv4 demultiplexor driver
[ 2.807647] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.807897] arp_tables: (C)7972] TCP cubic registered
[ 2.809239] NET: Registered protocol family 10
[ 2.822185] Mobile IPv6
[ 2.822235] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 2.822711] IPv6 over IPv4 tunneling driver
[ 2.836331] NET: Registered protocol family 17
[ 2.836371] NET: Registered protocol family 15
[ 2.836529] Bluetooth: RFCOMM socket layer initialized
[ 2.836537] Bluetooth: RFCOMM ver 1.11
[ 2.836544] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 2.836552] Bluetooth: BNEP filters: protocol multicast
[ 2.836562] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.836867] NET: Registered protocol family 35
[ 2.837934] rfkill_gpio rfkill_gpio: arndale-bt device registered.
[ 2.838323] EXYNOS5250: Adaptive Support Voltage init
[ 2.838332] EXYNOS5250(SG): ORIG : 6 MOD : 0 RESULT : 6
[ 2.838340] VFP support v0.3: VDD_G3D : Voltage table set with 6 Group, exynos_lot_id : 0
[ 3.078031] g_ether gadget: high speed config #1: CDC Ethernet (ECM)
[ 3.079161] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.079541] hub 1-3:1.0: 3 ports detected
[ 3.079795] implementor 41 architecture 4 part 30 variant f rev 0
[ 3.079823] Registering SWP/SWPB emulation handler
[ 3.079966] DVFS : VDD_ARM Voltage table set with 6 Group
[ 3.079975] VDD_ARM : L0, 0 uV
[ 3.079982] VDD_ARM : L1, 0 uV
[ 3.079987] VDD_ARM : L2, 0 uV
[ 3.079994] VDD_ARM : L3, 0 uV
[ 3.079999] VDD_ARM : L4, 0 uV
[ 3.080088] VDD_ARM : L5, 1212500 uV
[ 3.080095] VDD_ARM : L6, 1175000 uV
[ 3.080102] VDD_ARM : L7, 1125000 uV
[ 3.080108] VDD_ARM : L8, 1087500 uV
[ 3.080114] VDD_ARM : L9, 1062500 uV
[ 3.080120] VDD_ARM : L10, 1025000 uV
[ 3.080172] VDD_ARM : L11, 1000000 uV
[ 3.080178] VDD_ARM : L12, 975000 uV
[ 3.080184] VDD_ARM : L13, 950000 uV
[ 3.080190] VDD_ARM : L14, 937500 uV
[ 3.080196] VDD_ARM : L15, 912500 uV
[ 3.080202] VDD_ARM : L16, 900000 uV
[ 3.080208] VDD_ARM : L17, 900000 uV
[ 3.080214] VDD_ARM : L18, 900000 uV
[ 3.080220] VDD_ARM : L19, 900000 uV
[ 3.080225] VDD_ARM : L20, 900000 uV
[ 3.081335] [ 6 ] Memory is not LPDDR type.
[ 3.081391] DVFS : VDD_INT Voltage table set with 6 Group
[ 3.081398] DVFS : VDD_INT Voltage of L0 level is 975000
[ 3.081405] DVFS : VDD_MIF Voltage table set with 0 Group
[ 3.081412] DVFS : VDD_MIF Voltage of L0 level is 1150000
[ 3.082528] Failed to init busfreq.
[ 3.214877] ** temperature set value **
[ 3.214881] Throttling stop_temp = 82 start_temp = 85
[ 3.214885] Waring stop_temp = 95 start_tmep = 103
[ 3.214889] Tripping temp = 110
[ 3.214892] Hw_tripping temp = 113
[ 3.214895] Trhottling freq = 800000 Warning freq = 200000
[ 3.225073] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)
[ 3.252398] TC_voltage stop_temp = 13 Start_temp = 10
[ 3.257483] exynos5250_find_busfreq_by_volt: req_volt has no value.
[ 3.264322] get_busfreq_value error
[ 3.267186] exynos_tmu_init: cpufreq_level[14], busfreq_value[0]
[ 3.269060] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 52000000Hz, actual 50000000HZ div = 0)
[ 3.269798] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 52000000Hz, actual 50000000HZ div = 1)
[ 3.270047] mmc0: new high speed DDR MMC card at address 0001
[ 3.298441] mmcblk0: mmc0:0001 M4G1FA 3.72 GiB
[ 3.299426] Tmu Initialization is sucessful…!
[ 3.303182] s3c-fb exynos5-fb.1: window 2: fb
[ 3.304658] s3c-fb exynos5-fb.1: window 1: fb
[ 3.306145] s3c-fb exynos5-fb.1: window 0: fb
[ 3.320846] otg_wakelock_init: No OTG transceiver found
[ 3.320861] mmcblk0boot0: mmc0:0001 M4G1FA partition 1 1.00 MiB
[ 3.321007] mmcblk0boot1: mmc0:0001 M4G1FA partition 2 1.00 MiB
[ 3.337770] s3c-rtc exynos-rtc: setting system clock to 2000-01-01 02:50:37 UTC (946695037)
[ 3.346152] Waiting 2sec before mounting root device…
[ 3.352259] mmcblk0: p1 p2 p3 p4
[ 3.356249] mmcblk0boot1: unknown partition table
[ 3.360564] mmcblk0boot0: unknown partition table
[ 3.375176] usb 1-3.2: new high speed USB device number 3 using s5p-ehci
[ 3.390057] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)
[ 3.429887] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 3.439058] mmc2: new high speed SDIO card at address 0001
[ 3.472320] hub 1-3.2:1.0: USB hub found
[ 3.475053] hub 1-3.2:1.0: 4 ports detected
[ 3.751017] usb 1-3.2.4: new high speed USB device number 4 using s5p-ehci
[ 4.485391] ASIX USB Ethernet Adapter:v4.4.0 00:06:56 Nov 6 2012
[ 4.485426] <6> http://www.asix.com.tw
[ 4.494157] eth%d: status ep1in, 8 bytes period 11
[ 4.514433] eth0: register ‘asix’ at usb-s5p-ehci-3.2.4, ASIX AX88772A USB 2.0 Ethernet, 00:01:3f:00:00:01
[ 5.358937] EXT3-fs (sda2): error: couldn’t mount because of unsupported optional features (240)
[ 5.395968] EXT2-fs (sda2): error: couldn’t mount because of unsupported optional features (244)
[ 5.648315] EXT4-fs (sda2): recovery complete
[ 5.652662] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 5.658865] VFS: Mounted root (ext4 filesystem) on device 8:2.
[ 5.664690] Freeing init memory: 240K
init started: BusyBox v1.15.3 (2012-11-13 16:53:50 KST)
Please press Enter to activate this console. sysinit: Could not open mtd device: rootfs
s[ 5.711915] EXT4-fs (sda2): re-mounted. Opts: (null)
ysinit: Could not open mtd device: rootfs
sysinit: /etc/rc.common: eval: line 1: can’t create /proc/sys/kernel/hostname: nonexistent directory
sysinit: grep: /proc/filesystems: No such file or directory
sysinit: awk: /proc/net/dev: No such file or directory
sysinit: /etc/rc.common: line 1: can’t open /proc/cmdline: no such file
sysinit: sysctl: chdir(/proc/sys): No such file or directory
BusyBox v1.15.3 (2012-11-13 16:53:50 KST) built-in shell (ash)
Enter ‘help’ for a list of built-in commands.
/bin/ash: can’t access tty; job control turned off
__E m b e d d e d__
_______/ \________ __
| |.—–.—–.—–.| | | |.—-.| |_
| – || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
———- OpenWRT-for-Embedded(2012, r965) ———-
* Based on OpenWRT Backfire_10.3.1
* http://code.google.com/p/openwrt-for-embedded
—————————————————-
root@(none):/#

Hi, I noticed that the board has USB Ethernet adapter which seems to be the one on board. Does U-boot support the driver so that one can do TFTP instead of using dnw? Using DNW is not a problem. Many would prefer using the TFTP method.
One more question. The ARM PLL is set to 1400MHz. The Exynos 5 supports 1.7GHz (1700 MHz) no?
Why hasn’t the CPU speed set to more than 1400MHz (Both in uboot and in the linux kernel).
Pingback: POLO ralph lauren
Pingback: lebron 10
Pingback: louis vuitton bags
Pingback: diablo 3 gold
Pingback: coach outlet
Pingback: 整形美容
Pingback: hermes bags
Pingback: mulberry bags
Pingback: wow gold
Pingback: celine bags
Pingback: michael kors bags
Pingback: chanel bags
Pingback: cheap soccer cleats
Pingback: chanel handbags
Pingback: pig
Pingback: prada handbags
Pingback: louis vuitton replica
Pingback: longchamp bags
Pingback: Hermes replica
Pingback: eXIwXVKO
Pingback: XyuWLYHn
Pingback: chaussures christian louboutin
Pingback: cheap ray ban sunglasses
Pingback: cheap oakley sunglasses
Pingback: Cheap Louis Vuitton Bags
Pingback: LACOSTE OUTLET
Pingback: hermes replica
Pingback: Seo Tools
Pingback: mulberry outlet
Pingback: nmXgcqMY
Pingback: MICHAEL KORS OUTLET
Pingback: jeremy scott adidas
Pingback: celine outlet
Pingback: Coach Bags
Pingback: chanel outlet
Pingback: Prada Bags
Pingback: CHEAP JORDANS
Pingback: Cheap Oakley
Pingback: ralph lauren polo
Pingback: Nike Pas Cher
Pingback: cheap louis vuitton bags,cheap louis vuitton handbags
Pingback: christian louboutin shoes
Pingback: ray ban sunglasses sale
Pingback: Nike Free Run
Pingback: Christian Louboutin Outlet
Pingback: LOUIS VUITTON WALLET
Pingback: ルイヴィトン
Pingback: Jimmy Choo Shoes
Pingback: Cheap Ray Ban Sunglasses,Fake Ray Ban Sunglasses,Replica Ray Ban Sunglasses
Pingback: 整形美容
Pingback: 群发
Pingback: sacs louis vuitton
Pingback: burberry bags
Pingback: Louis Vuitton En Ligne
Pingback: iphone 5 Black
Pingback: Vibram 5 Fingers
Pingback: Vibram Five Fingers UK
Pingback: Cheap Beats By Dre