cccc omap sd/mmc: 0 - texas instruments wikiprocessors.wiki.ti.com/images/b/b4/dut1_1_log1.pdf474b92...

115
- 14:12:03 [INFO] targetc_log: Starting target session - 14:12:04 [INFO] targetc_log: Connected to am335x-evm via serial - 14:12:28 [INFO] targetc_log: Target: CCCC U-Boot SPL 2011.09 (Dec 07 2011 - 13:55:22) Texas Instruments Revision detection unimplemented OMAP SD/MMC: 0 reading u-boot.img reading u-boot.img U-Boot 2011.09 (Dec 07 2011 - 13:52:35) I2C: ready DRAM: 256 MiB WARNING: Caches not enabled Found a daughter card connected NAND: HW ECC Hamming Code selected 256 MiB MMC: OMAP SD/MMC: 0 Net: cpsw Hit any key to stop autobo - 14:12:28 [INFO] targetc_log: Host: ESC - 14:12:38 [INFO] targetc_log: Target: BS BS BS 0 U-Boot# U-Boot# -1-

Upload: buianh

Post on 29-May-2018

223 views

Category:

Documents


0 download

TRANSCRIPT

- 14:12:03 [INFO] targetc_log: Starting target session

- 14:12:04 [INFO] targetc_log: Connected to am335x-evm via serial

- 14:12:28 [INFO] targetc_log: Target:

CCCC

U-Boot SPL 2011.09 (Dec 07 2011 - 13:55:22)

Texas Instruments Revision detection unimplemented

OMAP SD/MMC: 0

reading u-boot.img

reading u-boot.img

U-Boot 2011.09 (Dec 07 2011 - 13:52:35)

I2C: ready

DRAM: 256 MiB

WARNING: Caches not enabled

Found a daughter card connected

NAND: HW ECC Hamming Code selected

256 MiB

MMC: OMAP SD/MMC: 0

Net: cpsw

Hit any key to stop autobo

- 14:12:28 [INFO] targetc_log: Host: ESC

- 14:12:38 [INFO] targetc_log: Target:

BSBSBS 0

U-Boot#

U-Boot#

-1-

- 14:12:38 [INFO] targetc_log: Host:

- 14:12:39 [INFO] targetc_log: Target:

U-Boot#

- 14:12:39 [INFO] targetc_log: Host: setenv bootfile

dta0850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851474b92

- 14:12:39 [INFO] targetc_log: Target:

setenv bootfile

dta0850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851474b92

U-Boot#

- 14:12:39 [INFO] targetc_log: Host: setenv nfs_root_path

158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3

- 14:12:40 [INFO] targetc_log: Target:

setenv nfs_root_path 158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3

U-Boot#

- 14:12:40 [INFO] targetc_log: Host: setenv bootcmd 'dhcp;bootm'

- 14:12:40 [INFO] targetc_log: Target:

setenv bootcmd 'dhcp;bootm'

U-Boot#

- 14:12:40 [INFO] targetc_log: Host: setenv serverip '158.218.103.64'

- 14:12:41 [INFO] targetc_log: Target:

setenv serverip '158.218.103.64'

U-Boot#

- 14:12:41 [INFO] targetc_log: Host: setenv bootargs console=ttyO0,115200n8 ip=dhcp mem=128M

-2-

earlyprink root=/dev/nfs nfsroot=${nfs_root_path},nolock

- 14:12:41 [INFO] targetc_log: Target:

setenv bootargs console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink root=/dev/nfs

nfsroot=${nfs_root_path},nolock

U-Boot#

- 14:12:41 [INFO] targetc_log: Host: saveenv

- 14:12:42 [INFO] targetc_log: Target:

saveenv

Saving Environment to NAND...

Erasing Nand...

Erasing at 0x260000 -- 100% complete.

Writing to Nand... done

U-Boot#

- 14:12:42 [INFO] targetc_log: Host: printenv

- 14:12:42 [INFO] targetc_log: Target:

printenv

autoload=yes

baudrate=115200

bootargs=console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink root=/dev/nfs

nfsroot=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3,nolock

bootargs_defaults=setenv bootargs console=${console} ${optargs}

bootcmd=dhcp;bootm

bootdelay=3

bootenv=uEnv.txt

bootfile=dta0850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851

-3-

474b92

console=ttyO0,115200n8

ethact=cpsw

ethaddr=40:5f:c2:76:4c:d5

importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize

ip_method=dhcp

loadaddr=0x81000000

loadbootenv=fatload mmc ${mmc_dev} ${loadaddr} ${bootenv}

mmc_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${mmc_root}

rootfstype=${mmc_root_fs_type} ip=${ip_method}

mmc_boot=run mmc_args; run mmc_load_uimage; bootm ${loadaddr}

mmc_dev=0

mmc_load_uimage=mmc rescan; fatload mmc 0 ${loadaddr} uImage

mmc_root=/dev/mmcblk0p2 rw

mmc_root_fs_type=ext3 rootwait

nand_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${nand_root} noinitrd

rootfstype=${nand_root_fs_type} ip=${ip_method}

nand_boot=echo Booting from nand ...; run nand_args; nand read.i ${loadaddr} ${nand_src_addr}

${nand_img_siz}; bootm ${loadaddr}

nand_img_siz=0x500000

nand_root=/dev/mtdblock7 rw

nand_root_fs_type=jffs2

nand_src_addr=0x280000

net_args=run bootargs_defaults;setenv bootargs ${bootargs} root=/dev/nfs

nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=${ip_method}

net_boot=echo Booting from network ...; setenv autoload no; dhcp; tftp ${loadaddr} ${bootfile};

run net_args; bootm ${loadaddr}

nfs_root_path=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3

nfsopts=nolock

nor_args=run bootargs_defaults;setenv bootargs ${bootargs} root={nor_root}

rootfstype=${nor_root_fs_type} ip=${ip_method}

-4-

nor_boot=echo Booting from NOR ...; run nor_args; cp.b ${0x08080000} ${loadaddr}

${nor_img_siz}; bootm ${loadaddr}

nor_img_siz=0x280000

nor_root=/dev/mtdblock3 rw

nor_root_fs_type=jffs2

nor_src_addr=0x08080000

rootpath=/export/rootfs

script_addr=0x81900000

serverip=158.218.103.64

spi_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${spi_root}

rootfstype=${spi_root_fs_type} ip=${ip_method}

spi_boot=echo Booting from spi ...; run spi_args; sf probe ${spi_bus_no}:0; sf read ${loadaddr}

${spi_src_addr} ${spi_img_siz}; bootm ${loadaddr}

spi_bus_no=0

spi_img_siz=0x280000

spi_root=/dev/mtdblock4 rw

spi_root_fs_type=jffs2

spi_src_addr=0x62000

static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off

stderr=serial

stdin=serial

stdout=serial

Environment size: 2688/8188 bytes

U-Boot#

- 14:12:42 [INFO] targetc_log: Host: boot

- 14:13:23 [INFO] targetc_log: Target:

boot

-5-

link up on port 0, speed 1000, full duplex

BOOTP broadcast 1

*** Unhandled DHCP Option in OFFER/ACK: 44

*** Unhandled DHCP Option in OFFER/ACK: 46

*** Unhandled DHCP Option in OFFER/ACK: 150

*** Unhandled DHCP Option in OFFER/ACK: 44

*** Unhandled DHCP Option in OFFER/ACK: 46

*** Unhandled DHCP Option in OFFER/ACK: 150

DHCP client bound to address 158.218.103.136

Using cpsw device

TFTP from server 158.218.103.64; our IP address is 158.218.103.136

Filename

'dta0850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851474b92'.

Load address: 0x81000000

Loading: *BS#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

###################################################

done

Bytes transferred = 2922216 (2c96e8 hex)

## Booting kernel from Legacy Image at 81000000 ...

Image Name: Arago/3.1.0-psp04.06.00.03.sdk/a

Image Type: ARM Linux Kernel Image (uncompressed)

-6-

Data Size: 2922152 Bytes = 2.8 MiB

Load Address: 80008000

Entry Point: 80008000

Verifying Checksum ... OK

Loading Kernel Image ... OK

OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

[ 0.000000] Linux version 3.1.0 (jenkins@sdit-build01) (gcc version 4.5.3 20110311

(prerelease) (GCC) ) #1 Mon Dec 5 16:16:46 CST 2011

[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f

[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache

[ 0.000000] Machine: am335xevm

[ 0.000000] Memory policy: ECC disabled, Data cache writeback

[ 0.000000] AM335X ES1.0 (neon )

[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512

[ 0.000000] Kernel command line: console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink

root=/dev/nfs

nfsroot=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3,nolock

[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)

[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)

[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)

[ 0.000000] Memory: 128MB = 128MB total

[ 0.000000] Memory: 123776k/123776k available, 7296k reserved, 0K highmem

[ 0.000000] Virtual kernel memory layout:

[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)

[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)

-7-

[ 0.000000] DMA : 0xffa00000 - 0xffe00000 ( 4 MB)

[ 0.000000] vmalloc : 0xc8800000 - 0xf8000000 ( 760 MB)

[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)

[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)

[ 0.000000] .text : 0xc0008000 - 0xc0534000 (5296 kB)

[ 0.000000] .init : 0xc0534000 - 0xc056d000 ( 228 kB)

[ 0.000000] .data : 0xc056e000 - 0xc05c2d80 ( 340 kB)

[ 0.000000] .bss : 0xc05c2da4 - 0xc05fd320 ( 234 kB)

[ 0.000000] NR_IRQS:396

[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts

[ 0.000000] Total of 128 interrupts on 1 active controller

[ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz

[ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz

[ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms

[ 0.000000] Console: colour dummy device 80x30

[ 0.000200] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)

[ 0.059024] pid_max: default: 32768 minimum: 301

[ 0.059146] Security Framework initialized

[ 0.059247] Mount-cache hash table entries: 512

[ 0.059604] CPU: Testing write buffer coherency: ok

[ 0.064120] print_constraints: dummy:

[ 0.064485] NET: Registered protocol family 16

[ 0.064820] GPMC revision 6.0

[ 0.066806] OMAP GPIO hardware version 0.1

[ 0.068889] omap_l3_smx omap_l3_smx.0: couldn't find resource

[ 0.069671] omap_mux_init: Add partition: #1: core, flags: 0

[ 0.072603] omap_i2c.1: alias fck already exists

-8-

[ 0.074057] omap2_mcspi.1: alias fck already exists

[ 0.074277] omap2_mcspi.2: alias fck already exists

[ 0.096536] bio: create slab <bio-0> at 0

[ 0.098240] SCSI subsystem initialized

[ 0.100587] usbcore: registered new interface driver usbfs

[ 0.100914] usbcore: registered new interface driver hub

[ 0.101124] usbcore: registered new device driver usb

[ 0.119149] omap_i2c omap_i2c.1: bus 1 rev4.0 at 100 kHz

[ 0.121110] Advanced Linux Sound Architecture Driver Version 1.0.24.

[ 0.122150] Switching to clocksource gp timer

[ 0.129105] Switched to NOHz mode on CPU #0

[ 0.137261] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)

[ 0.137451] musb-hdrc musb-hdrc.0: dma type: pio

[ 0.138287] musb-hdrc musb-hdrc.0: USB OTG mode controller at c880a000 using PIO, IRQ 18

[ 0.138465] musb-hdrc musb-hdrc.1: dma type: pio

[ 0.139151] musb-hdrc musb-hdrc.1: USB OTG mode controller at c880c800 using PIO, IRQ 19

[ 0.139545] NET: Registered protocol family 2

[ 0.139741] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)

[ 0.140029] TCP established hash table entries: 4096 (order: 3, 32768 bytes)

[ 0.140120] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)

[ 0.140174] TCP: Hash tables configured (established 4096 bind 4096)

[ 0.140187] TCP reno registered

[ 0.140200] UDP hash table entries: 256 (order: 0, 4096 bytes)

[ 0.140223] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)

[ 0.140403] NET: Registered protocol family 1

[ 0.140672] RPC: Registered named UNIX socket transport module.

[ 0.140688] RPC: Registered udp transport module.

[ 0.140696] RPC: Registered tcp transport module.

-9-

[ 0.140705] RPC: Registered tcp NFSv4.1 backchannel transport module.

[ 0.140924] NetWinder Floating Point Emulator V0.97 (double precision)

[ 0.149047] VFS: Disk quotas dquot_6.5.2

[ 0.149116] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[ 0.149652] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.

[ 0.149938] msgmni has been set to 241

[ 0.150692] io scheduler noop registered

[ 0.150707] io scheduler deadline registered

[ 0.150788] io scheduler cfq registered (default)

[ 0.154292] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled

[ 0.155916] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0

[ 0.633676] console [ttyO0] enabled

[ 0.637832] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1

[ 0.645588] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2

[ 0.653274] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3

[ 0.660887] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4

[ 0.668560] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5

[ 0.684854] brd: module loaded

[ 0.692925] loop: module loaded

[ 0.696367] i2c-core: driver [tsl2550] using legacy suspend method

[ 0.702842] i2c-core: driver [tsl2550] using legacy resume method

[ 0.709254] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

[ 0.717151] Detected a daughter card on AM335x EVM..

[ 0.722207] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

[ 0.737578] Board name: A33515BB

[ 0.740939] Board version: 1.1A

[ 0.744220] SKU: SKU#01

-10-

[ 0.747317] The board is general purpose EVM in profile 0

[ 0.753806] da8xx_lcdc da8xx_lcdc.0: GLCD: Found TFC_S9700RTWV35TR_01B panel

[ 0.774414] Console: switching to colour frame buffer device 100x30

[ 0.786818] TSC connected to beta GP EVM

[ 0.791992] omap_i2c.2: alias fck already exists

[ 0.812237] omap_i2c omap_i2c.2: bus 2 rev4.0 at 100 kHz

[ 0.818577] tsl2550 2-0039: standard operating mode

[ 0.824380] tsl2550 2-0039: support ver. 1.2 enabled

[ 0.830290] omap_hsmmc.0: alias fck already exists

[ 0.835736] omap_hsmmc.2: alias fck already exists

[ 0.841073] Configure Bluetooth Enable pin...

[ 0.845705] _omap_mux_get_by_name: Could not find signal gpmc_a8.gpio1_22

[ 0.854387] lis3lv02d: 8 bits 3DLH sensor found

[ 0.932589] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0

[ 0.943434] mtdoops: mtd device (mtddev=name/number) must be supplied

[ 0.950341] omap2-nand driver initializing

[ 0.955026] ONFI flash detected

[ 0.958421] ONFI param page 0 valid

[ 0.962062] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP)

[ 0.970456] Creating 8 MTD partitions on "omap2-nand.0":

[ 0.976014] 0x000000000000-0x000000020000 : "SPL"

[ 0.982634] 0x000000020000-0x000000040000 : "SPL.backup1"

[ 0.989507] 0x000000040000-0x000000060000 : "SPL.backup2"

[ 0.996438] 0x000000060000-0x000000080000 : "SPL.backup3"

[ 1.003399] 0x000000080000-0x000000260000 : "U-Boot"

[ 1.010574] 0x000000260000-0x000000280000 : "U-Boot Env"

[ 1.017448] 0x000000280000-0x000000780000 : "Kernel"

[ 1.025881] 0x000000780000-0x000010000000 : "File System"

-11-

[ 1.135116] OneNAND driver initializing

[ 1.182211] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6

[ 1.188668] davinci_mdio davinci_mdio.0: detected phy mask fffffffe

[ 1.195878] davinci_mdio.0: probed

[ 1.199433] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown

[ 1.206977] CAN device driver interface

[ 1.210984] CAN bus driver for Bosch D_CAN controller 1.0

[ 1.217369] usbcore: registered new interface driver cdc_ether

[ 1.223676] usbcore: registered new interface driver cdc_subset

[ 1.229905] Initializing USB Mass Storage driver...

[ 1.235200] usbcore: registered new interface driver usb-storage

[ 1.241471] USB Mass Storage support registered.

[ 1.246356] musb-hdrc musb-hdrc.1: MUSB HDRC host driver

[ 1.251973] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1

[ 1.259818] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

[ 1.266920] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 1.274468] usb usb1: Product: MUSB HDRC host driver

[ 1.279645] usb usb1: Manufacturer: Linux 3.1.0 musb-hcd

[ 1.285193] usb usb1: SerialNumber: musb-hdrc.1

[ 1.290713] hub 1-0:1.0: USB hub found

[ 1.294689] hub 1-0:1.0: 1 port detected

[ 1.299853] mousedev: PS/2 mouse device common for all mice

[ 1.306659] input: matrix-keypad as /devices/platform/matrix-keypad/input/input1

[ 1.315799] input: ti-tsc-adcc as /devices/platform/tsc/input/input2

[ 1.323880] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0

[ 1.330711] i2c /dev entries driver

[ 1.335954] lm75 2-0048: hwmon0: sensor 'tmp275'

-12-

[ 1.374597] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec

[ 1.381319] cpuidle: using governor ladder

[ 1.386117] cpuidle: using governor menu

[ 1.394321] usbcore: registered new interface driver usbhid

[ 1.400136] usbhid: USB HID core driver

[ 1.405213] usbcore: registered new interface driver snd-usb-audio

[ 1.413716] _regulator_get: 2-001b supply IOVDD not found, using dummy regulator

[ 1.421502] _regulator_get: 2-001b supply DVDD not found, using dummy regulator

[ 1.429210] _regulator_get: 2-001b supply AVDD not found, using dummy regulator

[ 1.436884] _regulator_get: 2-001b supply DRVDD not found, using dummy regulator

[ 1.482269] mmc0: new high speed SDHC card at address b368

[ 1.488757] mmcblk0: mmc0:b368 SDC 3.72 GiB

[ 1.494956] mmcblk0: p1 p2 p3

[ 1.500643] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok

[ 1.579297] ALSA device list:

[ 1.582439] #0: AM335X EVM

[ 1.585440] oprofile: hardware counters not available

[ 1.590705] oprofile: using timer interrupt.

[ 1.595196] nf_conntrack version 0.5.0 (1934 buckets, 7736 max)

[ 1.601841] ip_tables: (C) 2000-2006 Netfilter Core Team

[ 1.607534] TCP cubic registered

[ 1.610899] NET: Registered protocol family 17

[ 1.615568] can: controller area network core (rev 20090105 abi 8)

[ 1.622104] NET: Registered protocol family 29

[ 1.626752] can: raw protocol (rev 20090105)

[ 1.631202] can: broadcast manager protocol (rev 20090105 t)

[ 1.637152] Registering the dns_resolver key type

[ 1.642145] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3

-13-

[ 1.650156] ThumbEE CPU extension supported.

[ 1.655393] _regulator_get: mpu.0 supply mpu not found, using dummy regulator

[ 1.662961] omap2_set_init_voltage: Fail set voltage-dpll_mpu_ck(f=720000000 v=1260000)on

vddmpu

[ 1.672122] omap2_set_init_voltage: unable to set vdd_mpu

[ 1.680043] Detected MACID=40:5f:c2:76:4c:d5

[ 1.686607] input: gpio-keys as /devices/platform/gpio-keys/input/input3

[ 1.694441] omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)

[ 1.706859]

[ 1.706865] CPSW phy found : id is : 0x4dd074

[ 1.713751] PHY 0:01 not found

[ 1.720059] mmc1: card claims to support voltages below the defined range. These will be

ignored.

[ 1.739131] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)

[ 1.745648] mmc1: new SDIO card at address 0001

[ 1.872219] usb 1-1: new high speed USB device number 2 using musb-hdrc

[ 2.017763] usb 1-1: New USB device found, idVendor=1ce2, idProduct=953a

[ 2.024767] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 2.032216] usb 1-1: Product: SW4 USB

[ 2.036029] usb 1-1: Manufacturer: Extron Electronics

[ 2.042318] hub 1-1:1.0: USB hub found

[ 2.046304] hub 1-1:1.0: 4 ports detected

[ 2.322230] usb 1-1.2: new full speed USB device number 3 using musb-hdrc

[ 2.423092] usb 1-1.2: New USB device found, idVendor=413c, idProduct=1002

[ 2.430261] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 2.437897] usb 1-1.2: Product: Dell USB Keyboard Hub

