Other Parts Discussed in Thread: TPS65910, DA8XX
Hi,
I had configured the Sitara AM335x Starter Kit and it works well. Today, I want to know its boot detail after learning some on line material.
The original uEnv.txt content is:
serverip=192.168.0.105
rootpath=/home/robert/ti-sdk-am335x-evm-06.00.00.00/targetNFS
bootfile=uImage-am335x-evm.bin
ip_method=dhcp
tftp_nfs_boot=echo Booting from network...; dhcp ${loadaddr} ${bootfile}; run netargs; bootm ${loadaddr}
uenvcmd=run tftp_nfs_boot
After it boots, the BOOT partition has files:
MLO
pointercal
u-boot.img
uEnv.txt
.ipaddr
uImage
With an action from video tutorial, I want to ensure it boots from the SD card, I delete uImage. The mysterious thing is that it still boot. I know the uEnv.txt was configured to remote use NFS on host PC, but it should use local uImage.
I cannot find that uImage file on SD card. I cannot find uImage-am335x-evm.bin either.
Below is the echo message of the target boot. Could you help? Thanks
root@am335x-evm:~# musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img
U-Boot 2013.01.01 (Jun 25 2013 - 16:42:52)
I2C: ready
DRAM: 256 MiB
WARNING: Caches not enabled
NAND: No NAND device found!!!
0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net: <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot: 0
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt
Invalid FAT entry
2048 bytes read in 8 ms (250 KiB/s)
Loaded environment from uEnv.txt
Importing environment from mmc ...
reading uImage
** Unable to read file uImage **
3194336 bytes read in 356 ms (8.6 MiB/s)
Booting from mmc ...
## Booting kernel from Legacy Image at 80007fc0 ...
Image Name: Linux-3.2.0
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3194272 Bytes = 3 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
XIP Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Linux version 3.2.0 (jenkins@sdit-build02) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / 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 (sgx neon )
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext3 rootwait ip=none
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Memory: 256MB = 256MB total
[ 0.000000] Memory: 253272k/253272k available, 8872k 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] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0598000 (5696 kB)
[ 0.000000] .init : 0xc0598000 - 0xc05d3000 ( 236 kB)
[ 0.000000] .data : 0xc05d4000 - 0xc063e430 ( 426 kB)
[ 0.000000] .bss : 0xc063e454 - 0xc066d224 ( 188 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: GPTIMER2 at 24000000 Hz
[ 0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz
[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.000091] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
[ 0.058929] pid_max: default: 32768 minimum: 301
[ 0.059051] Security Framework initialized
[ 0.059143] Mount-cache hash table entries: 512
[ 0.059509] CPU: Testing write buffer coherency: ok
[ 0.079986] omap_hwmod: pruss: failed to hardreset
[ 0.081115] print_constraints: dummy:
[ 0.081512] NET: Registered protocol family 16
[ 0.083618] OMAP GPIO hardware version 0.1
[ 0.086151] omap_mux_init: Add partition: #1: core, flags: 0
[ 0.088104] omap_i2c.1: alias fck already exists
[ 0.088989] omap2_mcspi.1: alias fck already exists
[ 0.089263] omap2_mcspi.2: alias fck already exists
[ 0.090179] edma.0: alias fck already exists
[ 0.090209] edma.0: alias fck already exists
[ 0.090209] edma.0: alias fck already exists
[ 0.116668] bio: create slab <bio-0> at 0
[ 0.118865] SCSI subsystem initialized
[ 0.120544] usbcore: registered new interface driver usbfs
[ 0.120849] usbcore: registered new interface driver hub
[ 0.121032] usbcore: registered new device driver usb
[ 0.121337] registerd cppi-dma Intr @ IRQ 17
[ 0.121337] Cppi41 Init Done Qmgr-base(d087a000) dma-base(d0878000)
[ 0.121368] Cppi41 Init Done
[ 0.121398] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
[ 0.121704] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
[ 0.122802] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
[ 0.124633] tps65910 1-002d: JTAGREVNUM 0x0
[ 0.127044] print_constraints: VRTC:
[ 0.128479] print_constraints: VIO: at 1500 mV
[ 0.130798] print_constraints: VDD1: 600 <--> 1500 mV at 1262 mV normal
[ 0.133117] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal
[ 0.134094] print_constraints: VDD3: 5000 mV
[ 0.135528] print_constraints: VDIG1: at 1800 mV
[ 0.136932] print_constraints: VDIG2: at 1800 mV
[ 0.138336] print_constraints: VPLL: at 1800 mV
[ 0.139770] print_constraints: VDAC: at 1800 mV
[ 0.141174] print_constraints: VAUX1: at 1800 mV
[ 0.142608] print_constraints: VAUX2: at 3300 mV
[ 0.144042] print_constraints: VAUX33: at 3300 mV
[ 0.145446] print_constraints: VMMC: at 3300 mV
[ 0.145965] tps65910 1-002d: No interrupt support, no core IRQ
[ 0.147338] Advanced Linux Sound Architecture Driver Version 1.0.24.
[ 0.148468] Switching to clocksource gp timer
[ 0.163726] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[ 0.163909] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
[ 0.164245] MUSB0 controller's USBSS revision = 4ea20800
[ 0.165191] musb-hdrc musb-hdrc.0: USB OTG mode controller at d083c000 using DMA, IRQ 18
[ 0.165344] musb-hdrc musb-hdrc.1: dma type: dma-cppi41
[ 0.165649] MUSB1 controller's USBSS revision = 4ea20800
[ 0.166107] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[ 0.166168] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[ 0.166320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.166320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.166351] usb usb1: Product: MUSB HDRC host driver
[ 0.166351] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd
[ 0.166351] usb usb1: SerialNumber: musb-hdrc.1
[ 0.167144] hub 1-0:1.0: USB hub found
[ 0.167205] hub 1-0:1.0: 1 port detected
[ 0.167755] musb-hdrc musb-hdrc.1: USB Host mode controller at d083e800 using DMA, IRQ 19
[ 0.168151] NET: Registered protocol family 2
[ 0.168334] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.168731] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.168884] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.168975] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.168975] TCP reno registered
[ 0.169006] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.169036] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.169219] NET: Registered protocol family 1
[ 0.169494] RPC: Registered named UNIX socket transport module.
[ 0.169525] RPC: Registered udp transport module.
[ 0.169525] RPC: Registered tcp transport module.
[ 0.169525] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.169769] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.180938] VFS: Disk quotas dquot_6.5.2
[ 0.181030] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.181549] msgmni has been set to 494
[ 0.184661] alg: No test for stdrng (krng)
[ 0.185333] io scheduler noop registered
[ 0.185363] io scheduler deadline registered
[ 0.185424] io scheduler cfq registered (default)
[ 0.186614] Could not set LED4 to fully on
[ 0.188323] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
[ 0.829559] console [ttyO0] enabled
[ 0.833862] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
[ 0.841674] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
[ 0.849487] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
[ 0.857238] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
[ 0.865020] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
[ 0.873260] omap4_rng omap4_rng: OMAP4 Random Number Generator ver. 2.00
[ 0.889495] brd: module loaded
[ 0.897399] loop: module loaded
[ 0.900939] i2c-core: driver [tsl2550] using legacy suspend method
[ 0.907379] i2c-core: driver [tsl2550] using legacy resume method
[ 0.913818] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[ 0.979064] No daughter card found
[ 0.982666] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[ 0.997833] Board name: A335X_SK
[ 1.001220] Board version: 1.2B
[ 1.004486] The board is a AM335x Starter Kit.
[ 1.009918] omap_hsmmc.0: alias fck already exists
[ 1.015350] omap_hsmmc.1: alias fck already exists
[ 1.021392] da8xx_lcdc.0: alias fck already exists
[ 1.026824] da8xx_lcdc da8xx_lcdc.0: GLCD: Found NHD-4.3-ATXI#-T-1 panel
[ 1.042938] Console: switching to colour frame buffer device 60x34
[ 1.055786] davinci-mcasp.1: alias fck already exists
[ 1.061553] Configure Bluetooth Enable pin...
[ 1.068817] registered am33xx_sr device
[ 1.073089] _regulator_get: 1-0018 supply Vdd not found, using dummy regulator
[ 1.080688] _regulator_get: 1-0018 supply Vdd_IO not found, using dummy regulator
[ 1.109100] lis3lv02d: 8 bits 3DLH sensor found
[ 1.199493] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0
[ 1.211242] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.218383] omap2-nand driver initializing
[ 1.222869] OneNAND driver initializing
[ 1.228149] CAN device driver interface
[ 1.232177] CAN bus driver for Bosch D_CAN controller 1.0
[ 1.279113] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
[ 1.285583] davinci_mdio davinci_mdio.0: detected phy mask fffffffc
[ 1.293853] davinci_mdio.0: probed
[ 1.297393] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
[ 1.304779] davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown
[ 1.312500] usbcore: registered new interface driver zd1201
[ 1.318511] usbcore: registered new interface driver cdc_ether
[ 1.324768] usbcore: registered new interface driver cdc_eem
[ 1.330841] usbcore: registered new interface driver dm9601
[ 1.336700] cdc_ncm: 04-Aug-2011
[ 1.340240] usbcore: registered new interface driver cdc_ncm
[ 1.346160] Initializing USB Mass Storage driver...
[ 1.351470] usbcore: registered new interface driver usb-storage
[ 1.357727] USB Mass Storage support registered.
[ 1.363006] mousedev: PS/2 mouse device common for all mice
[ 1.369995] input: ti-tsc as /devices/platform/omap/ti_tscadc/tsc/input/input1
[ 1.378540] omap_rtc am33xx-rtc: rtc core: registered am33xx-rtc as rtc0
[ 1.385742] i2c /dev entries driver
[ 1.389801] Linux video capture interface: v2.00
[ 1.394927] usbcore: registered new interface driver uvcvideo
[ 1.400970] USB Video Class driver (1.1.1)
[ 1.407348] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 1.415893] cpuidle: using governor ladder
[ 1.420684] cpuidle: using governor menu
[ 1.429565] omap4_aes_mod_init: loading AM33X AES driver
[ 1.435241] omap4-aes omap4-aes: AM33X AES hw accel rev: 3.02
[ 1.442016] omap4_aes_probe: probe() done
[ 1.446441] omap4_sham_mod_init: loading AM33X SHA/MD5 driver
[ 1.452606] omap4-sham omap4-sham: AM33X SHA/MD5 hw accel rev: 4.03
[ 1.470733] omap4_sham_probe: probe() done
[ 1.477447] usbcore: registered new interface driver usbhid
[ 1.483306] usbhid: USB HID core driver
[ 1.487945] tiadc tiadc: attached adc driver
[ 1.493255] usbcore: registered new interface driver snd-usb-audio
[ 1.501831] _regulator_get: 1-001b supply IOVDD not found, using dummy regulator
[ 1.509674] _regulator_get: 1-001b supply DVDD not found, using dummy regulator
[ 1.517333] _regulator_get: 1-001b supply AVDD not found, using dummy regulator
[ 1.525024] _regulator_get: 1-001b supply DRVDD not found, using dummy regulator
[ 1.535491] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok
[ 1.543273] ALSA device list:
[ 1.546356] #0: AM335X EVM
[ 1.549407] oprofile: hardware counters not available
[ 1.554687] oprofile: using timer interrupt.
[ 1.559173] nf_conntrack version 0.5.0 (3957 buckets, 15828 max)
[ 1.565917] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.571624] TCP cubic registered
[ 1.575012] NET: Registered protocol family 17
[ 1.579681] can: controller area network core (rev 20090105 abi 8)
[ 1.586212] NET: Registered protocol family 29
[ 1.590850] can: raw protocol (rev 20090105)
[ 1.595306] can: broadcast manager protocol (rev 20090105 t)
[ 1.601257] Registering the dns_resolver key type
[ 1.606231] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 1.614257] ThumbEE CPU extension supported.
[ 1.618774] mux: Failed to setup hwmod io irq -22
[ 1.624359] Power Management for AM33XX family
[ 1.629272] Trying to load am335x-pm-firmware.bin (60 secs timeout)
[ 1.635925] Copied the M3 firmware to UMEM
[ 1.640319] Cortex M3 Firmware Version = 0x181
[ 1.645080] smartreflex smartreflex: am33xx_sr_probe: Zero NValue read from EFUSE
[ 1.652923] smartreflex: probe of smartreflex failed with error -22
[ 1.660095] sr_init: platform driver register failed
[ 1.670410] clock: disabling unused clocks to save power
[ 1.680694] mmc0: host does not support reading read-only switch. assuming write-enable.
[ 1.691925] mmc0: new high speed SD card at address 1234
[ 1.698181] mmcblk0: mmc0:1234 SA02G 1.83 GiB
[ 1.706359] mmcblk0: p1 p2
[ 1.784027] Detected MACID=d4:94:a1:86:9:c3
[ 1.789520] cpsw: Detected MACID = d4:94:a1:86:09:c4
[ 1.796447] input: gpio-keys as /devices/platform/gpio-keys/input/input2
[ 1.804321] omap_rtc am33xx-rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[ 1.823059] kjournald starting. Commit interval 5 seconds
[ 1.828887] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
[ 1.836120] VFS: Mounted root (ext3 filesystem) readonly on device 179:2.
[ 1.843658] Freeing init memory: 236K
[ 1.847991] mmc1: card claims to support voltages below the defined range. These will be ignored.
[ 1.867218] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 1.874114] mmc1: new SDIO card at address 0001
INIT: version 2.88 booting
Starting udev
[ 3.284454] Disabling lock debugging due to kernel taint
[ 5.076812] cfg80211: Calling CRDA to update world regulatory domain
[ 5.274230] wl12xx: driver version: ol_R5.SP4.01-dirty
[ 5.279602] wl12xx: compilation time: Tue Jun 25 16:44:08 2013
[ 5.544097] cfg80211: World regulatory domain updated:
[ 5.549499] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 5.558288] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 5.566558] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 5.574859] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 5.583129] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 5.591400] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 5.693084] wl12xx: loaded
Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
bootlogd.
[ 6.293945] EXT3-fs (mmcblk0p2): using internal journal
ALSA: Restoring mixer settings...
Configuring network interfaces... [ 6.945892] net eth0: CPSW phy found : id is : 0x4dd074
udhcpc (v1.20.2) started
Sending discover...
[ 8.940795] PHY: 0:00 - Link is Up - 100/Full
Sending discover...
Sending select for 192.168.0.108...
Lease of 192.168.0.108 obtained, lease time 604800
/etc/udhcpc.d/50default: Adding DNS 192.168.0.1
done.
Tue Jun 25 23:10:00 UTC 2013
INIT: Entering runlevel: 5
Starting system message bus: dbus.
Starting Dropbear SSH server: dropbear.
Starting telnet daemon.
Performing wifi calibration...
[ 11.412567] wl12xx: loaded
[ 11.416595] wl12xx: power up
[ 12.351318] wl12xx: firmware booted in PLT mode (PLT 6.3.10.0.135)
Using nvs version 2.1
Calibrate /lib/firmware/ti-connectivity/wl1271-nvs.bin
Writing calibration data to /lib/firmware/ti-connectivity/wl1271-nvs.bin
Writing mac addr[ 12.738159] wl12xx: power down
ess 00:00:00:00:00:00 to file /lib/firmware/ti-connectivity/wl1271-nvs.bin
Calibration done. FEM1 has 1 bands. AutoFEM is off. Resulting nvs is /lib/firmware/ti-connectivity/wl1271-nvs.bin
[ 13.392456] wl12xx: loaded
Starting network benchmark server: netserver.
Starting syslogd/klogd: done
Starting thttpd.
Starting PVR
Starting Lighttpd Web Server: 2013-06-25 23:10:03: (log.c.166) server started
lighttpd.
/
Starting Matrix GUI application.
[ 33.193908] gadget: Mass Storage Function, version: 2009/09/11
[ 33.200134] gadget: Number of LUNs=1
[ 33.204040] lun0: LUN: removable file: /dev/mmcblk0p1
[ 33.209411] gadget: Mass Storage Gadget, version: 2009/09/11
[ 33.215454] gadget: userspace failed to provide iSerialNumber
[ 33.221557] gadget: g_mass_storage ready
[ 33.225769] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[ 33.231414] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
[ 33.239227] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 33.246337] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 33.253906] usb usb2: Product: MUSB HDRC host driver
[ 33.259063] usb usb2: Manufacturer: Linux 3.2.0 musb-hcd
[ 33.264617] usb usb2: SerialNumber: musb-hdrc.0
[ 33.269989] hub 2-0:1.0: USB hub found
[ 33.273925] hub 2-0:1.0: 1 port detected
[ 33.816314] gadget: high-speed config #1: Linux File-Backed Storage
***************************************************************
***************************************************************
NOTICE: This file system contains the followin GPLv3 packages:
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
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
***************************************************************
***************************************************************
Stopping Bootlog daemon: bootlogd.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org am335x-evm ttyO0
Arago 2013.05 am335x-evm ttyO0
am335x-evm login: root
root@am335x-evm:~# ls
root@am335x-evm:~#