[ 2.443172] usb 1-1.2: Manufacturer: Dell

[ 2.448691] hub 1-1.2:1.0: USB hub found

-14-

[ 2.452933] hub 1-1.2:1.0: 3 ports detected

[ 2.532231] usb 1-1.3: new high speed USB device number 4 using musb-hdrc

[ 2.784134] usb 1-1.3: New USB device found, idVendor=058f, idProduct=6387

[ 2.791302] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3

[ 2.798933] usb 1-1.3: Product: Mass Storage Device

[ 2.804029] usb 1-1.3: Manufacturer: JetFlash

[ 2.808566] usb 1-1.3: SerialNumber: NJLIMJD0

[ 2.814199] scsi0 : usb-storage 1-1.3:1.0

[ 2.892246] usb 1-1.4: new low speed USB device number 5 using musb-hdrc

[ 2.995754] usb 1-1.4: New USB device found, idVendor=0461, idProduct=4d15

[ 3.002942] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0

[ 3.010559] usb 1-1.4: Product: USB Optical Mouse

[ 3.020198] input: USB Optical Mouse as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.4/1-1.4:1.0/input/input4

[ 3.032697] generic-usb 0003:0461:4D15.0001: input: USB HID v1.11 Mouse [USB Optical Mouse]

on usb-musb-hdrc.1-1.4/input0

[ 3.122265] usb 1-1.2.1: new full speed USB device number 6 using musb-hdrc

[ 3.223202] usb 1-1.2.1: New USB device found, idVendor=413c, idProduct=2002

[ 3.230551] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 3.238368] usb 1-1.2.1: Product: Dell USB Keyboard Hub

[ 3.243825] usb 1-1.2.1: Manufacturer: Dell

[ 3.252058] input: Dell Dell USB Keyboard Hub as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input5

[ 3.266084] generic-usb 0003:413C:2002.0002: input: USB HID v1.10 Keyboard [Dell Dell USB

Keyboard Hub] on usb-musb-hdrc.1-1.2.1/input0

[ 3.284431] input: Dell Dell USB Keyboard Hub as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/input/input6

[ 3.298375] generic-usb 0003:413C:2002.0003: input: USB HID v1.10 Device [Dell Dell USB

Keyboard Hub] on usb-musb-hdrc.1-1.2.1/input1

[ 3.813172] scsi 0:0:0:0: Direct-Access JetFlash Transcend 4GB 8.07 PQ: 0 ANSI: 2

[ 3.824286] sd 0:0:0:0: [sda] 7843840 512-byte logical blocks: (4.01 GB/3.74 GiB)

-15-

[ 3.832367] sd 0:0:0:0: [sda] Write Protect is off

[ 3.837573] sd 0:0:0:0: [sda] No Caching mode page present

[ 3.843318] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 3.851447] sd 0:0:0:0: [sda] No Caching mode page present

[ 3.857209] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 4.131802] sda: sda1

[ 4.136122] sd 0:0:0:0: [sda] No Caching mode page present

[ 4.141845] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 4.148243] sd 0:0:0:0: [sda] Attached SCSI removable disk

[ 6.703021] PHY: 0:00 - Link is Up - 1000/Full

[ 6.732214] Sending DHCP requests ., OK

[ 6.752658] IP-Config: Got DHCP answer from 0.0.0.0, my address is 158.218.103.136

[ 6.760993] IP-Config: Complete:

[ 6.764410] device=eth0, addr=158.218.103.136, mask=255.255.254.0, gw=158.218.102.2,

[ 6.772691] host=158.218.103.136, domain=am.dhcp.ti.com, nis-domain=(none),

[ 6.780401] bootserver=0.0.0.0, rootserver=158.218.103.64, rootpath=

[ 6.797602] VFS: Mounted root (nfs filesystem) on device 0:14.

[ 6.804123] Freeing init memory: 228K

INIT: version 2.86 booting

Please wait: booting...

Starting udev

[ 7.279441] udevd (688): /proc/688/oom_adj is deprecated, please use /proc/688/oom_score_adj

instead.

[ 10.891039] cfg80211: Calling CRDA to update world regulatory domain

[ 13.540684] FAT-fs (mmcblk0): bogus number of reserved sectors

[ 13.546862] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

-16-

[ 13.687516] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.

[ 13.737619] EXT2-fs (mmcblk0): error: can't find an ext2 filesystem on dev mmcblk0.

[ 13.860252] cfg80211: World regulatory domain updated:

[ 13.865702] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)

[ 13.874423] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 13.882798] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)

[ 13.891051] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)

[ 13.899318] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 13.907587] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 13.921196] cramfs: wrong magic

[ 13.960786] FAT-fs (mmcblk0): bogus number of reserved sectors

[ 13.967081] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

[ 14.529796] wl1271: loaded

[ 14.728781] FAT-fs (sda): bogus number of reserved sectors

[ 14.734592] FAT-fs (sda): Can't find a valid FAT filesystem

[ 14.815100] EXT3-fs (sda): error: can't find ext3 filesystem on dev sda.

[ 14.843644] EXT2-fs (sda): error: can't find an ext2 filesystem on dev sda.

[ 14.886820] cramfs: wrong magic

[ 14.903730] FAT-fs (sda): bogus number of reserved sectors

[ 14.909495] FAT-fs (sda): Can't find a valid FAT filesystem

[ 15.325350] kjournald starting. Commit interval 5 seconds

[ 15.333084] EXT3-fs (mmcblk0p2): using internal journal

[ 15.338578] EXT3-fs (mmcblk0p2): recovery complete

[ 15.343616] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode

[ 15.453989] EXT2-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommended

[ 15.853662] alignment: ignoring faults is unsafe on this CPU. Defaulting to fixup mode.

Root filesystem already rw, not remounting

-17-

Caching udev devnodes

ALSA: Restoring mixer settings...

No state is present for card EVM

Found hardware: "AM335X_EVM" "" "" "" ""

Hardware is initialized using a generic method

NOT configuring network interfaces: / is an NFS mount

No state is present for card EVM

Wed Dec 7 14:03:00 UTC 2011

INIT: Entering runlevel: 5

Starting system message bus: dbus.

Starting Hardware abstraction layer hald

Starting Dropbear SSH server: dropbear.

Starting telnet daemon.

Starting network benchmark server: netserver.

Starting syslogd/klogd: done

Starting thttpd.

Starting PVR

Starting Lighttpd Web Server: lighttpd.

2011-12-07 14:03:02: (log.c.166) server started

/etc/rc5.d/S97matrix-gui-2.0: line 89: can't create /proc/cpuinfo/alignment: nonexistent

directory

/

/

Starting Matrix GUI application.

[ 19.526835] gadget: Mass Storage Function, version: 2009/09/11

[ 19.533119] gadget: Number of LUNs=2

-18-

[ 19.536949] lun0: LUN: removable file: /dev/mmcblk0p1

[ 19.542317] lun1: LUN: removable file: /dev/mmcblk0p3

[ 19.547714] gadget: Mass Storage Gadget, version: 2009/09/11

[ 19.553719] gadget: userspace failed to provide iSerialNumber

[ 19.559821] gadget: g_mass_storage ready

[ 19.564039] musb-hdrc musb-hdrc.0: MUSB HDRC host driver

[ 19.569621] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2

[ 19.577481] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

[ 19.584580] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 19.592107] usb usb2: Product: MUSB HDRC host driver

[ 19.597292] usb usb2: Manufacturer: Linux 3.1.0 musb-hcd

[ 19.602835] usb usb2: SerialNumber: musb-hdrc.0

[ 19.608208] hub 2-0:1.0: USB hub found

[ 19.612332] hub 2-0:1.0: 1 port detected

***************************************************************

***************************************************************

NOTICE: This file system contains the followin GPLv3 packages:

binutils-dev

binutils-symlinks

binutils

gdbserver

If you do not wish to distribute GPLv3 components please remove

the above packages prior to distribution. This can be done using

the opkg remove command. i.e.:

opkg remove <package>

Where <package> is the name printed in the list above

-19-

NOTE: If the package is a dependency of another package you

will be notified of the dependent packages. You should

use the --force-removal-of-dependent-packages option to

also remove the dependent packages as well

***************************************************************

***************************************************************

_____ _____ _ _

| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_

| | _| .'| . | . | | __| _| . | | | -_| _| _|

|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|

|___| |___|

Arago Project http://arago-project.org am335x-evm ttyO0

Arago 2011.09 am335x-evm ttyO0

am335x-evm login:

- 14:13:23 [INFO] targetc_log: Host: root

- 14:13:24 [INFO] targetc_log: Target:

root

root@am335x-evm:~#

- 14:13:24 [INFO] targetc_log: Host: uname -a

- 14:13:24 [INFO] targetc_log: Target:

uname -a

Linux am335x-evm 3.1.0 #1 Mon Dec 5 16:16:46 CST 2011 armv7l unknown

root@am335x-evm:~#

-20-

- 14:13:49 [INFO] targetc_log: Target:

CCCC

U-Boot SPL 2011.09 (Dec 07 2011 - 13:55:22)

Texas Instruments Revision detection unimplemented

OMAP SD/MMC: 0

reading u-boot.img

reading u-boot.img

U-Boot 2011.09 (Dec 07 2011 - 13:52:35)

I2C: ready

DRAM: 256 MiB

WARNING: Caches not enabled

Found a daughter card connected

NAND: HW ECC Hamming Code selected

256 MiB

MMC: OMAP SD/MMC: 0

Net: cpsw

Hit any ke

- 14:13:49 [INFO] targetc_log: Host: ESC

- 14:13:59 [INFO] targetc_log: Target:

y to stop autoboot: 3 BSBSBS 0

U-Boot#

U-Boot#

- 14:13:59 [INFO] targetc_log: Host: setenv bootdelay 3

- 14:13:59 [INFO] targetc_log: Target:

-21-

setenv bootdelay 3

U-Boot#

- 14:13:59 [INFO] targetc_log: Host: saveenv

- 14:14:00 [INFO] targetc_log: Target:

saveenv

Saving Environment to NAND...

Erasing Nand...

Erasing at 0x260000 -- 100% complete.

Writing to Nand... done

U-Boot#

- 14:14:00 [INFO] targetc_log: Host: printenv

- 14:14:00 [INFO] targetc_log: Target:

printenv

autoload=yes

baudrate=115200

bootargs=console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink root=/dev/nfs

nfsroot=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3,nolock

bootargs_defaults=setenv bootargs console=${console} ${optargs}

bootcmd=dhcp;bootm

bootdelay=3

bootenv=uEnv.txt

bootfile=dta0850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851

474b92

console=ttyO0,115200n8

-22-

ethact=cpsw

ethaddr=40:5f:c2:76:4c:d5

importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize

ip_method=dhcp

loadaddr=0x81000000

loadbootenv=fatload mmc ${mmc_dev} ${loadaddr} ${bootenv}

mmc_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${mmc_root}

rootfstype=${mmc_root_fs_type} ip=${ip_method}

mmc_boot=run mmc_args; run mmc_load_uimage; bootm ${loadaddr}

mmc_dev=0

mmc_load_uimage=mmc rescan; fatload mmc 0 ${loadaddr} uImage

mmc_root=/dev/mmcblk0p2 rw

mmc_root_fs_type=ext3 rootwait

nand_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${nand_root} noinitrd

rootfstype=${nand_root_fs_type} ip=${ip_method}

nand_boot=echo Booting from nand ...; run nand_args; nand read.i ${loadaddr} ${nand_src_addr}

${nand_img_siz}; bootm ${loadaddr}

nand_img_siz=0x500000

nand_root=/dev/mtdblock7 rw

nand_root_fs_type=jffs2

nand_src_addr=0x280000

net_args=run bootargs_defaults;setenv bootargs ${bootargs} root=/dev/nfs

nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=${ip_method}

net_boot=echo Booting from network ...; setenv autoload no; dhcp; tftp ${loadaddr} ${bootfile};

run net_args; bootm ${loadaddr}

nfs_root_path=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3

nfsopts=nolock

nor_args=run bootargs_defaults;setenv bootargs ${bootargs} root={nor_root}

rootfstype=${nor_root_fs_type} ip=${ip_method}

nor_boot=echo Booting from NOR ...; run nor_args; cp.b ${0x08080000} ${loadaddr}

${nor_img_siz}; bootm ${loadaddr}

-23-

nor_img_siz=0x280000

nor_root=/dev/mtdblock3 rw

nor_root_fs_type=jffs2

nor_src_addr=0x08080000

rootpath=/export/rootfs

script_addr=0x81900000

serverip=158.218.103.64

spi_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${spi_root}

rootfstype=${spi_root_fs_type} ip=${ip_method}

spi_boot=echo Booting from spi ...; run spi_args; sf probe ${spi_bus_no}:0; sf read ${loadaddr}

${spi_src_addr} ${spi_img_siz}; bootm ${loadaddr}

spi_bus_no=0

spi_img_siz=0x280000

spi_root=/dev/mtdblock4 rw

spi_root_fs_type=jffs2

spi_src_addr=0x62000

static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off

stderr=serial

stdin=serial

stdout=serial

Environment size: 2688/8188 bytes

U-Boot#

- 14:14:00 [INFO] targetc_log: Host: boot

- 14:14:00 [INFO] targetc_log: Target:

- 14:14:04 [INFO] targetc_log: Target:

ot

-24-

link up on port 0, speed 1000, full duplex

BOOTP broadcast 1

*** Unhandled DHCP Option in OFFER/ACK: 44

*** Unhandled DHCP Option in OFFER/ACK: 46

*** Unhandled DHCP Option in OFFER/ACK: 150

*** Unhandled DHCP Option in OFFER/ACK: 44

*** Unhandled DHCP Option in OFFER/ACK: 46

*** Unhandled DHCP Option in OFFER/ACK: 150

DHCP client bound to address 158.218.103.136

Using cpsw device

TFTP from server 158.218.103.64; o

- 14:14:15 [INFO] targetc_log: Target:

850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851474b92'.

Load address: 0x81000000

Loading: *BS#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

###################################################

done

Bytes transferred = 2922216 (2c96e8 hex)

## Booting kernel from Legacy Image at 81000000 ...

Image Name: Arago/3.1.0-psp04.06.00.03.sdk/a

-25-

Image Type: ARM Linux Kernel Image (uncompressed)

Data Size:

- 14:14:41 [INFO] targetc_log: Target:

2922152 Bytes = 2.8 MiB

Load Address: 80008000

Entry Point: 80008000

Verifying Checksum ... OK

Loading Kernel Image ... OK

OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

[ 0.000000] Linux version 3.1.0 (jenkins@sdit-build01) (gcc version 4.5.3 20110311

(prerelease) (GCC) ) #1 Mon Dec 5 16:16:46 CST 2011

[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f

[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache

[ 0.000000] Machine: am335xevm

[ 0.000000] Memory policy: ECC disabled, Data cache writeback

[ 0.000000] AM335X ES1.0 (neon )

[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512

[ 0.000000] Kernel command line: console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink

root=/dev/nfs

nfsroot=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3,nolock

[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)

[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)

[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)

[ 0.000000] Memory: 128MB = 128MB total

[ 0.000000] Memory: 123776k/123776k available, 7296k reserved, 0K highmem

-26-

[ 0.000000] Virtual kernel memory layout:

[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)

[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)

[ 0.000000] DMA : 0xffa00000 - 0xffe00000 ( 4 MB)

[ 0.000000] vmalloc : 0xc8800000 - 0xf8000000 ( 760 MB)

[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)

[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)

[ 0.000000] .text : 0xc0008000 - 0xc0534000 (5296 kB)

[ 0.000000] .init : 0xc0534000 - 0xc056d000 ( 228 kB)

[ 0.000000] .data : 0xc056e000 - 0xc05c2d80 ( 340 kB)

[ 0.000000] .bss : 0xc05c2da4 - 0xc05fd320 ( 234 kB)

[ 0.000000] NR_IRQS:396

[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts

[ 0.000000] Total of 128 interrupts on 1 active controller

[ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz

[ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz

[ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms

[ 0.000000] Console: colour dummy device 80x30

[ 0.000205] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)

[ 0.059026] pid_max: default: 32768 minimum: 301

[ 0.059148] Security Framework initialized

[ 0.059251] Mount-cache hash table entries: 512

[ 0.059617] CPU: Testing write buffer coherency: ok

[ 0.064105] print_constraints: dummy:

[ 0.064479] NET: Registered protocol family 16

[ 0.064816] GPMC revision 6.0

[ 0.066805] OMAP GPIO hardware version 0.1

[ 0.068885] omap_l3_smx omap_l3_smx.0: couldn't find resource

-27-

[ 0.069648] omap_mux_init: Add partition: #1: core, flags: 0

[ 0.072587] omap_i2c.1: alias fck already exists

[ 0.074047] omap2_mcspi.1: alias fck already exists

[ 0.074259] omap2_mcspi.2: alias fck already exists

[ 0.096515] bio: create slab <bio-0> at 0

[ 0.098239] SCSI subsystem initialized

[ 0.100591] usbcore: registered new interface driver usbfs

[ 0.100915] usbcore: registered new interface driver hub

[ 0.101124] usbcore: registered new device driver usb

[ 0.119149] omap_i2c omap_i2c.1: bus 1 rev4.0 at 100 kHz

[ 0.121090] Advanced Linux Sound Architecture Driver Version 1.0.24.

[ 0.122145] Switching to clocksource gp timer

[ 0.129106] Switched to NOHz mode on CPU #0

[ 0.137273] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)

[ 0.137462] musb-hdrc musb-hdrc.0: dma type: pio

[ 0.138286] musb-hdrc musb-hdrc.0: USB OTG mode controller at c880a000 using PIO, IRQ 18

[ 0.138460] musb-hdrc musb-hdrc.1: dma type: pio

[ 0.139148] musb-hdrc musb-hdrc.1: USB OTG mode controller at c880c800 using PIO, IRQ 19

[ 0.139533] NET: Registered protocol family 2

[ 0.139729] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)

[ 0.140022] TCP established hash table entries: 4096 (order: 3, 32768 bytes)

[ 0.140113] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)

[ 0.140167] TCP: Hash tables configured (established 4096 bind 4096)

[ 0.140180] TCP reno registered

[ 0.140192] UDP hash table entries: 256 (order: 0, 4096 bytes)

[ 0.140215] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)

[ 0.140395] NET: Registered protocol family 1

-28-

[ 0.140667] RPC: Registered named UNIX socket transport module.

[ 0.140681] RPC: Registered udp transport module.

[ 0.140690] RPC: Registered tcp transport module.

[ 0.140699] RPC: Registered tcp NFSv4.1 backchannel transport module.

[ 0.140922] NetWinder Floating Point Emulator V0.97 (double precision)

[ 0.149048] VFS: Disk quotas dquot_6.5.2

[ 0.149119] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[ 0.149662] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.

[ 0.149947] msgmni has been set to 241

[ 0.150706] io scheduler noop registered

[ 0.150721] io scheduler deadline registered

[ 0.150804] io scheduler cfq registered (default)

[ 0.154490] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled

[ 0.156118] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0

[ 0.633877] console [ttyO0] enabled

[ 0.638032] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1

[ 0.645799] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2

[ 0.653484] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3

[ 0.661111] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4

[ 0.668792] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5

[ 0.685015] brd: module loaded

[ 0.693174] loop: module loaded

[ 0.696617] i2c-core: driver [tsl2550] using legacy suspend method

[ 0.703099] i2c-core: driver [tsl2550] using legacy resume method

[ 0.709510] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

[ 0.717410] Detected a daughter card on AM335x EVM..

[ 0.722463] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

[ 0.737838] Board name: A33515BB

-29-

[ 0.741200] Board version: 1.1A

[ 0.744481] SKU: SKU#01

[ 0.747577] The board is general purpose EVM in profile 0

[ 0.754072] da8xx_lcdc da8xx_lcdc.0: GLCD: Found TFC_S9700RTWV35TR_01B panel

[ 0.774708] Console: switching to colour frame buffer device 100x30

[ 0.787120] TSC connected to beta GP EVM

[ 0.792366] omap_i2c.2: alias fck already exists

[ 0.812236] omap_i2c omap_i2c.2: bus 2 rev4.0 at 100 kHz

[ 0.818578] tsl2550 2-0039: standard operating mode

[ 0.824387] tsl2550 2-0039: support ver. 1.2 enabled

[ 0.830298] omap_hsmmc.0: alias fck already exists

[ 0.835745] omap_hsmmc.2: alias fck already exists

[ 0.841087] Configure Bluetooth Enable pin...

[ 0.845723] _omap_mux_get_by_name: Could not find signal gpmc_a8.gpio1_22

[ 0.854398] lis3lv02d: 8 bits 3DLH sensor found

[ 0.932571] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0

[ 0.943425] mtdoops: mtd device (mtddev=name/number) must be supplied

[ 0.950329] omap2-nand driver initializing

[ 0.955018] ONFI flash detected

[ 0.958416] ONFI param page 0 valid

[ 0.962061] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP)

[ 0.970465] Creating 8 MTD partitions on "omap2-nand.0":

[ 0.976029] 0x000000000000-0x000000020000 : "SPL"

[ 0.982670] 0x000000020000-0x000000040000 : "SPL.backup1"

[ 0.989559] 0x000000040000-0x000000060000 : "SPL.backup2"

[ 0.996525] 0x000000060000-0x000000080000 : "SPL.backup3"

[ 1.003500] 0x000000080000-0x000000260000 : "U-Boot"

-30-

[ 1.010696] 0x000000260000-0x000000280000 : "U-Boot Env"

[ 1.017609] 0x000000280000-0x000000780000 : "Kernel"

[ 1.026063] 0x000000780000-0x000010000000 : "File System"

[ 1.135313] OneNAND driver initializing

[ 1.182209] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6

[ 1.188659] davinci_mdio davinci_mdio.0: detected phy mask fffffffe

[ 1.195869] davinci_mdio.0: probed

[ 1.199418] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown

[ 1.206960] CAN device driver interface

[ 1.210962] CAN bus driver for Bosch D_CAN controller 1.0

[ 1.217318] usbcore: registered new interface driver cdc_ether

[ 1.223619] usbcore: registered new interface driver cdc_subset

[ 1.229839] Initializing USB Mass Storage driver...

[ 1.235126] usbcore: registered new interface driver usb-storage

[ 1.241390] USB Mass Storage support registered.

[ 1.246268] musb-hdrc musb-hdrc.1: MUSB HDRC host driver

[ 1.251877] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1

[ 1.259719] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

[ 1.266814] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 1.274354] usb usb1: Product: MUSB HDRC host driver

[ 1.279525] usb usb1: Manufacturer: Linux 3.1.0 musb-hcd

[ 1.285067] usb usb1: SerialNumber: musb-hdrc.1

[ 1.290570] hub 1-0:1.0: USB hub found

[ 1.294545] hub 1-0:1.0: 1 port detected

[ 1.299699] mousedev: PS/2 mouse device common for all mice

[ 1.306519] input: matrix-keypad as /devices/platform/matrix-keypad/input/input1

[ 1.315657] input: ti-tsc-adcc as /devices/platform/tsc/input/input2

[ 1.323729] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0

-31-

[ 1.330560] i2c /dev entries driver

[ 1.335789] lm75 2-0048: hwmon0: sensor 'tmp275'

[ 1.374444] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec

[ 1.381170] cpuidle: using governor ladder

[ 1.385966] cpuidle: using governor menu

[ 1.394188] usbcore: registered new interface driver usbhid

[ 1.400003] usbhid: USB HID core driver

[ 1.405062] usbcore: registered new interface driver snd-usb-audio

[ 1.413572] _regulator_get: 2-001b supply IOVDD not found, using dummy regulator

[ 1.421356] _regulator_get: 2-001b supply DVDD not found, using dummy regulator

[ 1.429061] _regulator_get: 2-001b supply AVDD not found, using dummy regulator

[ 1.436731] _regulator_get: 2-001b supply DRVDD not found, using dummy regulator

[ 1.482297] mmc0: new high speed SDHC card at address b368

[ 1.488790] mmcblk0: mmc0:b368 SDC 3.72 GiB

[ 1.497098] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok

[ 1.503788] mmcblk0: p1 p2 p3

[ 1.579299] ALSA device list:

[ 1.582436] #0: AM335X EVM

[ 1.585433] oprofile: hardware counters not available

[ 1.590693] oprofile: using timer interrupt.

[ 1.595180] nf_conntrack version 0.5.0 (1934 buckets, 7736 max)

[ 1.601834] ip_tables: (C) 2000-2006 Netfilter Core Team

[ 1.607533] TCP cubic registered

[ 1.610899] NET: Registered protocol family 17

[ 1.615563] can: controller area network core (rev 20090105 abi 8)

[ 1.622102] NET: Registered protocol family 29

[ 1.626749] can: raw protocol (rev 20090105)

-32-

[ 1.631199] can: broadcast manager protocol (rev 20090105 t)

[ 1.637147] Registering the dns_resolver key type

[ 1.642124] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3

[ 1.650134] ThumbEE CPU extension supported.

[ 1.655363] _regulator_get: mpu.0 supply mpu not found, using dummy regulator

[ 1.662923] omap2_set_init_voltage: Fail set voltage-dpll_mpu_ck(f=720000000 v=1260000)on

vddmpu

[ 1.672085] omap2_set_init_voltage: unable to set vdd_mpu

[ 1.680022] Detected MACID=40:5f:c2:76:4c:d5

[ 1.686592] input: gpio-keys as /devices/platform/gpio-keys/input/input3

[ 1.694426] omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)

[ 1.706861]

[ 1.706868] CPSW phy found : id is : 0x4dd074

[ 1.713754] PHY 0:01 not found

[ 1.720066] mmc1: card claims to support voltages below the defined range. These will be

ignored.

[ 1.739133] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)

[ 1.745653] mmc1: new SDIO card at address 0001

[ 1.872217] usb 1-1: new high speed USB device number 2 using musb-hdrc

[ 2.017759] usb 1-1: New USB device found, idVendor=1ce2, idProduct=953a

[ 2.024766] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 2.032217] usb 1-1: Product: SW4 USB

[ 2.036030] usb 1-1: Manufacturer: Extron Electronics

[ 2.042325] hub 1-1:1.0: USB hub found

[ 2.046308] hub 1-1:1.0: 4 ports detected

[ 2.322229] usb 1-1.2: new full speed USB device number 3 using musb-hdrc

[ 2.423085] usb 1-1.2: New USB device found, idVendor=413c, idProduct=1002

[ 2.430256] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 2.437890] usb 1-1.2: Product: Dell USB Keyboard Hub

-33-

[ 2.443164] usb 1-1.2: Manufacturer: Dell

[ 2.448671] hub 1-1.2:1.0: USB hub found

[ 2.452913] hub 1-1.2:1.0: 3 ports detected

[ 2.532223] usb 1-1.3: new high speed USB device number 4 using musb-hdrc

[ 2.784107] usb 1-1.3: New USB device found, idVendor=058f, idProduct=6387

[ 2.791277] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3

[ 2.798908] usb 1-1.3: Product: Mass Storage Device

[ 2.804005] usb 1-1.3: Manufacturer: JetFlash

[ 2.808542] usb 1-1.3: SerialNumber: NJLIMJD0

[ 2.814157] scsi0 : usb-storage 1-1.3:1.0

[ 2.892241] usb 1-1.4: new low speed USB device number 5 using musb-hdrc

[ 2.995752] usb 1-1.4: New USB device found, idVendor=0461, idProduct=4d15

[ 3.002939] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0

[ 3.010557] usb 1-1.4: Product: USB Optical Mouse

[ 3.020207] input: USB Optical Mouse as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.4/1-1.4:1.0/input/input4

[ 3.032698] generic-usb 0003:0461:4D15.0001: input: USB HID v1.11 Mouse [USB Optical Mouse]

on usb-musb-hdrc.1-1.4/input0

[ 3.122256] usb 1-1.2.1: new full speed USB device number 6 using musb-hdrc

[ 3.223174] usb 1-1.2.1: New USB device found, idVendor=413c, idProduct=2002

[ 3.230524] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 3.238340] usb 1-1.2.1: Product: Dell USB Keyboard Hub

[ 3.243796] usb 1-1.2.1: Manufacturer: Dell

[ 3.252052] input: Dell Dell USB Keyboard Hub as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input5

[ 3.266067] generic-usb 0003:413C:2002.0002: input: USB HID v1.10 Keyboard [Dell Dell USB

Keyboard Hub] on usb-musb-hdrc.1-1.2.1/input0

[ 3.284422] input: Dell Dell USB Keyboard Hub as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/input/input6

[ 3.298364] generic-usb 0003:413C:2002.0003: input: USB HID v1.10 Device [Dell Dell USB

-34-

Keyboard Hub] on usb-musb-hdrc.1-1.2.1/input1

[ 3.813171] scsi 0:0:0:0: Direct-Access JetFlash Transcend 4GB 8.07 PQ: 0 ANSI: 2

[ 3.824331] sd 0:0:0:0: [sda] 7843840 512-byte logical blocks: (4.01 GB/3.74 GiB)

[ 3.832426] sd 0:0:0:0: [sda] Write Protect is off

[ 3.837617] sd 0:0:0:0: [sda] No Caching mode page present

[ 3.843363] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 3.851510] sd 0:0:0:0: [sda] No Caching mode page present

[ 3.857270] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 4.131845] sda: sda1

[ 4.136195] sd 0:0:0:0: [sda] No Caching mode page present

[ 4.141920] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 4.148314] sd 0:0:0:0: [sda] Attached SCSI removable disk

[ 6.703023] PHY: 0:00 - Link is Up - 1000/Full

[ 6.732203] Sending DHCP requests ., OK

[ 6.752656] IP-Config: Got DHCP answer from 0.0.0.0, my address is 158.218.103.136

[ 6.761014] IP-Config: Complete:

[ 6.764430] device=eth0, addr=158.218.103.136, mask=255.255.254.0, gw=158.218.102.2,

[ 6.772713] host=158.218.103.136, domain=am.dhcp.ti.com, nis-domain=(none),

[ 6.780423] bootserver=0.0.0.0, rootserver=158.218.103.64, rootpath=

[ 6.799203] VFS: Mounted root (nfs filesystem) on device 0:14.

[ 6.805725] Freeing init memory: 228K

INIT: version 2.86 booting

Please wait: booting...

Starting udev

[ 7.279911] udevd (688): /proc/688/oom_adj is deprecated, please use /proc/688/oom_score_adj

instead.

-35-

[ 10.421727] cfg80211: Calling CRDA to update world regulatory domain

[ 13.683779] FAT-fs (mmcblk0): bogus number of reserved sectors

[ 13.689878] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

[ 13.827131] cfg80211: World regulatory domain updated:

[ 13.832576] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)

[ 13.841294] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 13.849679] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)

[ 13.857972] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)

[ 13.866246] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 13.874522] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 13.921935] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.

[ 13.951866] EXT2-fs (mmcblk0): error: can't find an ext2 filesystem on dev mmcblk0.

[ 13.997289] cramfs: wrong magic

[ 14.018098] FAT-fs (mmcblk0): bogus number of reserved sectors

[ 14.024272] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

[ 14.417431] wl1271: loaded

[ 14.663021] FAT-fs (sda): bogus number of reserved sectors

[ 14.668757] FAT-fs (sda): Can't find a valid FAT filesystem

[ 14.787275] EXT3-fs (sda): error: can't find ext3 filesystem on dev sda.

[ 14.813614] EXT2-fs (sda): error: can't find an ext2 filesystem on dev sda.

[ 14.867136] cramfs: wrong magic

[ 14.884868] FAT-fs (sda): bogus number of reserved sectors

[ 14.890636] FAT-fs (sda): Can't find a valid FAT filesystem

[ 15.416654] kjournald starting. Commit interval 5 seconds

[ 15.424402] EXT3-fs (mmcblk0p2): using internal journal

[ 15.429908] EXT3-fs (mmcblk0p2): recovery complete

[ 15.434943] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode

[ 15.501712] EXT2-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommended

-36-

[ 15.816414] alignment: ignoring faults is unsafe on this CPU. Defaulting to fixup mode.

Root filesystem already rw, not remounting

Caching udev devnodes

ALSA: Restoring mixer settings...

No state is present for card EVM

Found hardware: "AM335X_EVM" "" "" "" ""

Hardware is initialized using a generic method

No state is present for card EVM

NOT configuring network interfaces: / is an NFS mount

Wed Dec 7 14:03:00 UTC 2011

INIT: Entering runlevel: 5

Starting system message bus: dbus.

Starting Hardware abstraction layer hald

Starting Dropbear SSH server: dropbear.

Starting telnet daemon.

Starting network benchmark server: netserver.

Starting syslogd/klogd: done

Starting thttpd.

Starting PVR

Starting Lighttpd Web Server: lighttpd.

2011-12-07 14:03:02: (log.c.166) server started

/etc/rc5.d/S97matrix-gui-2.0: line 89: can't create /proc/cpuinfo/alignment: nonexistent

directory

/

/

Starting Matrix GUI application.

-37-

[ 19.588567] gadget: Mass Storage Function, version: 2009/09/11

[ 19.594872] gadget: Number of LUNs=2

[ 19.598702] lun0: LUN: removable file: /dev/mmcblk0p1

[ 19.604073] lun1: LUN: removable file: /dev/mmcblk0p3

[ 19.609465] gadget: Mass Storage Gadget, version: 2009/09/11

[ 19.615478] gadget: userspace failed to provide iSerialNumber

[ 19.621577] gadget: g_mass_storage ready

[ 19.625787] musb-hdrc musb-hdrc.0: MUSB HDRC host driver

[ 19.631367] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2

[ 19.639227] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

[ 19.646328] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 19.653865] usb usb2: Product: MUSB HDRC host driver

[ 19.659039] usb usb2: Manufacturer: Linux 3.1.0 musb-hcd

[ 19.664581] usb usb2: SerialNumber: musb-hdrc.0

[ 19.669949] hub 2-0:1.0: USB hub found

[ 19.673911] hub 2-0:1.0: 1 port detected

***************************************************************

***************************************************************

NOTICE: This file system contains the followin GPLv3 packages:

binutils-dev

binutils-symlinks

binutils

gdbserver

If you do not wish to distribute GPLv3 components please remove

the above packages prior to distribution. This can be done using

the opkg remove command. i.e.:

-38-

opkg remove <package>

Where <package> is the name printed in the list above

NOTE: If the package is a dependency of another package you

will be notified of the dependent packages. You should

use the --force-removal-of-dependent-packages option to

also remove the dependent packages as well

***************************************************************

***************************************************************

_____ _____ _ _

| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_

| | _| .'| . | . | | __| _| . | | | -_| _| _|

|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|

|___| |___|

Arago Project http://arago-project.org am335x-evm ttyO0

Arago 2011.09 am335x-evm ttyO0

am335x-evm login:

- 14:14:41 [INFO] targetc_log: Host: root

- 14:14:41 [INFO] targetc_log: Target:

root

root@am335x-evm:~#

- 14:15:06 [INFO] targetc_log: Target:

CCCC

U-Boot SPL 2011.09 (Dec 07 2011 - 13:55:22)

-39-

Texas Instruments Revision detection unimplemented

OMAP SD/MMC: 0

reading u-boot.img

reading u-boot.img

U-Boot 2011.09 (Dec 07 2011 - 13:52:35)

I2C: ready

DRAM: 256 MiB

WARNING: Caches not enabled

Found a daughter card connected

NAND: HW ECC Hamming Code selected

256 MiB

MMC: OMAP SD/MMC: 0

Net: cpsw

Hit any key to stop autoboot: 3

- 14:15:06 [INFO] targetc_log: Host: ESC

- 14:15:16 [INFO] targetc_log: Target:

BSBSBS 0

U-Boot#

U-Boot#

- 14:15:16 [INFO] targetc_log: Host: setenv bootdelay 3

- 14:15:16 [INFO] targetc_log: Target:

setenv bootdelay 3

-40-

U-Boot#

- 14:15:16 [INFO] targetc_log: Host: saveenv

- 14:15:17 [INFO] targetc_log: Target:

saveenv

Saving Environment to NAND...

Erasing Nand...

Erasing at 0x260000 -- 100% complete.

Writing to Nand... done

U-Boot#

- 14:15:17 [INFO] targetc_log: Host: printenv

- 14:15:17 [INFO] targetc_log: Target:

printenv

autoload=yes

baudrate=115200

bootargs=console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink root=/dev/nfs

nfsroot=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3,nolock

bootargs_defaults=setenv bootargs console=${console} ${optargs}

bootcmd=dhcp;bootm

bootdelay=3

bootenv=uEnv.txt

bootfile=dta0850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851

474b92

console=ttyO0,115200n8

ethact=cpsw

ethaddr=40:5f:c2:76:4c:d5

importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize

-41-

ip_method=dhcp

loadaddr=0x81000000

loadbootenv=fatload mmc ${mmc_dev} ${loadaddr} ${bootenv}

mmc_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${mmc_root}

rootfstype=${mmc_root_fs_type} ip=${ip_method}

mmc_boot=run mmc_args; run mmc_load_uimage; bootm ${loadaddr}

mmc_dev=0

mmc_load_uimage=mmc rescan; fatload mmc 0 ${loadaddr} uImage

mmc_root=/dev/mmcblk0p2 rw

mmc_root_fs_type=ext3 rootwait

nand_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${nand_root} noinitrd

rootfstype=${nand_root_fs_type} ip=${ip_method}

nand_boot=echo Booting from nand ...; run nand_args; nand read.i ${loadaddr} ${nand_src_addr}

${nand_img_siz}; bootm ${loadaddr}

nand_img_siz=0x500000

nand_root=/dev/mtdblock7 rw

nand_root_fs_type=jffs2

nand_src_addr=0x280000

net_args=run bootargs_defaults;setenv bootargs ${bootargs} root=/dev/nfs

nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=${ip_method}

net_boot=echo Booting from network ...; setenv autoload no; dhcp; tftp ${loadaddr} ${bootfile};

run net_args; bootm ${loadaddr}

nfs_root_path=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3

nfsopts=nolock

nor_args=run bootargs_defaults;setenv bootargs ${bootargs} root={nor_root}

rootfstype=${nor_root_fs_type} ip=${ip_method}

nor_boot=echo Booting from NOR ...; run nor_args; cp.b ${0x08080000} ${loadaddr}

${nor_img_siz}; bootm ${loadaddr}

nor_img_siz=0x280000

nor_root=/dev/mtdblock3 rw

nor_root_fs_type=jffs2

-42-

nor_src_addr=0x08080000

rootpath=/export/rootfs

script_addr=0x81900000

serverip=158.218.103.64

spi_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${spi_root}

rootfstype=${spi_root_fs_type} ip=${ip_method}

spi_boot=echo Booting from spi ...; run spi_args; sf probe ${spi_bus_no}:0; sf read ${loadaddr}

${spi_src_addr} ${spi_img_siz}; bootm ${loadaddr}

spi_bus_no=0

spi_img_siz=0x280000

spi_root=/dev/mtdblock4 rw

spi_root_fs_type=jffs2

spi_src_addr=0x62000

static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off

stderr=serial

stdin=serial

stdout=serial

Environment size: 2688/8188 bytes

U-Boot#

- 14:15:17 [INFO] targetc_log: Host: boot

- 14:15:17 [INFO] targetc_log: Target:

- 14:15:24 [INFO] targetc_log: Target:

boot

link up on port 0, speed 1000, full duplex

BOOTP broadcast 1

-43-

BOOTP broadcast 2

*** Unhandled DHCP Option in OFFER/ACK: 44

*** Unhandled DHCP Option in OFFER/ACK: 46

*** Unhandled DHCP Option in OFFER/ACK: 150

*** Unhandled DHCP Option in OFFER/ACK: 44

*** Unhandled DHCP Option in OFFER/ACK: 46

*** Unhandled DHCP Option in OFFER/ACK: 150

DHCP client bound to address 158.218.103.136

Using cpsw device

TFTP from server 158.218.103.64; our IP address is 158.218.103.136

Filename 'dta0

- 14:15:35 [INFO] targetc_log: Target:

850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851474b92'.

Load address: 0x81000000

Loading: *BS#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

###################################################

done

Bytes transferred = 2922216 (2c96e8 hex)

## Booting kernel from Legacy Image at 81000000 ...

Image Name: Arago/3.1.0-psp04.06.00.03.sdk/a

Image Type: ARM Linux Kernel Image (uncompressed)

-44-

Data Size: 2922152 Bytes = 2.8 MiB

Load Address: 80008000

Entry Point: 80008000

Verifying Checksum ...

- 14:16:01 [INFO] targetc_log: Target:

OK

Loading Kernel Image ... OK

OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

[ 0.000000] Linux version 3.1.0 (jenkins@sdit-build01) (gcc version 4.5.3 20110311

(prerelease) (GCC) ) #1 Mon Dec 5 16:16:46 CST 2011

[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f

[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache

[ 0.000000] Machine: am335xevm

[ 0.000000] Memory policy: ECC disabled, Data cache writeback

[ 0.000000] AM335X ES1.0 (neon )

[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512

[ 0.000000] Kernel command line: console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink

root=/dev/nfs

nfsroot=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3,nolock

[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)

[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)

[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)

[ 0.000000] Memory: 128MB = 128MB total

[ 0.000000] Memory: 123776k/123776k available, 7296k reserved, 0K highmem

[ 0.000000] Virtual kernel memory layout:

-45-

[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)

[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)

[ 0.000000] DMA : 0xffa00000 - 0xffe00000 ( 4 MB)

[ 0.000000] vmalloc : 0xc8800000 - 0xf8000000 ( 760 MB)

[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)

[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)

[ 0.000000] .text : 0xc0008000 - 0xc0534000 (5296 kB)

[ 0.000000] .init : 0xc0534000 - 0xc056d000 ( 228 kB)

[ 0.000000] .data : 0xc056e000 - 0xc05c2d80 ( 340 kB)

[ 0.000000] .bss : 0xc05c2da4 - 0xc05fd320 ( 234 kB)

[ 0.000000] NR_IRQS:396

[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts

[ 0.000000] Total of 128 interrupts on 1 active controller

[ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz

[ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz

[ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms

[ 0.000000] Console: colour dummy device 80x30

[ 0.000202] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)

[ 0.059027] pid_max: default: 32768 minimum: 301

[ 0.059150] Security Framework initialized

[ 0.059251] Mount-cache hash table entries: 512

[ 0.059615] CPU: Testing write buffer coherency: ok

[ 0.064110] print_constraints: dummy:

[ 0.064482] NET: Registered protocol family 16

[ 0.064819] GPMC revision 6.0

[ 0.066824] OMAP GPIO hardware version 0.1

[ 0.068925] omap_l3_smx omap_l3_smx.0: couldn't find resource

-46-

[ 0.069688] omap_mux_init: Add partition: #1: core, flags: 0

[ 0.072630] omap_i2c.1: alias fck already exists

[ 0.074090] omap2_mcspi.1: alias fck already exists

[ 0.074307] omap2_mcspi.2: alias fck already exists

[ 0.096457] bio: create slab <bio-0> at 0

[ 0.098189] SCSI subsystem initialized

[ 0.100547] usbcore: registered new interface driver usbfs

[ 0.100867] usbcore: registered new interface driver hub

[ 0.101074] usbcore: registered new device driver usb

[ 0.119151] omap_i2c omap_i2c.1: bus 1 rev4.0 at 100 kHz

[ 0.121103] Advanced Linux Sound Architecture Driver Version 1.0.24.

[ 0.122161] Switching to clocksource gp timer

[ 0.129111] Switched to NOHz mode on CPU #0

[ 0.137314] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)

[ 0.137501] musb-hdrc musb-hdrc.0: dma type: pio

[ 0.138329] musb-hdrc musb-hdrc.0: USB OTG mode controller at c880a000 using PIO, IRQ 18

[ 0.138503] musb-hdrc musb-hdrc.1: dma type: pio

[ 0.139194] musb-hdrc musb-hdrc.1: USB OTG mode controller at c880c800 using PIO, IRQ 19

[ 0.139586] NET: Registered protocol family 2

[ 0.139777] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)

[ 0.140064] TCP established hash table entries: 4096 (order: 3, 32768 bytes)

[ 0.140156] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)

[ 0.140210] TCP: Hash tables configured (established 4096 bind 4096)

[ 0.140223] TCP reno registered

[ 0.140236] UDP hash table entries: 256 (order: 0, 4096 bytes)

[ 0.140259] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)

[ 0.140438] NET: Registered protocol family 1

[ 0.140709] RPC: Registered named UNIX socket transport module.

-47-

[ 0.140722] RPC: Registered udp transport module.

[ 0.140731] RPC: Registered tcp transport module.

[ 0.140741] RPC: Registered tcp NFSv4.1 backchannel transport module.

[ 0.140963] NetWinder Floating Point Emulator V0.97 (double precision)

[ 0.149057] VFS: Disk quotas dquot_6.5.2

[ 0.149126] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[ 0.149664] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.

[ 0.149955] msgmni has been set to 241

[ 0.150713] io scheduler noop registered

[ 0.150727] io scheduler deadline registered

[ 0.150806] io scheduler cfq registered (default)

[ 0.154307] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled

[ 0.155925] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0

[ 0.633690] console [ttyO0] enabled

[ 0.637843] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1

[ 0.645595] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2

[ 0.653288] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3

[ 0.660917] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4

[ 0.668599] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5

[ 0.684869] brd: module loaded

[ 0.692990] loop: module loaded

[ 0.696437] i2c-core: driver [tsl2550] using legacy suspend method

[ 0.702914] i2c-core: driver [tsl2550] using legacy resume method

[ 0.709323] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

[ 0.717220] Detected a daughter card on AM335x EVM..

[ 0.722277] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

[ 0.737650] Board name: A33515BB

-48-

[ 0.741010] Board version: 1.1A

[ 0.744292] SKU: SKU#01

[ 0.747386] The board is general purpose EVM in profile 0

[ 0.753874] da8xx_lcdc da8xx_lcdc.0: GLCD: Found TFC_S9700RTWV35TR_01B panel

[ 0.774480] Console: switching to colour frame buffer device 100x30

[ 0.786881] TSC connected to beta GP EVM

[ 0.792070] omap_i2c.2: alias fck already exists

[ 0.812248] omap_i2c omap_i2c.2: bus 2 rev4.0 at 100 kHz

[ 0.818584] tsl2550 2-0039: standard operating mode

[ 0.824387] tsl2550 2-0039: support ver. 1.2 enabled

[ 0.830303] omap_hsmmc.0: alias fck already exists

[ 0.835761] omap_hsmmc.2: alias fck already exists

[ 0.841107] Configure Bluetooth Enable pin...

[ 0.845740] _omap_mux_get_by_name: Could not find signal gpmc_a8.gpio1_22

[ 0.854430] lis3lv02d: 8 bits 3DLH sensor found

[ 0.932601] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0

[ 0.943458] mtdoops: mtd device (mtddev=name/number) must be supplied

[ 0.950364] omap2-nand driver initializing

[ 0.955053] ONFI flash detected

[ 0.958450] ONFI param page 0 valid

[ 0.962091] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP)

[ 0.970489] Creating 8 MTD partitions on "omap2-nand.0":

[ 0.976046] 0x000000000000-0x000000020000 : "SPL"

[ 0.982692] 0x000000020000-0x000000040000 : "SPL.backup1"

[ 0.989557] 0x000000040000-0x000000060000 : "SPL.backup2"

[ 0.996501] 0x000000060000-0x000000080000 : "SPL.backup3"

[ 1.003465] 0x000000080000-0x000000260000 : "U-Boot"

[ 1.010658] 0x000000260000-0x000000280000 : "U-Boot Env"

-49-

[ 1.017538] 0x000000280000-0x000000780000 : "Kernel"

[ 1.025985] 0x000000780000-0x000010000000 : "File System"

[ 1.135222] OneNAND driver initializing

[ 1.182224] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6

[ 1.188674] davinci_mdio davinci_mdio.0: detected phy mask fffffffe

[ 1.195876] davinci_mdio.0: probed

[ 1.199424] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown

[ 1.206957] CAN device driver interface

[ 1.210960] CAN bus driver for Bosch D_CAN controller 1.0

[ 1.217332] usbcore: registered new interface driver cdc_ether

[ 1.223627] usbcore: registered new interface driver cdc_subset

[ 1.229847] Initializing USB Mass Storage driver...

[ 1.235140] usbcore: registered new interface driver usb-storage

[ 1.241406] USB Mass Storage support registered.

[ 1.246287] musb-hdrc musb-hdrc.1: MUSB HDRC host driver

[ 1.251894] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1

[ 1.259731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

[ 1.266824] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 1.274363] usb usb1: Product: MUSB HDRC host driver

[ 1.279534] usb usb1: Manufacturer: Linux 3.1.0 musb-hcd

[ 1.285076] usb usb1: SerialNumber: musb-hdrc.1

[ 1.290600] hub 1-0:1.0: USB hub found

[ 1.294575] hub 1-0:1.0: 1 port detected

[ 1.299728] mousedev: PS/2 mouse device common for all mice

[ 1.306547] input: matrix-keypad as /devices/platform/matrix-keypad/input/input1

[ 1.315693] input: ti-tsc-adcc as /devices/platform/tsc/input/input2

[ 1.323784] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0

-50-

[ 1.330614] i2c /dev entries driver

[ 1.335850] lm75 2-0048: hwmon0: sensor 'tmp275'

[ 1.374451] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec

[ 1.381180] cpuidle: using governor ladder

[ 1.385980] cpuidle: using governor menu

[ 1.394149] usbcore: registered new interface driver usbhid

[ 1.399964] usbhid: USB HID core driver

[ 1.405033] usbcore: registered new interface driver snd-usb-audio

[ 1.413548] _regulator_get: 2-001b supply IOVDD not found, using dummy regulator

[ 1.421337] _regulator_get: 2-001b supply DVDD not found, using dummy regulator

[ 1.429048] _regulator_get: 2-001b supply AVDD not found, using dummy regulator

[ 1.436715] _regulator_get: 2-001b supply DRVDD not found, using dummy regulator

[ 1.482306] mmc0: new high speed SDHC card at address b368

[ 1.488812] mmcblk0: mmc0:b368 SDC 3.72 GiB

[ 1.497116] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok

[ 1.503813] mmcblk0: p1 p2 p3

[ 1.579327] ALSA device list:

[ 1.582457] #0: AM335X EVM

[ 1.585454] oprofile: hardware counters not available

[ 1.590713] oprofile: using timer interrupt.

[ 1.595198] nf_conntrack version 0.5.0 (1934 buckets, 7736 max)

[ 1.601840] ip_tables: (C) 2000-2006 Netfilter Core Team

[ 1.607537] TCP cubic registered

[ 1.610904] NET: Registered protocol family 17

[ 1.615567] can: controller area network core (rev 20090105 abi 8)

[ 1.622103] NET: Registered protocol family 29

[ 1.626750] can: raw protocol (rev 20090105)

[ 1.631201] can: broadcast manager protocol (rev 20090105 t)

-51-

[ 1.637151] Registering the dns_resolver key type

[ 1.642158] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3

[ 1.650173] ThumbEE CPU extension supported.

[ 1.655407] _regulator_get: mpu.0 supply mpu not found, using dummy regulator

[ 1.662974] omap2_set_init_voltage: Fail set voltage-dpll_mpu_ck(f=720000000 v=1260000)on

vddmpu

[ 1.672140] omap2_set_init_voltage: unable to set vdd_mpu

[ 1.680036] Detected MACID=40:5f:c2:76:4c:d5

[ 1.686599] input: gpio-keys as /devices/platform/gpio-keys/input/input3

[ 1.694418] omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)

[ 1.706859]

[ 1.706866] CPSW phy found : id is : 0x4dd074

[ 1.713750] PHY 0:01 not found

[ 1.720060] mmc1: card claims to support voltages below the defined range. These will be

ignored.

[ 1.739121] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)

[ 1.745646] mmc1: new SDIO card at address 0001

[ 1.872230] usb 1-1: new high speed USB device number 2 using musb-hdrc

[ 2.017777] usb 1-1: New USB device found, idVendor=1ce2, idProduct=953a

[ 2.024782] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 2.032232] usb 1-1: Product: SW4 USB

[ 2.036044] usb 1-1: Manufacturer: Extron Electronics

[ 2.042331] hub 1-1:1.0: USB hub found

[ 2.046315] hub 1-1:1.0: 4 ports detected

[ 2.322243] usb 1-1.2: new full speed USB device number 3 using musb-hdrc

[ 2.423102] usb 1-1.2: New USB device found, idVendor=413c, idProduct=1002

[ 2.430273] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 2.437909] usb 1-1.2: Product: Dell USB Keyboard Hub

-52-

[ 2.443184] usb 1-1.2: Manufacturer: Dell

[ 2.448693] hub 1-1.2:1.0: USB hub found

[ 2.452932] hub 1-1.2:1.0: 3 ports detected

[ 2.532240] usb 1-1.3: new high speed USB device number 4 using musb-hdrc

[ 2.784125] usb 1-1.3: New USB device found, idVendor=058f, idProduct=6387

[ 2.791294] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3

[ 2.798925] usb 1-1.3: Product: Mass Storage Device

[ 2.804021] usb 1-1.3: Manufacturer: JetFlash

[ 2.808559] usb 1-1.3: SerialNumber: NJLIMJD0

[ 2.814174] scsi0 : usb-storage 1-1.3:1.0

[ 2.892254] usb 1-1.4: new low speed USB device number 5 using musb-hdrc

[ 2.995768] usb 1-1.4: New USB device found, idVendor=0461, idProduct=4d15

[ 3.002955] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0

[ 3.010574] usb 1-1.4: Product: USB Optical Mouse

[ 3.020220] input: USB Optical Mouse as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.4/1-1.4:1.0/input/input4

[ 3.032723] generic-usb 0003:0461:4D15.0001: input: USB HID v1.11 Mouse [USB Optical Mouse]

on usb-musb-hdrc.1-1.4/input0

[ 3.122270] usb 1-1.2.1: new full speed USB device number 6 using musb-hdrc

[ 3.223166] usb 1-1.2.1: New USB device found, idVendor=413c, idProduct=2002

[ 3.230516] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 3.238332] usb 1-1.2.1: Product: Dell USB Keyboard Hub

[ 3.243789] usb 1-1.2.1: Manufacturer: Dell

[ 3.252031] input: Dell Dell USB Keyboard Hub as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input5

[ 3.266065] generic-usb 0003:413C:2002.0002: input: USB HID v1.10 Keyboard [Dell Dell USB

Keyboard Hub] on usb-musb-hdrc.1-1.2.1/input0

[ 3.284437] input: Dell Dell USB Keyboard Hub as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/input/input6

[ 3.298381] generic-usb 0003:413C:2002.0003: input: USB HID v1.10 Device [Dell Dell USB

Keyboard Hub] on usb-musb-hdrc.1-1.2.1/input1

-53-

[ 3.813181] scsi 0:0:0:0: Direct-Access JetFlash Transcend 4GB 8.07 PQ: 0 ANSI: 2

[ 3.824354] sd 0:0:0:0: [sda] 7843840 512-byte logical blocks: (4.01 GB/3.74 GiB)

[ 3.832440] sd 0:0:0:0: [sda] Write Protect is off

[ 3.837634] sd 0:0:0:0: [sda] No Caching mode page present

[ 3.843379] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 3.851493] sd 0:0:0:0: [sda] No Caching mode page present

[ 3.857255] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 4.131811] sda: sda1

[ 4.136152] sd 0:0:0:0: [sda] No Caching mode page present

[ 4.141874] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 4.148272] sd 0:0:0:0: [sda] Attached SCSI removable disk

[ 6.703019] PHY: 0:00 - Link is Up - 1000/Full

[ 6.732211] Sending DHCP requests ., OK

[ 6.752670] IP-Config: Got DHCP answer from 0.0.0.0, my address is 158.218.103.136

[ 6.761009] IP-Config: Complete:

[ 6.764423] device=eth0, addr=158.218.103.136, mask=255.255.254.0, gw=158.218.102.2,

[ 6.772705] host=158.218.103.136, domain=am.dhcp.ti.com, nis-domain=(none),

[ 6.780415] bootserver=0.0.0.0, rootserver=158.218.103.64, rootpath=

[ 6.797566] VFS: Mounted root (nfs filesystem) on device 0:14.

[ 6.804083] Freeing init memory: 228K

INIT: version 2.86 booting

Please wait: booting...

Starting udev

[ 7.292038] udevd (688): /proc/688/oom_adj is deprecated, please use /proc/688/oom_score_adj

instead.

[ 11.700415] cfg80211: Calling CRDA to update world regulatory domain

-54-

[ 13.826042] cfg80211: World regulatory domain updated:

[ 13.831435] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)

[ 13.840199] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 13.848476] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)

[ 13.856857] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)

[ 13.865142] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 13.873405] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 14.247439] FAT-fs (mmcblk0): bogus number of reserved sectors

[ 14.253613] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

[ 14.289477] wl1271: loaded

[ 14.350972] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.

[ 14.385965] EXT2-fs (mmcblk0): error: can't find an ext2 filesystem on dev mmcblk0.

[ 14.435671] cramfs: wrong magic

[ 14.443577] FAT-fs (mmcblk0): bogus number of reserved sectors

[ 14.449701] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

[ 14.480798] FAT-fs (sda): bogus number of reserved sectors

[ 14.486615] FAT-fs (sda): Can't find a valid FAT filesystem

[ 14.542442] EXT3-fs (sda): error: can't find ext3 filesystem on dev sda.

[ 14.555364] EXT2-fs (sda): error: can't find an ext2 filesystem on dev sda.

[ 14.581434] cramfs: wrong magic

[ 14.593759] FAT-fs (sda): bogus number of reserved sectors

[ 14.599499] FAT-fs (sda): Can't find a valid FAT filesystem

[ 15.582544] kjournald starting. Commit interval 5 seconds

[ 15.595450] EXT3-fs (mmcblk0p2): using internal journal

[ 15.600946] EXT3-fs (mmcblk0p2): recovery complete

[ 15.606003] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode

[ 15.707689] EXT2-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommended

-55-

[ 15.790710] alignment: ignoring faults is unsafe on this CPU. Defaulting to fixup mode.

Root filesystem already rw, not remounting

Caching udev devnodes

ALSA: Restoring mixer settings...

No state is present for card EVM

Found hardware: "AM335X_EVM" "" "" "" ""

Hardware is initialized using a generic method

No state is present for card EVM

NOT configuring network interfaces: / is an NFS mount

Wed Dec 7 14:03:00 UTC 2011

INIT: Entering runlevel: 5

Starting system message bus: dbus.

Starting Hardware abstraction layer hald

Starting Dropbear SSH server: dropbear.

Starting telnet daemon.

Starting network benchmark server: netserver.

Starting syslogd/klogd: done

Starting thttpd.

Starting PVR

Starting Lighttpd Web Server: lighttpd.

2011-12-07 14:03:02: (log.c.166) server started

/etc/rc5.d/S97matrix-gui-2.0: line 89: can't create /proc/cpuinfo/alignment: nonexistent

directory

/

/

Starting Matrix GUI application.

-56-

[ 19.499368] gadget: Mass Storage Function, version: 2009/09/11

[ 19.505627] gadget: Number of LUNs=2

[ 19.509457] lun0: LUN: removable file: /dev/mmcblk0p1

[ 19.514829] lun1: LUN: removable file: /dev/mmcblk0p3

[ 19.520300] gadget: Mass Storage Gadget, version: 2009/09/11

[ 19.526319] gadget: userspace failed to provide iSerialNumber

[ 19.532434] gadget: g_mass_storage ready

[ 19.536681] musb-hdrc musb-hdrc.0: MUSB HDRC host driver

[ 19.542286] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2

[ 19.550115] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

[ 19.557210] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 19.564751] usb usb2: Product: MUSB HDRC host driver

[ 19.569922] usb usb2: Manufacturer: Linux 3.1.0 musb-hcd

[ 19.575464] usb usb2: SerialNumber: musb-hdrc.0

[ 19.580844] hub 2-0:1.0: USB hub found

[ 19.584801] hub 2-0:1.0: 1 port detected

***************************************************************

***************************************************************

NOTICE: This file system contains the followin GPLv3 packages:

binutils-dev

binutils-symlinks

binutils

gdbserver

If you do not wish to distribute GPLv3 components please remove

the above packages prior to distribution. This can be done using

the opkg remove command. i.e.:

opkg remove <package>

-57-

Where <package> is the name printed in the list above

NOTE: If the package is a dependency of another package you

will be notified of the dependent packages. You should

use the --force-removal-of-dependent-packages option to

also remove the dependent packages as well

***************************************************************

***************************************************************

_____ _____ _ _

| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_

| | _| .'| . | . | | __| _| . | | | -_| _| _|

|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|

|___| |___|

Arago Project http://arago-project.org am335x-evm ttyO0

Arago 2011.09 am335x-evm ttyO0

am335x-evm login:

- 14:16:01 [INFO] targetc_log: Host: root

- 14:16:01 [INFO] targetc_log: Target:

root

root@am335x-evm:~#

- 14:16:26 [INFO] targetc_log: Target:

üCCCCCCCC

U-Boot SPL 2011.09 (Dec 07 2011 - 13:55:22)

-58-

Texas Instruments Revision detection unimplemented

OMAP SD/MMC: 0

reading u-boot.img

reading u-boot.img

U-Boot 2011.09 (Dec 07 2011 - 13:52:35)

I2C: ready

DRAM: 256 MiB

WARNING: Caches not enabled

Found a daughter card connected

NAND: HW ECC Hamming Code selected

256 MiB

MMC: OMAP SD/MMC: 0

Net: cpsw

Hit any key to stop autoboot: 3

- 14:16:26 [INFO] targetc_log: Host: ESC

- 14:16:36 [INFO] targetc_log: Target:

BSBSBS 0

U-Boot#

U-Boot#

- 14:16:36 [INFO] targetc_log: Host: setenv bootdelay 3

- 14:16:36 [INFO] targetc_log: Target:

setenv bootdelay 3

U-Boot#

-59-

- 14:16:36 [INFO] targetc_log: Host: saveenv

- 14:16:37 [INFO] targetc_log: Target:

saveenv

Saving Environment to NAND...

Erasing Nand...

Erasing at 0x260000 -- 100% complete.

Writing to Nand... done

U-Boot#

- 14:16:37 [INFO] targetc_log: Host: printenv

- 14:16:37 [INFO] targetc_log: Target:

printenv

autoload=yes

baudrate=115200

bootargs=console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink root=/dev/nfs

nfsroot=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3,nolock

bootargs_defaults=setenv bootargs console=${console} ${optargs}

bootcmd=dhcp;bootm

bootdelay=3

bootenv=uEnv.txt

bootfile=dta0850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851

474b92

console=ttyO0,115200n8

ethact=cpsw

ethaddr=40:5f:c2:76:4c:d5

importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize

-60-

ip_method=dhcp

loadaddr=0x81000000

loadbootenv=fatload mmc ${mmc_dev} ${loadaddr} ${bootenv}

mmc_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${mmc_root}

rootfstype=${mmc_root_fs_type} ip=${ip_method}

mmc_boot=run mmc_args; run mmc_load_uimage; bootm ${loadaddr}

mmc_dev=0

mmc_load_uimage=mmc rescan; fatload mmc 0 ${loadaddr} uImage

mmc_root=/dev/mmcblk0p2 rw

mmc_root_fs_type=ext3 rootwait

nand_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${nand_root} noinitrd

rootfstype=${nand_root_fs_type} ip=${ip_method}

nand_boot=echo Booting from nand ...; run nand_args; nand read.i ${loadaddr} ${nand_src_addr}

${nand_img_siz}; bootm ${loadaddr}

nand_img_siz=0x500000

nand_root=/dev/mtdblock7 rw

nand_root_fs_type=jffs2

nand_src_addr=0x280000

net_args=run bootargs_defaults;setenv bootargs ${bootargs} root=/dev/nfs

nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=${ip_method}

net_boot=echo Booting from network ...; setenv autoload no; dhcp; tftp ${loadaddr} ${bootfile};

run net_args; bootm ${loadaddr}

nfs_root_path=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3

nfsopts=nolock

nor_args=run bootargs_defaults;setenv bootargs ${bootargs} root={nor_root}

rootfstype=${nor_root_fs_type} ip=${ip_method}

nor_boot=echo Booting from NOR ...; run nor_args; cp.b ${0x08080000} ${loadaddr}

${nor_img_siz}; bootm ${loadaddr}

nor_img_siz=0x280000

nor_root=/dev/mtdblock3 rw

nor_root_fs_type=jffs2

-61-

nor_src_addr=0x08080000

rootpath=/export/rootfs

script_addr=0x81900000

serverip=158.218.103.64

spi_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${spi_root}

rootfstype=${spi_root_fs_type} ip=${ip_method}

spi_boot=echo Booting from spi ...; run spi_args; sf probe ${spi_bus_no}:0; sf read ${loadaddr}

${spi_src_addr} ${spi_img_siz}; bootm ${loadaddr}

spi_bus_no=0

spi_img_siz=0x280000

spi_root=/dev/mtdblock4 rw

spi_root_fs_type=jffs2

spi_src_addr=0x62000

static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off

stderr=serial

stdin=serial

stdout=serial

Environment size: 2688/8188 bytes

U-Boot#

- 14:16:37 [INFO] targetc_log: Host: boot

- 14:16:37 [INFO] targetc_log: Target:

- 14:16:41 [INFO] targetc_log: Target:

boot

link up on port 0, speed 1000, full duplex

BOOTP broadcast 1

*** Unhandled DHCP Option in OFFER/ACK: 44

-62-

*** Unhandled DHCP Option in OFFER/ACK: 46

*** Unhandled DHCP Option in OFFER/ACK: 150

*** Unhandled DHCP Option in OFFER/ACK: 44

*** Unhandled DHCP Option in OFFER/ACK: 46

*** Unhandled DHCP Option in OFFER/ACK: 150

DHCP client bound to address 158.218.103.136

Using cpsw device

TFTP from server 158.218.103.64; our IP address is 158.218.103.136

Filename

'dta0850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851474b92'.

Load address: 0x81000000

Loading: *BS##

- 14:16:52 [INFO] targetc_log: Target:

###############################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

###################################################

done

Bytes transferred = 2922216 (2c96e8 hex)

## Booting kernel from Legacy Image at 81000000 ...

Image Name: Arago/3.1.0-psp04.06.00.03.sdk/a

Image Type: ARM Linux Kernel Image (uncompressed)

Data Size: 2922152 Bytes = 2.8 MiB

-63-

Load Address: 80008

- 14:17:18 [INFO] targetc_log: Target:

000

Entry Point: 80008000

Verifying Checksum ... OK

Loading Kernel Image ... OK

OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

[ 0.000000] Linux version 3.1.0 (jenkins@sdit-build01) (gcc version 4.5.3 20110311

(prerelease) (GCC) ) #1 Mon Dec 5 16:16:46 CST 2011

[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f

[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache

[ 0.000000] Machine: am335xevm

[ 0.000000] Memory policy: ECC disabled, Data cache writeback

[ 0.000000] AM335X ES1.0 (neon )

[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512

[ 0.000000] Kernel command line: console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink

root=/dev/nfs

nfsroot=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3,nolock

[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)

[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)

[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)

[ 0.000000] Memory: 128MB = 128MB total

[ 0.000000] Memory: 123776k/123776k available, 7296k reserved, 0K highmem

[ 0.000000] Virtual kernel memory layout:

[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)

-64-

[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)

[ 0.000000] DMA : 0xffa00000 - 0xffe00000 ( 4 MB)

[ 0.000000] vmalloc : 0xc8800000 - 0xf8000000 ( 760 MB)

[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)

[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)

[ 0.000000] .text : 0xc0008000 - 0xc0534000 (5296 kB)

[ 0.000000] .init : 0xc0534000 - 0xc056d000 ( 228 kB)

[ 0.000000] .data : 0xc056e000 - 0xc05c2d80 ( 340 kB)

[ 0.000000] .bss : 0xc05c2da4 - 0xc05fd320 ( 234 kB)

[ 0.000000] NR_IRQS:396

[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts

[ 0.000000] Total of 128 interrupts on 1 active controller

[ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz

[ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz

[ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms

[ 0.000000] Console: colour dummy device 80x30

[ 0.000198] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)

[ 0.059025] pid_max: default: 32768 minimum: 301

[ 0.059146] Security Framework initialized

[ 0.059249] Mount-cache hash table entries: 512

[ 0.059615] CPU: Testing write buffer coherency: ok

[ 0.064102] print_constraints: dummy:

[ 0.064472] NET: Registered protocol family 16

[ 0.064809] GPMC revision 6.0

[ 0.066791] OMAP GPIO hardware version 0.1

[ 0.068880] omap_l3_smx omap_l3_smx.0: couldn't find resource

[ 0.069649] omap_mux_init: Add partition: #1: core, flags: 0

-65-

[ 0.072581] omap_i2c.1: alias fck already exists

[ 0.074028] omap2_mcspi.1: alias fck already exists

[ 0.074237] omap2_mcspi.2: alias fck already exists

[ 0.096454] bio: create slab <bio-0> at 0

[ 0.098153] SCSI subsystem initialized

[ 0.100478] usbcore: registered new interface driver usbfs

[ 0.100800] usbcore: registered new interface driver hub

[ 0.101004] usbcore: registered new device driver usb

[ 0.119143] omap_i2c omap_i2c.1: bus 1 rev4.0 at 100 kHz

[ 0.121103] Advanced Linux Sound Architecture Driver Version 1.0.24.

[ 0.122151] Switching to clocksource gp timer

[ 0.129106] Switched to NOHz mode on CPU #0

[ 0.137340] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)

[ 0.137529] musb-hdrc musb-hdrc.0: dma type: pio

[ 0.138373] musb-hdrc musb-hdrc.0: USB OTG mode controller at c880a000 using PIO, IRQ 18

[ 0.138542] musb-hdrc musb-hdrc.1: dma type: pio

[ 0.139228] musb-hdrc musb-hdrc.1: USB OTG mode controller at c880c800 using PIO, IRQ 19

[ 0.139621] NET: Registered protocol family 2

[ 0.139818] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)

[ 0.140106] TCP established hash table entries: 4096 (order: 3, 32768 bytes)

[ 0.140196] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)

[ 0.140251] TCP: Hash tables configured (established 4096 bind 4096)

[ 0.140264] TCP reno registered

[ 0.140277] UDP hash table entries: 256 (order: 0, 4096 bytes)

[ 0.140300] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)

[ 0.140480] NET: Registered protocol family 1

[ 0.140756] RPC: Registered named UNIX socket transport module.

[ 0.140770] RPC: Registered udp transport module.

-66-

[ 0.140778] RPC: Registered tcp transport module.

[ 0.140788] RPC: Registered tcp NFSv4.1 backchannel transport module.

[ 0.141008] NetWinder Floating Point Emulator V0.97 (double precision)

[ 0.149138] VFS: Disk quotas dquot_6.5.2

[ 0.149208] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[ 0.149751] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.

[ 0.150040] msgmni has been set to 241

[ 0.150805] io scheduler noop registered

[ 0.150820] io scheduler deadline registered

[ 0.150902] io scheduler cfq registered (default)

[ 0.154572] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled

[ 0.156212] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0

[ 0.633980] console [ttyO0] enabled

[ 0.638145] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1

[ 0.645915] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2

[ 0.653606] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3

[ 0.661228] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4

[ 0.668909] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5

[ 0.685105] brd: module loaded

[ 0.693231] loop: module loaded

[ 0.696675] i2c-core: driver [tsl2550] using legacy suspend method

[ 0.703155] i2c-core: driver [tsl2550] using legacy resume method

[ 0.709566] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

[ 0.717463] Detected a daughter card on AM335x EVM..

[ 0.722518] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

[ 0.737894] Board name: A33515BB

[ 0.741255] Board version: 1.1A

-67-

[ 0.744536] SKU: SKU#01

[ 0.747631] The board is general purpose EVM in profile 0

[ 0.754129] da8xx_lcdc da8xx_lcdc.0: GLCD: Found TFC_S9700RTWV35TR_01B panel

[ 0.774770] Console: switching to colour frame buffer device 100x30

[ 0.787210] TSC connected to beta GP EVM

[ 0.792446] omap_i2c.2: alias fck already exists

[ 0.812243] omap_i2c omap_i2c.2: bus 2 rev4.0 at 100 kHz

[ 0.818590] tsl2550 2-0039: standard operating mode

[ 0.824398] tsl2550 2-0039: support ver. 1.2 enabled

[ 0.830314] omap_hsmmc.0: alias fck already exists

[ 0.835772] omap_hsmmc.2: alias fck already exists

[ 0.841116] Configure Bluetooth Enable pin...

[ 0.845752] _omap_mux_get_by_name: Could not find signal gpmc_a8.gpio1_22

[ 0.854428] lis3lv02d: 8 bits 3DLH sensor found

[ 0.932583] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0

[ 0.943435] mtdoops: mtd device (mtddev=name/number) must be supplied

[ 0.950340] omap2-nand driver initializing

[ 0.955027] ONFI flash detected

[ 0.958422] ONFI param page 0 valid

[ 0.962064] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP)

[ 0.970461] Creating 8 MTD partitions on "omap2-nand.0":

[ 0.976018] 0x000000000000-0x000000020000 : "SPL"

[ 0.982663] 0x000000020000-0x000000040000 : "SPL.backup1"

[ 0.989543] 0x000000040000-0x000000060000 : "SPL.backup2"

[ 0.996493] 0x000000060000-0x000000080000 : "SPL.backup3"

[ 1.003451] 0x000000080000-0x000000260000 : "U-Boot"

[ 1.010640] 0x000000260000-0x000000280000 : "U-Boot Env"

[ 1.017526] 0x000000280000-0x000000780000 : "Kernel"

-68-

[ 1.025971] 0x000000780000-0x000010000000 : "File System"

[ 1.135227] OneNAND driver initializing

[ 1.182216] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6

[ 1.188667] davinci_mdio davinci_mdio.0: detected phy mask fffffffe

[ 1.195867] davinci_mdio.0: probed

[ 1.199416] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown

[ 1.206952] CAN device driver interface

[ 1.210953] CAN bus driver for Bosch D_CAN controller 1.0

[ 1.217316] usbcore: registered new interface driver cdc_ether

[ 1.223607] usbcore: registered new interface driver cdc_subset

[ 1.229829] Initializing USB Mass Storage driver...

[ 1.235119] usbcore: registered new interface driver usb-storage

[ 1.241376] USB Mass Storage support registered.

[ 1.246261] musb-hdrc musb-hdrc.1: MUSB HDRC host driver

[ 1.251870] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1

[ 1.259705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

[ 1.266800] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 1.274340] usb usb1: Product: MUSB HDRC host driver

[ 1.279511] usb usb1: Manufacturer: Linux 3.1.0 musb-hcd

[ 1.285053] usb usb1: SerialNumber: musb-hdrc.1

[ 1.290582] hub 1-0:1.0: USB hub found

[ 1.294549] hub 1-0:1.0: 1 port detected

[ 1.299707] mousedev: PS/2 mouse device common for all mice

[ 1.306519] input: matrix-keypad as /devices/platform/matrix-keypad/input/input1

[ 1.315663] input: ti-tsc-adcc as /devices/platform/tsc/input/input2

[ 1.323738] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0

[ 1.330566] i2c /dev entries driver

-69-

[ 1.335799] lm75 2-0048: hwmon0: sensor 'tmp275'

[ 1.374589] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec

[ 1.381314] cpuidle: using governor ladder

[ 1.386112] cpuidle: using governor menu

[ 1.394284] usbcore: registered new interface driver usbhid

[ 1.400100] usbhid: USB HID core driver

[ 1.405169] usbcore: registered new interface driver snd-usb-audio

[ 1.413688] _regulator_get: 2-001b supply IOVDD not found, using dummy regulator

[ 1.421476] _regulator_get: 2-001b supply DVDD not found, using dummy regulator

[ 1.429185] _regulator_get: 2-001b supply AVDD not found, using dummy regulator

[ 1.436860] _regulator_get: 2-001b supply DRVDD not found, using dummy regulator

[ 1.482270] mmc0: new high speed SDHC card at address b368

[ 1.488777] mmcblk0: mmc0:b368 SDC 3.72 GiB

[ 1.494975] mmcblk0: p1 p2 p3

[ 1.500696] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok

[ 1.579339] ALSA device list:

[ 1.582469] #0: AM335X EVM

[ 1.585471] oprofile: hardware counters not available

[ 1.590731] oprofile: using timer interrupt.

[ 1.595218] nf_conntrack version 0.5.0 (1934 buckets, 7736 max)

[ 1.601868] ip_tables: (C) 2000-2006 Netfilter Core Team

[ 1.607566] TCP cubic registered

[ 1.610933] NET: Registered protocol family 17

[ 1.615601] can: controller area network core (rev 20090105 abi 8)

[ 1.622139] NET: Registered protocol family 29

[ 1.626788] can: raw protocol (rev 20090105)

[ 1.631239] can: broadcast manager protocol (rev 20090105 t)

[ 1.637189] Registering the dns_resolver key type

-70-

[ 1.642168] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3

[ 1.650180] ThumbEE CPU extension supported.

[ 1.655418] _regulator_get: mpu.0 supply mpu not found, using dummy regulator

[ 1.662982] omap2_set_init_voltage: Fail set voltage-dpll_mpu_ck(f=720000000 v=1260000)on

vddmpu

[ 1.672144] omap2_set_init_voltage: unable to set vdd_mpu

[ 1.680081] Detected MACID=40:5f:c2:76:4c:d5

[ 1.686632] input: gpio-keys as /devices/platform/gpio-keys/input/input3

[ 1.694474] omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)

[ 1.706927]

[ 1.706934] CPSW phy found : id is : 0x4dd074

[ 1.713820] PHY 0:01 not found

[ 1.720127] mmc1: card claims to support voltages below the defined range. These will be

ignored.

[ 1.739202] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)

[ 1.745725] mmc1: new SDIO card at address 0001

[ 1.872221] usb 1-1: new high speed USB device number 2 using musb-hdrc

[ 2.017765] usb 1-1: New USB device found, idVendor=1ce2, idProduct=953a

[ 2.024771] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 2.032221] usb 1-1: Product: SW4 USB

[ 2.036034] usb 1-1: Manufacturer: Extron Electronics

[ 2.042334] hub 1-1:1.0: USB hub found

[ 2.046335] hub 1-1:1.0: 4 ports detected

[ 2.322232] usb 1-1.2: new full speed USB device number 3 using musb-hdrc

[ 2.423091] usb 1-1.2: New USB device found, idVendor=413c, idProduct=1002

[ 2.430262] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 2.437897] usb 1-1.2: Product: Dell USB Keyboard Hub

[ 2.443170] usb 1-1.2: Manufacturer: Dell

-71-

[ 2.448693] hub 1-1.2:1.0: USB hub found

[ 2.452937] hub 1-1.2:1.0: 3 ports detected

[ 2.532233] usb 1-1.3: new high speed USB device number 4 using musb-hdrc

[ 2.784114] usb 1-1.3: New USB device found, idVendor=058f, idProduct=6387

[ 2.791284] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3

[ 2.798914] usb 1-1.3: Product: Mass Storage Device

[ 2.804010] usb 1-1.3: Manufacturer: JetFlash

[ 2.808547] usb 1-1.3: SerialNumber: NJLIMJD0

[ 2.814156] scsi0 : usb-storage 1-1.3:1.0

[ 2.892246] usb 1-1.4: new low speed USB device number 5 using musb-hdrc

[ 2.995757] usb 1-1.4: New USB device found, idVendor=0461, idProduct=4d15

[ 3.002945] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0

[ 3.010563] usb 1-1.4: Product: USB Optical Mouse

[ 3.020196] input: USB Optical Mouse as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.4/1-1.4:1.0/input/input4

[ 3.032703] generic-usb 0003:0461:4D15.0001: input: USB HID v1.11 Mouse [USB Optical Mouse]

on usb-musb-hdrc.1-1.4/input0

[ 3.122264] usb 1-1.2.1: new full speed USB device number 6 using musb-hdrc

[ 3.223187] usb 1-1.2.1: New USB device found, idVendor=413c, idProduct=2002

[ 3.230536] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 3.238353] usb 1-1.2.1: Product: Dell USB Keyboard Hub

[ 3.243811] usb 1-1.2.1: Manufacturer: Dell

[ 3.252030] input: Dell Dell USB Keyboard Hub as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input5

[ 3.266045] generic-usb 0003:413C:2002.0002: input: USB HID v1.10 Keyboard [Dell Dell USB

Keyboard Hub] on usb-musb-hdrc.1-1.2.1/input0

[ 3.284433] input: Dell Dell USB Keyboard Hub as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/input/input6

[ 3.298377] generic-usb 0003:413C:2002.0003: input: USB HID v1.10 Device [Dell Dell USB

Keyboard Hub] on usb-musb-hdrc.1-1.2.1/input1

[ 3.813182] scsi 0:0:0:0: Direct-Access JetFlash Transcend 4GB 8.07 PQ: 0 ANSI: 2

-72-

[ 3.824351] sd 0:0:0:0: [sda] 7843840 512-byte logical blocks: (4.01 GB/3.74 GiB)

[ 3.832453] sd 0:0:0:0: [sda] Write Protect is off

[ 3.837647] sd 0:0:0:0: [sda] No Caching mode page present

[ 3.843389] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 3.851525] sd 0:0:0:0: [sda] No Caching mode page present

[ 3.857286] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 4.131851] sda: sda1

[ 4.136170] sd 0:0:0:0: [sda] No Caching mode page present

[ 4.141894] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 4.148286] sd 0:0:0:0: [sda] Attached SCSI removable disk

[ 6.703022] PHY: 0:00 - Link is Up - 1000/Full

[ 6.732204] Sending DHCP requests ., OK

[ 6.752662] IP-Config: Got DHCP answer from 0.0.0.0, my address is 158.218.103.136

[ 6.761036] IP-Config: Complete:

[ 6.764451] device=eth0, addr=158.218.103.136, mask=255.255.254.0, gw=158.218.102.2,

[ 6.772735] host=158.218.103.136, domain=am.dhcp.ti.com, nis-domain=(none),

[ 6.780445] bootserver=0.0.0.0, rootserver=158.218.103.64, rootpath=

[ 6.798968] VFS: Mounted root (nfs filesystem) on device 0:14.

[ 6.805486] Freeing init memory: 228K

INIT: version 2.86 booting

Please wait: booting...

Starting udev

[ 7.291450] udevd (688): /proc/688/oom_adj is deprecated, please use /proc/688/oom_score_adj

instead.

[ 10.464724] cfg80211: Calling CRDA to update world regulatory domain

[ 13.806455] cfg80211: World regulatory domain updated:

-73-

[ 13.811846] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)

[ 13.820605] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 13.828873] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)

[ 13.837134] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)

[ 13.845397] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 13.853664] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 13.881879] FAT-fs (mmcblk0): bogus number of reserved sectors

[ 13.888042] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

[ 13.976395] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.

[ 14.028151] EXT2-fs (mmcblk0): error: can't find an ext2 filesystem on dev mmcblk0.

[ 14.177192] cramfs: wrong magic

[ 14.195317] FAT-fs (mmcblk0): bogus number of reserved sectors

[ 14.201471] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

[ 14.393220] wl1271: loaded

[ 14.638071] FAT-fs (sda): bogus number of reserved sectors

[ 14.643892] FAT-fs (sda): Can't find a valid FAT filesystem

[ 14.717614] EXT3-fs (sda): error: can't find ext3 filesystem on dev sda.

[ 14.753737] EXT2-fs (sda): error: can't find an ext2 filesystem on dev sda.

[ 14.796869] cramfs: wrong magic

[ 14.814439] FAT-fs (sda): bogus number of reserved sectors

[ 14.820192] FAT-fs (sda): Can't find a valid FAT filesystem

[ 15.324658] kjournald starting. Commit interval 5 seconds

[ 15.336555] EXT3-fs (mmcblk0p2): using internal journal

[ 15.342057] EXT3-fs (mmcblk0p2): recovery complete

[ 15.347111] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode

[ 15.525864] EXT2-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommended

[ 15.841962] alignment: ignoring faults is unsafe on this CPU. Defaulting to fixup mode.

-74-

Root filesystem already rw, not remounting

Caching udev devnodes

ALSA: Restoring mixer settings...

No state is present for card EVM

Found hardware: "AM335X_EVM" "" "" "" ""

Hardware is initialized using a generic method

No state is present for card EVM

NOT configuring network interfaces: / is an NFS mount

Wed Dec 7 14:03:00 UTC 2011

INIT: Entering runlevel: 5

Starting system message bus: dbus.

Starting Hardware abstraction layer hald

Starting Dropbear SSH server: dropbear.

Starting telnet daemon.

Starting network benchmark server: netserver.

Starting syslogd/klogd: done

Starting thttpd.

Starting PVR

Starting Lighttpd Web Server: lighttpd.

2011-12-07 14:03:02: (log.c.166) server started

/etc/rc5.d/S97matrix-gui-2.0: line 89: can't create /proc/cpuinfo/alignment: nonexistent

directory

/

/

Starting Matrix GUI application.

[ 19.510766] gadget: Mass Storage Function, version: 2009/09/11

-75-

[ 19.517061] gadget: Number of LUNs=2

[ 19.520890] lun0: LUN: removable file: /dev/mmcblk0p1

[ 19.526264] lun1: LUN: removable file: /dev/mmcblk0p3

[ 19.531810] gadget: Mass Storage Gadget, version: 2009/09/11

[ 19.537851] gadget: userspace failed to provide iSerialNumber

[ 19.543972] gadget: g_mass_storage ready

[ 19.548169] musb-hdrc musb-hdrc.0: MUSB HDRC host driver

[ 19.553763] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2

[ 19.561603] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

[ 19.568702] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 19.576239] usb usb2: Product: MUSB HDRC host driver

[ 19.581413] usb usb2: Manufacturer: Linux 3.1.0 musb-hcd

[ 19.586955] usb usb2: SerialNumber: musb-hdrc.0

[ 19.592357] hub 2-0:1.0: USB hub found

[ 19.596288] hub 2-0:1.0: 1 port detected

***************************************************************

***************************************************************

NOTICE: This file system contains the followin GPLv3 packages:

binutils-dev

binutils-symlinks

binutils

gdbserver

If you do not wish to distribute GPLv3 components please remove

the above packages prior to distribution. This can be done using

the opkg remove command. i.e.:

opkg remove <package>

Where <package> is the name printed in the list above

-76-

NOTE: If the package is a dependency of another package you

will be notified of the dependent packages. You should

use the --force-removal-of-dependent-packages option to

also remove the dependent packages as well

***************************************************************

***************************************************************

_____ _____ _ _

| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_

| | _| .'| . | . | | __| _| . | | | -_| _| _|

|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|

|___| |___|

Arago Project http://arago-project.org am335x-evm ttyO0

Arago 2011.09 am335x-evm ttyO0

am335x-evm login:

- 14:17:18 [INFO] targetc_log: Host: root

- 14:17:18 [INFO] targetc_log: Target:

root

root@am335x-evm:~#

- 14:17:44 [INFO] targetc_log: Target:

üCCCCCCCC

U-Boot SPL 2011.09 (Dec 07 2011 - 13:55:22)

Texas Instruments Revision detection unimplemented

-77-

OMAP SD/MMC: 0

reading u-boot.img

reading u-boot.img

U-Boot 2011.09 (Dec 07 2011 - 13:52:35)

I2C: ready

DRAM: 256 MiB

WARNING: Caches not enabled

Found a daughter card connected

NAND: HW ECC Hamming Code selected

256 MiB

MMC: OMAP SD/MMC: 0

Net: cpsw

Hi

- 14:17:44 [INFO] targetc_log: Host: ESC

- 14:17:54 [INFO] targetc_log: Target:

t any key to stop autoboot: 3 BSBSBS 0

U-Boot#

U-Boot#

- 14:17:54 [INFO] targetc_log: Host: setenv bootdelay 3

- 14:17:55 [INFO] targetc_log: Target:

setenv bootdelay 3

U-Boot#

- 14:17:55 [INFO] targetc_log: Host: saveenv

-78-

- 14:17:55 [INFO] targetc_log: Target:

saveenv

Saving Environment to NAND...

Erasing Nand...

Erasing at 0x260000 -- 100% complete.

Writing to Nand... done

U-Boot#

- 14:17:55 [INFO] targetc_log: Host: printenv

- 14:17:56 [INFO] targetc_log: Target:

printenv

autoload=yes

baudrate=115200

bootargs=console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink root=/dev/nfs

nfsroot=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3,nolock

bootargs_defaults=setenv bootargs console=${console} ${optargs}

bootcmd=dhcp;bootm

bootdelay=3

bootenv=uEnv.txt

bootfile=dta0850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851

474b92

console=ttyO0,115200n8

ethact=cpsw

ethaddr=40:5f:c2:76:4c:d5

importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize

ip_method=dhcp

-79-

loadaddr=0x81000000

loadbootenv=fatload mmc ${mmc_dev} ${loadaddr} ${bootenv}

mmc_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${mmc_root}

rootfstype=${mmc_root_fs_type} ip=${ip_method}

mmc_boot=run mmc_args; run mmc_load_uimage; bootm ${loadaddr}

mmc_dev=0

mmc_load_uimage=mmc rescan; fatload mmc 0 ${loadaddr} uImage

mmc_root=/dev/mmcblk0p2 rw

mmc_root_fs_type=ext3 rootwait

nand_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${nand_root} noinitrd

rootfstype=${nand_root_fs_type} ip=${ip_method}

nand_boot=echo Booting from nand ...; run nand_args; nand read.i ${loadaddr} ${nand_src_addr}

${nand_img_siz}; bootm ${loadaddr}

nand_img_siz=0x500000

nand_root=/dev/mtdblock7 rw

nand_root_fs_type=jffs2

nand_src_addr=0x280000

net_args=run bootargs_defaults;setenv bootargs ${bootargs} root=/dev/nfs

nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=${ip_method}

net_boot=echo Booting from network ...; setenv autoload no; dhcp; tftp ${loadaddr} ${bootfile};

run net_args; bootm ${loadaddr}

nfs_root_path=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3

nfsopts=nolock

nor_args=run bootargs_defaults;setenv bootargs ${bootargs} root={nor_root}

rootfstype=${nor_root_fs_type} ip=${ip_method}

nor_boot=echo Booting from NOR ...; run nor_args; cp.b ${0x08080000} ${loadaddr}

${nor_img_siz}; bootm ${loadaddr}

nor_img_siz=0x280000

nor_root=/dev/mtdblock3 rw

nor_root_fs_type=jffs2

nor_src_addr=0x08080000

-80-

rootpath=/export/rootfs

script_addr=0x81900000

serverip=158.218.103.64

spi_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${spi_root}

rootfstype=${spi_root_fs_type} ip=${ip_method}

spi_boot=echo Booting from spi ...; run spi_args; sf probe ${spi_bus_no}:0; sf read ${loadaddr}

${spi_src_addr} ${spi_img_siz}; bootm ${loadaddr}

spi_bus_no=0

spi_img_siz=0x280000

spi_root=/dev/mtdblock4 rw

spi_root_fs_type=jffs2

spi_src_addr=0x62000

static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off

stderr=serial

stdin=serial

stdout=serial

Environment size: 2688/8188 bytes

U-Boot#

- 14:17:56 [INFO] targetc_log: Host: boot

- 14:17:56 [INFO] targetc_log: Target:

- 14:17:59 [INFO] targetc_log: Target:

boot

link up on port 0, speed 1000, full duplex

BOOTP broadcast 1

*** Unhandled DHCP Option in OFFER/ACK: 44

*** Unhandled DHCP Option in OFFER/ACK: 46

-81-

*** Unhandled DHCP Option in OFFER/ACK: 150

*** Unhandled DHCP Option in OFFER/ACK: 44

*** Unhandled DHCP Option in OFFER/ACK: 46

*** Unhandled DHCP Option in OFFER/ACK: 150

DHCP client bound to address 158.218.103.136

Using cpsw device

TFTP from server 158.218.1

- 14:18:10 [INFO] targetc_log: Target:

03.64; our IP address is 158.218.103.136

Filename

'dta0850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851474b92'.

Load address: 0x81000000

Loading: *BS#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

###################################################

done

Bytes transferred = 2922216 (2c96e8 hex)

## Booting kernel from Legacy Image at 81000000 ...

Image Name: Arago/3.1.0-psp04.06.00.03.sdk/a

Image Type: ARM Linux Kernel Image (uncompressed)

Data Size: 2922152 Bytes = 2.8 MiB

Load Address: 80008000

-82-

Entry Point: 80008000

Verifying Checksum ...

- 14:18:36 [INFO] targetc_log: Target:

OK

Loading Kernel Image ... OK

OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

[ 0.000000] Linux version 3.1.0 (jenkins@sdit-build01) (gcc version 4.5.3 20110311

(prerelease) (GCC) ) #1 Mon Dec 5 16:16:46 CST 2011

[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f

[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache

[ 0.000000] Machine: am335xevm

[ 0.000000] Memory policy: ECC disabled, Data cache writeback

[ 0.000000] AM335X ES1.0 (neon )

[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512

[ 0.000000] Kernel command line: console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink

root=/dev/nfs

nfsroot=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3,nolock

[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)

[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)

[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)

[ 0.000000] Memory: 128MB = 128MB total

[ 0.000000] Memory: 123776k/123776k available, 7296k reserved, 0K highmem

[ 0.000000] Virtual kernel memory layout:

[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)

[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)

-83-

[ 0.000000] DMA : 0xffa00000 - 0xffe00000 ( 4 MB)

[ 0.000000] vmalloc : 0xc8800000 - 0xf8000000 ( 760 MB)

[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)

[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)

[ 0.000000] .text : 0xc0008000 - 0xc0534000 (5296 kB)

[ 0.000000] .init : 0xc0534000 - 0xc056d000 ( 228 kB)

[ 0.000000] .data : 0xc056e000 - 0xc05c2d80 ( 340 kB)

[ 0.000000] .bss : 0xc05c2da4 - 0xc05fd320 ( 234 kB)

[ 0.000000] NR_IRQS:396

[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts

[ 0.000000] Total of 128 interrupts on 1 active controller

[ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz

[ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz

[ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms

[ 0.000000] Console: colour dummy device 80x30

[ 0.000200] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)

[ 0.059025] pid_max: default: 32768 minimum: 301

[ 0.059146] Security Framework initialized

[ 0.059246] Mount-cache hash table entries: 512

[ 0.059612] CPU: Testing write buffer coherency: ok

[ 0.064126] print_constraints: dummy:

[ 0.064486] NET: Registered protocol family 16

[ 0.064820] GPMC revision 6.0

[ 0.066816] OMAP GPIO hardware version 0.1

[ 0.068929] omap_l3_smx omap_l3_smx.0: couldn't find resource

[ 0.069690] omap_mux_init: Add partition: #1: core, flags: 0

[ 0.072602] omap_i2c.1: alias fck already exists

-84-

[ 0.074046] omap2_mcspi.1: alias fck already exists

[ 0.074260] omap2_mcspi.2: alias fck already exists

[ 0.096297] bio: create slab <bio-0> at 0

[ 0.097998] SCSI subsystem initialized

[ 0.100354] usbcore: registered new interface driver usbfs

[ 0.100677] usbcore: registered new interface driver hub

[ 0.100884] usbcore: registered new device driver usb

[ 0.119150] omap_i2c omap_i2c.1: bus 1 rev4.0 at 100 kHz

[ 0.121093] Advanced Linux Sound Architecture Driver Version 1.0.24.

[ 0.122137] Switching to clocksource gp timer

[ 0.129107] Switched to NOHz mode on CPU #0

[ 0.137279] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)

[ 0.137465] musb-hdrc musb-hdrc.0: dma type: pio

[ 0.138283] musb-hdrc musb-hdrc.0: USB OTG mode controller at c880a000 using PIO, IRQ 18

[ 0.138455] musb-hdrc musb-hdrc.1: dma type: pio

[ 0.139155] musb-hdrc musb-hdrc.1: USB OTG mode controller at c880c800 using PIO, IRQ 19

[ 0.139538] NET: Registered protocol family 2

[ 0.139732] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)

[ 0.140019] TCP established hash table entries: 4096 (order: 3, 32768 bytes)

[ 0.140109] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)

[ 0.140163] TCP: Hash tables configured (established 4096 bind 4096)

[ 0.140176] TCP reno registered

[ 0.140189] UDP hash table entries: 256 (order: 0, 4096 bytes)

[ 0.140211] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)

[ 0.140390] NET: Registered protocol family 1

[ 0.140669] RPC: Registered named UNIX socket transport module.

[ 0.140684] RPC: Registered udp transport module.

[ 0.140693] RPC: Registered tcp transport module.

-85-

[ 0.140703] RPC: Registered tcp NFSv4.1 backchannel transport module.

[ 0.140918] NetWinder Floating Point Emulator V0.97 (double precision)

[ 0.149011] VFS: Disk quotas dquot_6.5.2

[ 0.149079] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[ 0.149623] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.

[ 0.149905] msgmni has been set to 241

[ 0.150672] io scheduler noop registered

[ 0.150688] io scheduler deadline registered

[ 0.150763] io scheduler cfq registered (default)

[ 0.154243] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled

[ 0.155876] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0

[ 0.633647] console [ttyO0] enabled

[ 0.637808] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1

[ 0.645565] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2

[ 0.653264] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3

[ 0.660892] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4

[ 0.668567] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5

[ 0.684797] brd: module loaded

[ 0.692929] loop: module loaded

[ 0.696371] i2c-core: driver [tsl2550] using legacy suspend method

[ 0.702845] i2c-core: driver [tsl2550] using legacy resume method

[ 0.709258] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

[ 0.717155] Detected a daughter card on AM335x EVM..

[ 0.722209] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

[ 0.737578] Board name: A33515BB

[ 0.740939] Board version: 1.1A

[ 0.744220] SKU: SKU#01

-86-

[ 0.747316] The board is general purpose EVM in profile 0

[ 0.753810] da8xx_lcdc da8xx_lcdc.0: GLCD: Found TFC_S9700RTWV35TR_01B panel

[ 0.774436] Console: switching to colour frame buffer device 100x30

[ 0.786844] TSC connected to beta GP EVM

[ 0.792016] omap_i2c.2: alias fck already exists

[ 0.812223] omap_i2c omap_i2c.2: bus 2 rev4.0 at 100 kHz

[ 0.818565] tsl2550 2-0039: standard operating mode

[ 0.824372] tsl2550 2-0039: support ver. 1.2 enabled

[ 0.830290] omap_hsmmc.0: alias fck already exists

[ 0.835746] omap_hsmmc.2: alias fck already exists

[ 0.841092] Configure Bluetooth Enable pin...

[ 0.845725] _omap_mux_get_by_name: Could not find signal gpmc_a8.gpio1_22

[ 0.854411] lis3lv02d: 8 bits 3DLH sensor found

[ 0.932565] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0

[ 0.943414] mtdoops: mtd device (mtddev=name/number) must be supplied

[ 0.950319] omap2-nand driver initializing

[ 0.955012] ONFI flash detected

[ 0.958411] ONFI param page 0 valid

[ 0.962056] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP)

[ 0.970459] Creating 8 MTD partitions on "omap2-nand.0":

[ 0.976020] 0x000000000000-0x000000020000 : "SPL"

[ 0.982627] 0x000000020000-0x000000040000 : "SPL.backup1"

[ 0.989498] 0x000000040000-0x000000060000 : "SPL.backup2"

[ 0.996445] 0x000000060000-0x000000080000 : "SPL.backup3"

[ 1.003399] 0x000000080000-0x000000260000 : "U-Boot"

[ 1.010589] 0x000000260000-0x000000280000 : "U-Boot Env"

[ 1.017479] 0x000000280000-0x000000780000 : "Kernel"

[ 1.025928] 0x000000780000-0x000010000000 : "File System"

-87-

[ 1.135162] OneNAND driver initializing

[ 1.182197] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6

[ 1.188646] davinci_mdio davinci_mdio.0: detected phy mask fffffffe

[ 1.195849] davinci_mdio.0: probed

[ 1.199398] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown

[ 1.206940] CAN device driver interface

[ 1.210941] CAN bus driver for Bosch D_CAN controller 1.0

[ 1.217309] usbcore: registered new interface driver cdc_ether

[ 1.223611] usbcore: registered new interface driver cdc_subset

[ 1.229830] Initializing USB Mass Storage driver...

[ 1.235117] usbcore: registered new interface driver usb-storage

[ 1.241380] USB Mass Storage support registered.

[ 1.246260] musb-hdrc musb-hdrc.1: MUSB HDRC host driver

[ 1.251867] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1

[ 1.259709] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

[ 1.266802] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 1.274342] usb usb1: Product: MUSB HDRC host driver

[ 1.279514] usb usb1: Manufacturer: Linux 3.1.0 musb-hcd

[ 1.285055] usb usb1: SerialNumber: musb-hdrc.1

[ 1.290568] hub 1-0:1.0: USB hub found

[ 1.294540] hub 1-0:1.0: 1 port detected

[ 1.299707] mousedev: PS/2 mouse device common for all mice

[ 1.306514] input: matrix-keypad as /devices/platform/matrix-keypad/input/input1

[ 1.315646] input: ti-tsc-adcc as /devices/platform/tsc/input/input2

[ 1.323721] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0

[ 1.330551] i2c /dev entries driver

[ 1.335777] lm75 2-0048: hwmon0: sensor 'tmp275'

-88-

[ 1.374432] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec

[ 1.381161] cpuidle: using governor ladder

[ 1.385956] cpuidle: using governor menu

[ 1.394130] usbcore: registered new interface driver usbhid

[ 1.399945] usbhid: USB HID core driver

[ 1.405000] usbcore: registered new interface driver snd-usb-audio

[ 1.413511] _regulator_get: 2-001b supply IOVDD not found, using dummy regulator

[ 1.421296] _regulator_get: 2-001b supply DVDD not found, using dummy regulator

[ 1.428999] _regulator_get: 2-001b supply AVDD not found, using dummy regulator

[ 1.436666] _regulator_get: 2-001b supply DRVDD not found, using dummy regulator

[ 1.482279] mmc0: new high speed SDHC card at address b368

[ 1.488767] mmcblk0: mmc0:b368 SDC 3.72 GiB

[ 1.497051] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok

[ 1.503729] mmcblk0: p1 p2 p3

[ 1.579246] ALSA device list:

[ 1.582383] #0: AM335X EVM

[ 1.585383] oprofile: hardware counters not available

[ 1.590647] oprofile: using timer interrupt.

[ 1.595138] nf_conntrack version 0.5.0 (1934 buckets, 7736 max)

[ 1.601781] ip_tables: (C) 2000-2006 Netfilter Core Team

[ 1.607477] TCP cubic registered

[ 1.610845] NET: Registered protocol family 17

[ 1.615512] can: controller area network core (rev 20090105 abi 8)

[ 1.622047] NET: Registered protocol family 29

[ 1.626695] can: raw protocol (rev 20090105)

[ 1.631146] can: broadcast manager protocol (rev 20090105 t)

[ 1.637099] Registering the dns_resolver key type

[ 1.642073] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3

-89-

[ 1.650086] ThumbEE CPU extension supported.

[ 1.655332] _regulator_get: mpu.0 supply mpu not found, using dummy regulator

[ 1.662898] omap2_set_init_voltage: Fail set voltage-dpll_mpu_ck(f=720000000 v=1260000)on

vddmpu

[ 1.672061] omap2_set_init_voltage: unable to set vdd_mpu

[ 1.679970] Detected MACID=40:5f:c2:76:4c:d5

[ 1.686524] input: gpio-keys as /devices/platform/gpio-keys/input/input3

[ 1.694354] omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)

[ 1.706767]

[ 1.706773] CPSW phy found : id is : 0x4dd074

[ 1.713659] PHY 0:01 not found

[ 1.719978] mmc1: card claims to support voltages below the defined range. These will be

ignored.

[ 1.739050] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)

[ 1.745572] mmc1: new SDIO card at address 0001

[ 1.872207] usb 1-1: new high speed USB device number 2 using musb-hdrc

[ 2.017754] usb 1-1: New USB device found, idVendor=1ce2, idProduct=953a

[ 2.024759] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 2.032208] usb 1-1: Product: SW4 USB

[ 2.036021] usb 1-1: Manufacturer: Extron Electronics

[ 2.042308] hub 1-1:1.0: USB hub found

[ 2.046295] hub 1-1:1.0: 4 ports detected

[ 2.322216] usb 1-1.2: new full speed USB device number 3 using musb-hdrc

[ 2.423077] usb 1-1.2: New USB device found, idVendor=413c, idProduct=1002

[ 2.430247] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 2.437883] usb 1-1.2: Product: Dell USB Keyboard Hub

[ 2.443158] usb 1-1.2: Manufacturer: Dell

[ 2.448661] hub 1-1.2:1.0: USB hub found

-90-

[ 2.452905] hub 1-1.2:1.0: 3 ports detected

[ 2.532218] usb 1-1.3: new high speed USB device number 4 using musb-hdrc

[ 2.784097] usb 1-1.3: New USB device found, idVendor=058f, idProduct=6387

[ 2.791264] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3

[ 2.798894] usb 1-1.3: Product: Mass Storage Device

[ 2.803990] usb 1-1.3: Manufacturer: JetFlash

[ 2.808527] usb 1-1.3: SerialNumber: NJLIMJD0

[ 2.814163] scsi0 : usb-storage 1-1.3:1.0

[ 2.892233] usb 1-1.4: new low speed USB device number 5 using musb-hdrc

[ 2.995744] usb 1-1.4: New USB device found, idVendor=0461, idProduct=4d15

[ 3.002933] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0

[ 3.010551] usb 1-1.4: Product: USB Optical Mouse

[ 3.020217] input: USB Optical Mouse as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.4/1-1.4:1.0/input/input4

[ 3.032730] generic-usb 0003:0461:4D15.0001: input: USB HID v1.11 Mouse [USB Optical Mouse]

on usb-musb-hdrc.1-1.4/input0

[ 3.122254] usb 1-1.2.1: new full speed USB device number 6 using musb-hdrc

[ 3.223166] usb 1-1.2.1: New USB device found, idVendor=413c, idProduct=2002

[ 3.230517] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 3.238334] usb 1-1.2.1: Product: Dell USB Keyboard Hub

[ 3.243791] usb 1-1.2.1: Manufacturer: Dell

[ 3.251998] input: Dell Dell USB Keyboard Hub as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input5

[ 3.266032] generic-usb 0003:413C:2002.0002: input: USB HID v1.10 Keyboard [Dell Dell USB

Keyboard Hub] on usb-musb-hdrc.1-1.2.1/input0

[ 3.284398] input: Dell Dell USB Keyboard Hub as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/input/input6

[ 3.298345] generic-usb 0003:413C:2002.0003: input: USB HID v1.10 Device [Dell Dell USB

Keyboard Hub] on usb-musb-hdrc.1-1.2.1/input1

[ 3.813157] scsi 0:0:0:0: Direct-Access JetFlash Transcend 4GB 8.07 PQ: 0 ANSI: 2

[ 3.824286] sd 0:0:0:0: [sda] 7843840 512-byte logical blocks: (4.01 GB/3.74 GiB)

-91-

[ 3.832327] sd 0:0:0:0: [sda] Write Protect is off

[ 3.837526] sd 0:0:0:0: [sda] No Caching mode page present

[ 3.843273] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 3.851391] sd 0:0:0:0: [sda] No Caching mode page present

[ 3.857148] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 4.131712] sda: sda1

[ 4.136028] sd 0:0:0:0: [sda] No Caching mode page present

[ 4.141752] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 4.148148] sd 0:0:0:0: [sda] Attached SCSI removable disk

[ 6.702992] PHY: 0:00 - Link is Up - 1000/Full

[ 6.732190] Sending DHCP requests ., OK

[ 6.752647] IP-Config: Got DHCP answer from 0.0.0.0, my address is 158.218.103.136

[ 6.760981] IP-Config: Complete:

[ 6.764395] device=eth0, addr=158.218.103.136, mask=255.255.254.0, gw=158.218.102.2,

[ 6.772676] host=158.218.103.136, domain=am.dhcp.ti.com, nis-domain=(none),

[ 6.780386] bootserver=0.0.0.0, rootserver=158.218.103.64, rootpath=

[ 6.798911] VFS: Mounted root (nfs filesystem) on device 0:14.

[ 6.805432] Freeing init memory: 228K

INIT: version 2.86 booting

Please wait: booting...

Starting udev

[ 7.286700] udevd (688): /proc/688/oom_adj is deprecated, please use /proc/688/oom_score_adj

instead.

[ 10.462323] cfg80211: Calling CRDA to update world regulatory domain

[ 14.175543] FAT-fs (mmcblk0): bogus number of reserved sectors

[ 14.181675] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

-92-

[ 14.197642] cfg80211: World regulatory domain updated:

[ 14.203090] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)

[ 14.211798] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 14.220112] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)

[ 14.228378] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)

[ 14.236644] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 14.244912] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 14.367959] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.

[ 14.384246] EXT2-fs (mmcblk0): error: can't find an ext2 filesystem on dev mmcblk0.

[ 14.418704] cramfs: wrong magic

[ 14.427465] FAT-fs (mmcblk0): bogus number of reserved sectors

[ 14.433647] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

[ 14.554280] wl1271: loaded

[ 14.800672] FAT-fs (sda): bogus number of reserved sectors

[ 14.806492] FAT-fs (sda): Can't find a valid FAT filesystem

[ 14.894452] EXT3-fs (sda): error: can't find ext3 filesystem on dev sda.

[ 14.923833] EXT2-fs (sda): error: can't find an ext2 filesystem on dev sda.

[ 14.976861] cramfs: wrong magic

[ 14.996013] FAT-fs (sda): bogus number of reserved sectors

[ 15.001756] FAT-fs (sda): Can't find a valid FAT filesystem

[ 15.535064] EXT2-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommended

[ 15.755417] kjournald starting. Commit interval 5 seconds

[ 15.763050] EXT3-fs (mmcblk0p2): using internal journal

[ 15.768553] EXT3-fs (mmcblk0p2): recovery complete

[ 15.773691] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode

[ 16.021283] alignment: ignoring faults is unsafe on this CPU. Defaulting to fixup mode.

Root filesystem already rw, not remounting

-93-

Caching udev devnodes

ALSA: Restoring mixer settings...

No state is present for card EVM

Found hardware: "AM335X_EVM" "" "" "" ""

Hardware is initialized using a generic method

NOT configuring network interfaces: / is an NFS mount

No state is present for card EVM

Wed Dec 7 14:03:00 UTC 2011

INIT: Entering runlevel: 5

Starting system message bus: dbus.

Starting Hardware abstraction layer hald

Starting Dropbear SSH server: dropbear.

Starting telnet daemon.

Starting network benchmark server: netserver.

Starting syslogd/klogd: done

Starting thttpd.

Starting PVR

Starting Lighttpd Web Server: lighttpd.

2011-12-07 14:03:02: (log.c.166) server started

/etc/rc5.d/S97matrix-gui-2.0: line 89: can't create /proc/cpuinfo/alignment: nonexistent

directory

/

/

Starting Matrix GUI application.

[ 19.721394] gadget: Mass Storage Function, version: 2009/09/11

[ 19.727675] gadget: Number of LUNs=2

-94-

[ 19.731508] lun0: LUN: removable file: /dev/mmcblk0p1

[ 19.736878] lun1: LUN: removable file: /dev/mmcblk0p3

[ 19.742281] gadget: Mass Storage Gadget, version: 2009/09/11

[ 19.748274] gadget: userspace failed to provide iSerialNumber

[ 19.754386] gadget: g_mass_storage ready

[ 19.758591] musb-hdrc musb-hdrc.0: MUSB HDRC host driver

[ 19.764188] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2

[ 19.772015] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

[ 19.779111] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 19.786649] usb usb2: Product: MUSB HDRC host driver

[ 19.791824] usb usb2: Manufacturer: Linux 3.1.0 musb-hcd

[ 19.797366] usb usb2: SerialNumber: musb-hdrc.0

[ 19.802760] hub 2-0:1.0: USB hub found

[ 19.806694] hub 2-0:1.0: 1 port detected

***************************************************************

***************************************************************

NOTICE: This file system contains the followin GPLv3 packages:

binutils-dev

binutils-symlinks

binutils

gdbserver

If you do not wish to distribute GPLv3 components please remove

the above packages prior to distribution. This can be done using

the opkg remove command. i.e.:

opkg remove <package>

Where <package> is the name printed in the list above

-95-

NOTE: If the package is a dependency of another package you

will be notified of the dependent packages. You should

use the --force-removal-of-dependent-packages option to

also remove the dependent packages as well

***************************************************************

***************************************************************

_____ _____ _ _

| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_

| | _| .'| . | . | | __| _| . | | | -_| _| _|

|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|

|___| |___|

Arago Project http://arago-project.org am335x-evm ttyO0

Arago 2011.09 am335x-evm ttyO0

am335x-evm login:

- 14:18:36 [INFO] targetc_log: Host: root

- 14:18:37 [INFO] targetc_log: Target:

root

root@am335x-evm:~#

- 14:19:01 [INFO] targetc_log: Target:

CCCC

U-Boot SPL 2011.09 (Dec 07 2011 - 13:55:22)

Texas Instruments Revision detection unimplemented

OMAP SD/MMC: 0

-96-

reading u-boot.img

reading u-boot.img

U-Boot 2011.09 (Dec 07 2011 - 13:52:35)

I2C: ready

DRAM: 256 MiB

WARNING: Caches not enabled

Found a daughter card connected

NAND: HW ECC Hamming Code selected

256 MiB

MMC: OMAP SD/MMC: 0

Net: cpsw

Hit any key to stop autoboot: 3

- 14:19:01 [INFO] targetc_log: Host: ESC

- 14:19:11 [INFO] targetc_log: Target:

BSBSBS 0

U-Boot#

U-Boot#

- 14:19:11 [INFO] targetc_log: Host: setenv bootdelay 3

- 14:19:12 [INFO] targetc_log: Target:

setenv bootdelay 3

U-Boot#

- 14:19:12 [INFO] targetc_log: Host: saveenv

- 14:19:12 [INFO] targetc_log: Target:

-97-

saveenv

Saving Environment to NAND...

Erasing Nand...

Erasing at 0x260000 -- 100% complete.

Writing to Nand... done

U-Boot#

- 14:19:12 [INFO] targetc_log: Host: printenv

- 14:19:13 [INFO] targetc_log: Target:

printenv

autoload=yes

baudrate=115200

bootargs=console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink root=/dev/nfs

nfsroot=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3,nolock

bootargs_defaults=setenv bootargs console=${console} ${optargs}

bootcmd=dhcp;bootm

bootdelay=3

bootenv=uEnv.txt

bootfile=dta0850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851

474b92

console=ttyO0,115200n8

ethact=cpsw

ethaddr=40:5f:c2:76:4c:d5

importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize

ip_method=dhcp

loadaddr=0x81000000

-98-

loadbootenv=fatload mmc ${mmc_dev} ${loadaddr} ${bootenv}

mmc_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${mmc_root}

rootfstype=${mmc_root_fs_type} ip=${ip_method}

mmc_boot=run mmc_args; run mmc_load_uimage; bootm ${loadaddr}

mmc_dev=0

mmc_load_uimage=mmc rescan; fatload mmc 0 ${loadaddr} uImage

mmc_root=/dev/mmcblk0p2 rw

mmc_root_fs_type=ext3 rootwait

nand_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${nand_root} noinitrd

rootfstype=${nand_root_fs_type} ip=${ip_method}

nand_boot=echo Booting from nand ...; run nand_args; nand read.i ${loadaddr} ${nand_src_addr}

${nand_img_siz}; bootm ${loadaddr}

nand_img_siz=0x500000

nand_root=/dev/mtdblock7 rw

nand_root_fs_type=jffs2

nand_src_addr=0x280000

net_args=run bootargs_defaults;setenv bootargs ${bootargs} root=/dev/nfs

nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=${ip_method}

net_boot=echo Booting from network ...; setenv autoload no; dhcp; tftp ${loadaddr} ${bootfile};

run net_args; bootm ${loadaddr}

nfs_root_path=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3

nfsopts=nolock

nor_args=run bootargs_defaults;setenv bootargs ${bootargs} root={nor_root}

rootfstype=${nor_root_fs_type} ip=${ip_method}

nor_boot=echo Booting from NOR ...; run nor_args; cp.b ${0x08080000} ${loadaddr}

${nor_img_siz}; bootm ${loadaddr}

nor_img_siz=0x280000

nor_root=/dev/mtdblock3 rw

nor_root_fs_type=jffs2

nor_src_addr=0x08080000

rootpath=/export/rootfs

-99-

script_addr=0x81900000

serverip=158.218.103.64

spi_args=run bootargs_defaults;setenv bootargs ${bootargs} root=${spi_root}

rootfstype=${spi_root_fs_type} ip=${ip_method}

spi_boot=echo Booting from spi ...; run spi_args; sf probe ${spi_bus_no}:0; sf read ${loadaddr}

${spi_src_addr} ${spi_img_siz}; bootm ${loadaddr}

spi_bus_no=0

spi_img_siz=0x280000

spi_root=/dev/mtdblock4 rw

spi_root_fs_type=jffs2

spi_src_addr=0x62000

static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off

stderr=serial

stdin=serial

stdout=serial

Environment size: 2688/8188 bytes

U-Boot#

- 14:19:13 [INFO] targetc_log: Host: boot

- 14:19:13 [INFO] targetc_log: Target:

- 14:19:16 [INFO] targetc_log: Target:

boot

link up on port 0, speed 1000, full duplex

BOOTP broadcast 1

*** Unhandled DHCP Option in OFFER/ACK: 44

*** Unhandled DHCP Option in OFFER/ACK: 46

*** Unhandled DHCP Option in OFFER/ACK: 150

-100-

*** Unhandled DHCP Option in OFFER/ACK: 44

*** Unhandled DHCP Option in OFFER/ACK: 46

*** Unhandled DHCP Option in OFFER/ACK: 150

DHCP client bound to address 158.218.103.136

Using cpsw device

TFTP from server 158.218.103.64; our IP address is 158.218.103.136

Filename

'dta0850405-ubuntu1/amsdk_05.03.01.00_rc3-nfs-tee64/am335x-evm/54d192d7af8e5bd31cbc6f3851474b92'.

Load address: 0x81

- 14:19:27 [INFO] targetc_log: Target:

000000

Loading: *BS#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

#################################################################

###################################################

done

Bytes transferred = 2922216 (2c96e8 hex)

## Booting kernel from Legacy Image at 81000000 ...

Image Name: Arago/3.1.0-psp04.06.00.03.sdk/a

Image Type: ARM Linux Kernel Image (uncompressed)

Data Size: 2922152 Bytes = 2.8 MiB

Load Address: 80008000

Entry Point: 80008000

-101-

Verifying Checksum ...

- 14:19:53 [INFO] targetc_log: Target:

OK

Loading Kernel Image ... OK

OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

[ 0.000000] Linux version 3.1.0 (jenkins@sdit-build01) (gcc version 4.5.3 20110311

(prerelease) (GCC) ) #1 Mon Dec 5 16:16:46 CST 2011

[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f

[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache

[ 0.000000] Machine: am335xevm

[ 0.000000] Memory policy: ECC disabled, Data cache writeback

[ 0.000000] AM335X ES1.0 (neon )

[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512

[ 0.000000] Kernel command line: console=ttyO0,115200n8 ip=dhcp mem=128M earlyprink

root=/dev/nfs

nfsroot=158.218.103.64:/home/a0850405local/NFS_exports/linux/arago-test/am335x/rc3,nolock

[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)

[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)

[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)

[ 0.000000] Memory: 128MB = 128MB total

[ 0.000000] Memory: 123776k/123776k available, 7296k 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 : 0xffa00000 - 0xffe00000 ( 4 MB)

-102-

[ 0.000000] vmalloc : 0xc8800000 - 0xf8000000 ( 760 MB)

[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)

[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)

[ 0.000000] .text : 0xc0008000 - 0xc0534000 (5296 kB)

[ 0.000000] .init : 0xc0534000 - 0xc056d000 ( 228 kB)

[ 0.000000] .data : 0xc056e000 - 0xc05c2d80 ( 340 kB)

[ 0.000000] .bss : 0xc05c2da4 - 0xc05fd320 ( 234 kB)

[ 0.000000] NR_IRQS:396

[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts

[ 0.000000] Total of 128 interrupts on 1 active controller

[ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz

[ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz

[ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms

[ 0.000000] Console: colour dummy device 80x30

[ 0.000199] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)

[ 0.059023] pid_max: default: 32768 minimum: 301

[ 0.059144] Security Framework initialized

[ 0.059246] Mount-cache hash table entries: 512

[ 0.059612] CPU: Testing write buffer coherency: ok

[ 0.064096] print_constraints: dummy:

[ 0.064462] NET: Registered protocol family 16

[ 0.064797] GPMC revision 6.0

[ 0.066793] OMAP GPIO hardware version 0.1

[ 0.068889] omap_l3_smx omap_l3_smx.0: couldn't find resource

[ 0.069659] omap_mux_init: Add partition: #1: core, flags: 0

[ 0.072598] omap_i2c.1: alias fck already exists

[ 0.074046] omap2_mcspi.1: alias fck already exists

-103-

[ 0.074259] omap2_mcspi.2: alias fck already exists

[ 0.096414] bio: create slab <bio-0> at 0

[ 0.098145] SCSI subsystem initialized

[ 0.100499] usbcore: registered new interface driver usbfs

[ 0.100830] usbcore: registered new interface driver hub

[ 0.101032] usbcore: registered new device driver usb

[ 0.119147] omap_i2c omap_i2c.1: bus 1 rev4.0 at 100 kHz

[ 0.121105] Advanced Linux Sound Architecture Driver Version 1.0.24.

[ 0.122146] Switching to clocksource gp timer

[ 0.129103] Switched to NOHz mode on CPU #0

[ 0.137321] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)

[ 0.137513] musb-hdrc musb-hdrc.0: dma type: pio

[ 0.138333] musb-hdrc musb-hdrc.0: USB OTG mode controller at c880a000 using PIO, IRQ 18

[ 0.138498] musb-hdrc musb-hdrc.1: dma type: pio

[ 0.139190] musb-hdrc musb-hdrc.1: USB OTG mode controller at c880c800 using PIO, IRQ 19

[ 0.139582] NET: Registered protocol family 2

[ 0.139775] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)

[ 0.140070] TCP established hash table entries: 4096 (order: 3, 32768 bytes)

[ 0.140161] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)

[ 0.140215] TCP: Hash tables configured (established 4096 bind 4096)

[ 0.140228] TCP reno registered

[ 0.140241] UDP hash table entries: 256 (order: 0, 4096 bytes)

[ 0.140263] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)

[ 0.140438] NET: Registered protocol family 1

[ 0.140716] RPC: Registered named UNIX socket transport module.

[ 0.140731] RPC: Registered udp transport module.

[ 0.140740] RPC: Registered tcp transport module.

[ 0.140749] RPC: Registered tcp NFSv4.1 backchannel transport module.

-104-

[ 0.140972] NetWinder Floating Point Emulator V0.97 (double precision)

[ 0.149074] VFS: Disk quotas dquot_6.5.2

[ 0.149143] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[ 0.149687] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.

[ 0.149965] msgmni has been set to 241

[ 0.150725] io scheduler noop registered

[ 0.150740] io scheduler deadline registered

[ 0.150819] io scheduler cfq registered (default)

[ 0.154498] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled

[ 0.156130] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0

[ 0.633901] console [ttyO0] enabled

[ 0.638047] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1

[ 0.645807] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2

[ 0.653504] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3

[ 0.661128] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4

[ 0.668811] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5

[ 0.685060] brd: module loaded

[ 0.693180] loop: module loaded

[ 0.696628] i2c-core: driver [tsl2550] using legacy suspend method

[ 0.703109] i2c-core: driver [tsl2550] using legacy resume method

[ 0.709521] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

[ 0.717422] Detected a daughter card on AM335x EVM..

[ 0.722479] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

[ 0.737853] Board name: A33515BB

[ 0.741215] Board version: 1.1A

[ 0.744496] SKU: SKU#01

[ 0.747591] The board is general purpose EVM in profile 0

-105-

[ 0.754096] da8xx_lcdc da8xx_lcdc.0: GLCD: Found TFC_S9700RTWV35TR_01B panel

[ 0.774760] Console: switching to colour frame buffer device 100x30

[ 0.787193] TSC connected to beta GP EVM

[ 0.792438] omap_i2c.2: alias fck already exists

[ 0.812235] omap_i2c omap_i2c.2: bus 2 rev4.0 at 100 kHz

[ 0.818564] tsl2550 2-0039: standard operating mode

[ 0.824374] tsl2550 2-0039: support ver. 1.2 enabled

[ 0.830297] omap_hsmmc.0: alias fck already exists

[ 0.835752] omap_hsmmc.2: alias fck already exists

[ 0.841095] Configure Bluetooth Enable pin...

[ 0.845726] _omap_mux_get_by_name: Could not find signal gpmc_a8.gpio1_22

[ 0.854404] lis3lv02d: 8 bits 3DLH sensor found

[ 0.932578] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0

[ 0.943450] mtdoops: mtd device (mtddev=name/number) must be supplied

[ 0.950357] omap2-nand driver initializing

[ 0.955048] ONFI flash detected

[ 0.958442] ONFI param page 0 valid

[ 0.962084] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP)

[ 0.970477] Creating 8 MTD partitions on "omap2-nand.0":

[ 0.976035] 0x000000000000-0x000000020000 : "SPL"

[ 0.982685] 0x000000020000-0x000000040000 : "SPL.backup1"

[ 0.989562] 0x000000040000-0x000000060000 : "SPL.backup2"

[ 0.996530] 0x000000060000-0x000000080000 : "SPL.backup3"

[ 1.003508] 0x000000080000-0x000000260000 : "U-Boot"

[ 1.010700] 0x000000260000-0x000000280000 : "U-Boot Env"

[ 1.017606] 0x000000280000-0x000000780000 : "Kernel"

[ 1.026058] 0x000000780000-0x000010000000 : "File System"

[ 1.135297] OneNAND driver initializing

-106-

[ 1.182203] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6

[ 1.188653] davinci_mdio davinci_mdio.0: detected phy mask fffffffe

[ 1.195846] davinci_mdio.0: probed

[ 1.199396] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown

[ 1.206933] CAN device driver interface

[ 1.210935] CAN bus driver for Bosch D_CAN controller 1.0

[ 1.217305] usbcore: registered new interface driver cdc_ether

[ 1.223601] usbcore: registered new interface driver cdc_subset

[ 1.229822] Initializing USB Mass Storage driver...

[ 1.235116] usbcore: registered new interface driver usb-storage

[ 1.241375] USB Mass Storage support registered.

[ 1.246258] musb-hdrc musb-hdrc.1: MUSB HDRC host driver

[ 1.251866] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1

[ 1.259705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

[ 1.266798] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 1.274338] usb usb1: Product: MUSB HDRC host driver

[ 1.279509] usb usb1: Manufacturer: Linux 3.1.0 musb-hcd

[ 1.285051] usb usb1: SerialNumber: musb-hdrc.1

[ 1.290584] hub 1-0:1.0: USB hub found

[ 1.294555] hub 1-0:1.0: 1 port detected

[ 1.299725] mousedev: PS/2 mouse device common for all mice

[ 1.306543] input: matrix-keypad as /devices/platform/matrix-keypad/input/input1

[ 1.315675] input: ti-tsc-adcc as /devices/platform/tsc/input/input2

[ 1.323755] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0

[ 1.330583] i2c /dev entries driver

[ 1.335828] lm75 2-0048: hwmon0: sensor 'tmp275'

[ 1.374452] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec

-107-

[ 1.381186] cpuidle: using governor ladder

[ 1.385976] cpuidle: using governor menu

[ 1.394151] usbcore: registered new interface driver usbhid

[ 1.399966] usbhid: USB HID core driver

[ 1.405020] usbcore: registered new interface driver snd-usb-audio

[ 1.413520] _regulator_get: 2-001b supply IOVDD not found, using dummy regulator

[ 1.421306] _regulator_get: 2-001b supply DVDD not found, using dummy regulator

[ 1.429012] _regulator_get: 2-001b supply AVDD not found, using dummy regulator

[ 1.436682] _regulator_get: 2-001b supply DRVDD not found, using dummy regulator

[ 1.482289] mmc0: new high speed SDHC card at address b368

[ 1.488780] mmcblk0: mmc0:b368 SDC 3.72 GiB

[ 1.497078] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok

[ 1.503771] mmcblk0: p1 p2 p3

[ 1.579270] ALSA device list:

[ 1.582403] #0: AM335X EVM

[ 1.585408] oprofile: hardware counters not available

[ 1.590672] oprofile: using timer interrupt.

[ 1.595164] nf_conntrack version 0.5.0 (1934 buckets, 7736 max)

[ 1.601809] ip_tables: (C) 2000-2006 Netfilter Core Team

[ 1.607505] TCP cubic registered

[ 1.610871] NET: Registered protocol family 17

[ 1.615536] can: controller area network core (rev 20090105 abi 8)

[ 1.622072] NET: Registered protocol family 29

[ 1.626720] can: raw protocol (rev 20090105)

[ 1.631168] can: broadcast manager protocol (rev 20090105 t)

[ 1.637118] Registering the dns_resolver key type

[ 1.642094] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3

[ 1.650106] ThumbEE CPU extension supported.

-108-

[ 1.655346] _regulator_get: mpu.0 supply mpu not found, using dummy regulator

[ 1.662906] omap2_set_init_voltage: Fail set voltage-dpll_mpu_ck(f=720000000 v=1260000)on

vddmpu

[ 1.672067] omap2_set_init_voltage: unable to set vdd_mpu

[ 1.680000] Detected MACID=40:5f:c2:76:4c:d5

[ 1.686565] input: gpio-keys as /devices/platform/gpio-keys/input/input3

[ 1.694401] omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)

[ 1.706831]

[ 1.706836] CPSW phy found : id is : 0x4dd074

[ 1.713722] PHY 0:01 not found

[ 1.720037] mmc1: card claims to support voltages below the defined range. These will be

ignored.

[ 1.739101] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)

[ 1.745617] mmc1: new SDIO card at address 0001

[ 1.872213] usb 1-1: new high speed USB device number 2 using musb-hdrc

[ 2.017759] usb 1-1: New USB device found, idVendor=1ce2, idProduct=953a

[ 2.024762] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 2.032212] usb 1-1: Product: SW4 USB

[ 2.036025] usb 1-1: Manufacturer: Extron Electronics

[ 2.042295] hub 1-1:1.0: USB hub found

[ 2.046282] hub 1-1:1.0: 4 ports detected

[ 2.322226] usb 1-1.2: new full speed USB device number 3 using musb-hdrc

[ 2.423092] usb 1-1.2: New USB device found, idVendor=413c, idProduct=1002

[ 2.430261] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 2.437898] usb 1-1.2: Product: Dell USB Keyboard Hub

[ 2.443171] usb 1-1.2: Manufacturer: Dell

[ 2.448674] hub 1-1.2:1.0: USB hub found

[ 2.452913] hub 1-1.2:1.0: 3 ports detected

-109-

[ 2.532223] usb 1-1.3: new high speed USB device number 4 using musb-hdrc

[ 2.784107] usb 1-1.3: New USB device found, idVendor=058f, idProduct=6387

[ 2.791278] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3

[ 2.798910] usb 1-1.3: Product: Mass Storage Device

[ 2.804006] usb 1-1.3: Manufacturer: JetFlash

[ 2.808543] usb 1-1.3: SerialNumber: NJLIMJD0

[ 2.814169] scsi0 : usb-storage 1-1.3:1.0

[ 2.892239] usb 1-1.4: new low speed USB device number 5 using musb-hdrc

[ 2.995751] usb 1-1.4: New USB device found, idVendor=0461, idProduct=4d15

[ 3.002939] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0

[ 3.010558] usb 1-1.4: Product: USB Optical Mouse

[ 3.020206] input: USB Optical Mouse as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.4/1-1.4:1.0/input/input4

[ 3.032705] generic-usb 0003:0461:4D15.0001: input: USB HID v1.11 Mouse [USB Optical Mouse]

on usb-musb-hdrc.1-1.4/input0

[ 3.122255] usb 1-1.2.1: new full speed USB device number 6 using musb-hdrc

[ 3.223212] usb 1-1.2.1: New USB device found, idVendor=413c, idProduct=2002

[ 3.230560] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 3.238378] usb 1-1.2.1: Product: Dell USB Keyboard Hub

[ 3.243835] usb 1-1.2.1: Manufacturer: Dell

[ 3.252081] input: Dell Dell USB Keyboard Hub as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input5

[ 3.266101] generic-usb 0003:413C:2002.0002: input: USB HID v1.10 Keyboard [Dell Dell USB

Keyboard Hub] on usb-musb-hdrc.1-1.2.1/input0

[ 3.284506] input: Dell Dell USB Keyboard Hub as

/devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/input/input6

[ 3.298471] generic-usb 0003:413C:2002.0003: input: USB HID v1.10 Device [Dell Dell USB

Keyboard Hub] on usb-musb-hdrc.1-1.2.1/input1

[ 3.813168] scsi 0:0:0:0: Direct-Access JetFlash Transcend 4GB 8.07 PQ: 0 ANSI: 2

[ 3.824316] sd 0:0:0:0: [sda] 7843840 512-byte logical blocks: (4.01 GB/3.74 GiB)

[ 3.832395] sd 0:0:0:0: [sda] Write Protect is off

-110-

[ 3.837603] sd 0:0:0:0: [sda] No Caching mode page present

[ 3.843350] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 3.851508] sd 0:0:0:0: [sda] No Caching mode page present

[ 3.857267] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 4.131845] sda: sda1

[ 4.136196] sd 0:0:0:0: [sda] No Caching mode page present

[ 4.141921] sd 0:0:0:0: [sda] Assuming drive cache: write through

[ 4.148315] sd 0:0:0:0: [sda] Attached SCSI removable disk

[ 6.702991] PHY: 0:00 - Link is Up - 1000/Full

[ 6.732201] Sending DHCP requests ., OK

[ 6.752655] IP-Config: Got DHCP answer from 0.0.0.0, my address is 158.218.103.136

[ 6.760992] IP-Config: Complete:

[ 6.764407] device=eth0, addr=158.218.103.136, mask=255.255.254.0, gw=158.218.102.2,

[ 6.772689] host=158.218.103.136, domain=am.dhcp.ti.com, nis-domain=(none),

[ 6.780400] bootserver=0.0.0.0, rootserver=158.218.103.64, rootpath=

[ 6.797673] VFS: Mounted root (nfs filesystem) on device 0:14.

[ 6.804193] Freeing init memory: 228K

INIT: version 2.86 booting

Please wait: booting...

Starting udev

[ 7.293315] udevd (688): /proc/688/oom_adj is deprecated, please use /proc/688/oom_score_adj

instead.

[ 10.815034] cfg80211: Calling CRDA to update world regulatory domain

[ 14.009217] FAT-fs (mmcblk0): bogus number of reserved sectors

[ 14.015514] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

[ 14.157769] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.

-111-

[ 14.199545] cfg80211: World regulatory domain updated:

[ 14.204994] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)

[ 14.213715] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 14.221970] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)

[ 14.230244] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)

[ 14.238508] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 14.246768] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

[ 14.295702] EXT2-fs (mmcblk0): error: can't find an ext2 filesystem on dev mmcblk0.

[ 14.427184] cramfs: wrong magic

[ 14.435941] FAT-fs (mmcblk0): bogus number of reserved sectors

[ 14.442077] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

[ 14.621530] wl1271: loaded

[ 14.861973] FAT-fs (sda): bogus number of reserved sectors

[ 14.867791] FAT-fs (sda): Can't find a valid FAT filesystem

[ 14.948766] EXT3-fs (sda): error: can't find ext3 filesystem on dev sda.

[ 14.983772] EXT2-fs (sda): error: can't find an ext2 filesystem on dev sda.

[ 15.026825] cramfs: wrong magic

[ 15.043684] FAT-fs (sda): bogus number of reserved sectors

[ 15.049429] FAT-fs (sda): Can't find a valid FAT filesystem

[ 15.663449] kjournald starting. Commit interval 5 seconds

[ 15.670745] EXT3-fs (mmcblk0p2): using internal journal

[ 15.676258] EXT3-fs (mmcblk0p2): recovery complete

[ 15.681261] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode

[ 15.761590] EXT2-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommended

[ 16.035216] alignment: ignoring faults is unsafe on this CPU. Defaulting to fixup mode.

Root filesystem already rw, not remounting

Caching udev devnodes

-112-

ALSA: Restoring mixer settings...

No state is present for card EVM

Found hardware: "AM335X_EVM" "" "" "" ""

Hardware is initialized using a generic method

No state is present for card EVM

NOT configuring network interfaces: / is an NFS mount

Wed Dec 7 14:03:00 UTC 2011

INIT: Entering runlevel: 5

Starting system message bus: dbus.

Starting Hardware abstraction layer hald

Starting Dropbear SSH server: dropbear.

Starting telnet daemon.

Starting network benchmark server: netserver.

Starting syslogd/klogd: done

Starting thttpd.

Starting PVR

Starting Lighttpd Web Server: lighttpd.

2011-12-07 14:03:02: (log.c.166) server started

/etc/rc5.d/S97matrix-gui-2.0: line 89: can't create /proc/cpuinfo/alignment: nonexistent

directory

/

/

Starting Matrix GUI application.

[ 19.747344] gadget: Mass Storage Function, version: 2009/09/11

[ 19.753785] gadget: Number of LUNs=2

[ 19.757624] lun0: LUN: removable file: /dev/mmcblk0p1

-113-

[ 19.763001] lun1: LUN: removable file: /dev/mmcblk0p3

[ 19.768393] gadget: Mass Storage Gadget, version: 2009/09/11

[ 19.774403] gadget: userspace failed to provide iSerialNumber

[ 19.780528] gadget: g_mass_storage ready

[ 19.784740] musb-hdrc musb-hdrc.0: MUSB HDRC host driver

[ 19.790325] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2

[ 19.798170] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

[ 19.805266] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 19.812803] usb usb2: Product: MUSB HDRC host driver

[ 19.817974] usb usb2: Manufacturer: Linux 3.1.0 musb-hcd

[ 19.823518] usb usb2: SerialNumber: musb-hdrc.0

[ 19.828899] hub 2-0:1.0: USB hub found

[ 19.832856] hub 2-0:1.0: 1 port detected

***************************************************************

***************************************************************

NOTICE: This file system contains the followin GPLv3 packages:

binutils-dev

binutils-symlinks

binutils

gdbserver

If you do not wish to distribute GPLv3 components please remove

the above packages prior to distribution. This can be done using

the opkg remove command. i.e.:

opkg remove <package>

Where <package> is the name printed in the list above

NOTE: If the package is a dependency of another package you

-114-

will be notified of the dependent packages. You should

use the --force-removal-of-dependent-packages option to

also remove the dependent packages as well

***************************************************************

***************************

_____ _____ _ _

| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_

| | _| .'| . | . | | __| _| . | | | -_| _| _|

|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|

|___| |___|

Arago Project http://arago-project.org am335x-evm ttyO0

Arago 2011.09 am335x-evm ttyO0

am335x-evm login:

- 14:19:53 [INFO] targetc_log: Host: root

- 14:19:54 [INFO] targetc_log: Target:

root

root@am335x-evm:~#

-115-