This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM 335X Beaglebone porting jellybean

Other Parts Discussed in Thread: TPS65910, TPS65217, DA8XX

Hi...

I am trying to boot beaglebone with jellybean and i followed the instructions in the link

                       http://processors.wiki.ti.com/index.php/TI-Android-JB-4.2.2-DevKit-4.1.1_DeveloperGuide

Everything worked fine..But when i tried to boot the beaglebone from using the jellybean image i got a log message which i pasted below..

                                                                            
Press CTRL-A Z for help on special keys                                                          
                                                                                                 
[   35.394104] request_suspend_state: wakeup (0->0) at 35361010854 (2000-01-01 00:00:33.584518288 UTC)
                                                                                                 
U-Boot SPL 2013.01.01-00123-g2830d15 (Oct 01 2013 - 12:29:20)                                    
No AC power, disabling frequency switch                                      
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-00123-g2830d15 (Oct 01 2013 - 12:29:20)

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
Hit any key to stop autoboot:  0
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt
214 bytes read in 3 ms (69.3 KiB/s)
Loaded environment from uEnv.txt
Importing environment from mmc ...
Running uenvcmd ...
reading uImage
4178848 bytes read in 462 ms (8.6 MiB/s)
## Booting kernel from Legacy Image at 81000000 ...
   Image Name:   Linux-3.2.0-00244-gcf99001
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4178784 Bytes = 4 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.2.0-00244-gcf99001 (root@adheeth) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 Tue Oct 1 11:19:29 IST 2013
[    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 androidboot.console=ttyO0 mem=256M root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait init=/init ip=off
[    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: 249984k/249984k available, 12160k 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 - 0xc078a000   (7688 kB)
[    0.000000]       .init : 0xc078a000 - 0xc07e0000   ( 344 kB)
[    0.000000]       .data : 0xc07e0000 - 0xc084ba70   ( 431 kB)
[    0.000000]        .bss : 0xc084ba94 - 0xc09a3890   (1376 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.000152] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
[    0.118591] pid_max: default: 32768 minimum: 301
[    0.118743] Security Framework initialized
[    0.118804] Mount-cache hash table entries: 512
[    0.119262] CPU: Testing write buffer coherency: ok
[    0.119323] ftrace: allocating 22068 entries in 65 pages
[    0.188385] omap_hwmod: pruss: failed to hardreset
[    0.189270] print_constraints: dummy:
[    0.189483] NET: Registered protocol family 16
[    0.190643] OMAP GPIO hardware version 0.1
[    0.191711] omap_mux_init: Add partition: #1: core, flags: 0
[    0.192840]  omap_i2c.1: alias fck already exists
[    0.193359]  omap2_mcspi.1: alias fck already exists
[    0.193481]  omap2_mcspi.2: alias fck already exists
[    0.193634]  edma.0: alias fck already exists
[    0.193634]  edma.0: alias fck already exists
[    0.193664]  edma.0: alias fck already exists
[    0.203979] bio: create slab <bio-0> at 0
[    0.204986] SCSI subsystem initialized
[    0.205841] usbcore: registered new interface driver usbfs
[    0.205963] usbcore: registered new interface driver hub
[    0.206115] usbcore: registered new device driver usb
[    0.206420] registerd cppi-dma Intr @ IRQ 17
[    0.206451] Cppi41 Init Done Qmgr-base(d087a000) dma-base(d0878000)
[    0.206451] Cppi41 Init Done
[    0.206481] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
[    0.206634] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
[    0.218627] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
[    0.219451] tps65910 1-002d: could not be detected
[    0.219970] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.220550] Bluetooth: Core ver 2.16
[    0.220611] NET: Registered protocol family 31
[    0.220642] Bluetooth: HCI device and connection manager initialized
[    0.220642] Bluetooth: HCI socket layer initialized
[    0.220642] Bluetooth: L2CAP socket layer initialized
[    0.220672] Bluetooth: SCO socket layer initialized
[    0.220886] Switching to clocksource gp timer
[    0.239471] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    0.239685] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
[    0.239868] MUSB0 controller's USBSS revision = 4ea20800
[    0.240814] musb-hdrc musb-hdrc.0: USB OTG mode controller at d083c000 using DMA, IRQ 18
[    0.241149] musb-hdrc musb-hdrc.1: dma type: dma-cppi41
[    0.241333] MUSB1 controller's USBSS revision = 4ea20800
[    0.241821] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[    0.241912] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[    0.242065] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.242065] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.242095] usb usb1: Product: MUSB HDRC host driver
[    0.242095] usb usb1: Manufacturer: Linux 3.2.0-00244-gcf99001 musb-hcd
[    0.242095] usb usb1: SerialNumber: musb-hdrc.1
[    0.242645] hub 1-0:1.0: USB hub found
[    0.242675] hub 1-0:1.0: 1 port detected
[    0.243072] musb-hdrc musb-hdrc.1: USB Host mode controller at d083e800 using DMA, IRQ 19
[    0.243438] NET: Registered protocol family 2
[    0.243652] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.244049] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.244201] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[    0.244293] TCP: Hash tables configured (established 8192 bind 8192)
[    0.244323] TCP reno registered
[    0.244323] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.244354] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.244567] NET: Registered protocol family 1
[    0.244873] RPC: Registered named UNIX socket transport module.
[    0.244873] RPC: Registered udp transport module.
[    0.244903] RPC: Registered tcp transport module.
[    0.244903] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.245178] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.361724] ashmem: initialized
[    0.361999] VFS: Disk quotas dquot_6.5.2
[    0.362060] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.362945] fuse init (API version 7.17)
[    0.363189] msgmni has been set to 488
[    0.364257] io scheduler noop registered
[    0.364257] io scheduler deadline registered
[    0.364349] io scheduler cfq registered (default)
[    0.364959] Could not set LED4 to fully on
[    0.366241] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
[    0.975646] console [ttyO0] enabled
[    0.979705] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
[    0.987396] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
[    0.995056] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
[    1.002716] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
[    1.010314] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
[    1.018127] [drm] Initialized drm 1.1.0 20060810
[    1.028930] brd: module loaded
[    1.035430] loop: module loaded
[    1.038879] i2c-core: driver [tsl2550] using legacy suspend method
[    1.045379] i2c-core: driver [tsl2550] using legacy resume method
[    1.051818] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    1.111450] No daughter card found on AM335x EVM
[    1.116333] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    1.131500] Board name: A335BONE
[    1.134887] Board version: 00A6
[    1.138153] The board is a AM335x Beaglebone.
[    1.144470] tps65217 1-0024: TPS65217 ID 0xf version 1.1
[    1.151855] print_constraints: DCDC1: 900 <--> 1800 mV at 1800 mV
[    1.160095] print_constraints: DCDC2: 900 <--> 3300 mV at 1275 mV
[    1.168395] print_constraints: DCDC3: 900 <--> 1500 mV at 1125 mV
[    1.176666] print_constraints: LDO1: 1000 <--> 3300 mV at 1800 mV
[    1.184936] print_constraints: LDO2: 900 <--> 3300 mV at 3300 mV
[    1.193115] print_constraints: LDO3: 1800 <--> 3300 mV at 3300 mV
[    1.201385] print_constraints: LDO4: 1800 <--> 3300 mV at 3300 mV
[    1.210876] Maximum current provided by the USB port is 500mA which is not sufficient
[    1.210876] when operating @OPP120, OPPTURBO and OPPNITRO. The current requirement for some
[    1.210876] use-cases using OPP100 might also exceed the maximum current that the
[    1.210906] USB port can provide. Unless you are fully confident that the current
[    1.210906] requirements for OPP100 use-case don't exceed the USB limits, switching
[    1.210906] to AC power is recommended.
[    1.255706]  omap_hsmmc.0: alias fck already exists
[    1.261016]  omap_i2c.3: alias fck already exists
[    1.281524] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
[    1.289031] at24 3-0054: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    1.296325] IN : bone_setup_display_daughter_board
[    1.341491] No display cape found on BeagleBone
[    1.346618]  da8xx_lcdc.0: alias fck already exists
[    1.351928] da8xx_lcdc da8xx_lcdc.0: GLCD: Found Sharp_LCD035Q3DG01 panel
[    1.366577] at24 3-0055: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    1.373870] IN : bone_setup_daughter_board
[    1.431518] at24 3-0056: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    1.438781] IN : bone_setup_daughter_board
[    1.501525] at24 3-0057: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    1.508789] IN : bone_setup_daughter_board
[    1.571685] (hci_tty): inside hci_tty_init
[    1.576141] (hci_tty): allocated 251, 0
[    1.580291] NFC Driver for TI WiLink
[    1.584777] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.591857] omap2-nand driver initializing
[    1.596191] OneNAND driver initializing
[    1.600708] CAN device driver interface
[    1.604736] CAN bus driver for Bosch D_CAN controller 1.0
[    1.651519] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
[    1.657989] davinci_mdio davinci_mdio.0: detected phy mask fffffffe
[    1.665466] davinci_mdio.0: probed
[    1.669036] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver SMSC LAN8710/LAN8720
[    1.677642] PPP generic driver version 2.4.2
[    1.682312] PPP BSD Compression module registered
[    1.687225] PPP Deflate Compression module registered
[    1.692626] usbcore: registered new interface driver cdc_ether
[    1.698791] usbcore: registered new interface driver cdc_eem
[    1.704742] usbcore: registered new interface driver dm9601
[    1.710632] usbcore: registered new interface driver cdc_subset
[    1.716857] cdc_ncm: 04-Aug-2011
[    1.720275] usbcore: registered new interface driver cdc_ncm
[    1.726287] usbcore: registered new interface driver cdc_acm
[    1.732208] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.740539] Initializing USB Mass Storage driver...
[    1.745819] usbcore: registered new interface driver usb-storage
[    1.752075] USB Mass Storage support registered.
[    1.757049] usbcore: registered new interface driver usbserial
[    1.763214] USB Serial support registered for generic
[    1.768524] usbcore: registered new interface driver usbserial_generic
[    1.775360] usbserial: USB Serial Driver core
[    1.779937] USB Serial support registered for GSM modem (1-port)
[    1.786376] usbcore: registered new interface driver option
[    1.792205] option: v0.7.2:USB Driver for GSM modems
[    1.799011]  gadget: Mass Storage Function, version: 2009/09/11
[    1.805206]  gadget: Number of LUNs=1
[    1.809051]  lun0: LUN: removable file: (no medium)
[    1.814392]  gadget: android_usb ready
[    1.818328] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[    1.823944] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
[    1.831787] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.838867] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.846405] usb usb2: Product: MUSB HDRC host driver
[    1.851593] usb usb2: Manufacturer: Linux 3.2.0-00244-gcf99001 musb-hcd
[    1.858489] usb usb2: SerialNumber: musb-hdrc.0
[    1.863739] hub 2-0:1.0: USB hub found
[    1.867675] hub 2-0:1.0: 1 port detected
[    1.872467] mousedev: PS/2 mouse device common for all mice
[    1.879455] using rtc device, am33xx-rtc, for alarms
[    1.884552] omap_rtc am33xx-rtc: rtc core: registered am33xx-rtc as rtc0
[    1.891784] am33xx-rtc: already running
[    1.895812] i2c /dev entries driver
[    1.899780] Linux video capture interface: v2.00
[    1.904937] usbcore: registered new interface driver uvcvideo
[    1.910949] USB Video Class driver (1.1.1)
[    1.918182] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    1.924743] device-mapper: uevent: version 1.0.3
[    1.929748] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    1.938598] Bluetooth: HCI UART driver ver 2.2
[    1.943237] Bluetooth: HCI H4 protocol initialized
[    1.948242] Bluetooth: HCILL protocol initialized
[    1.953155] Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
[    2.035552] cpuidle: using governor ladder
[    2.040069] cpuidle: using governor menu
[    2.046997] usbcore: registered new interface driver usbhid
[    2.052917] usbhid: USB HID core driver
[    2.057647] logger: created 256K log 'log_main'
[    2.062591] logger: created 256K log 'log_events'
[    2.067718] logger: created 256K log 'log_radio'
[    2.072784] logger: created 256K log 'log_system'
[    2.078460] usbcore: registered new interface driver snd-usb-audio
[    2.086364] ALSA device list:
[    2.089477]   No soundcards found.
[    2.093109] oprofile: hardware counters not available
[    2.098419] oprofile: using timer interrupt.
[    2.103149] Netfilter messages via NETLINK v0.30.
[    2.108245] nf_conntrack version 0.5.0 (3906 buckets, 15624 max)
[    2.115020] ctnetlink v0.93: registering with nfnetlink.
[    2.120697] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    2.128082] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    2.134643] xt_time: kernel timezone is -0000
[    2.139556] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.145446] arp_tables: (C) 2002 David S. Miller
[    2.150390] TCP cubic registered
[    2.154083] NET: Registered protocol family 10
[    2.159759] Mobile IPv6
[    2.162445] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.168395] IPv6 over IPv4 tunneling driver
[    2.173675] NET: Registered protocol family 17
[    2.178405] NET: Registered protocol family 15
[    2.183135] can: controller area network core (rev 20090105 abi 8)
[    2.189819] NET: Registered protocol family 29
[    2.194519] can: raw protocol (rev 20090105)
[    2.199005] can: broadcast manager protocol (rev 20090105 t)
[    2.205627] Bluetooth: RFCOMM TTY layer initialized
[    2.210784] Bluetooth: RFCOMM socket layer initialized
[    2.216247] Bluetooth: RFCOMM ver 1.11
[    2.220184] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.225799] Bluetooth: BNEP filters: protocol multicast
[    2.231323] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.237731] Registering the dns_resolver key type
[    2.242797] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    2.250885] ThumbEE CPU extension supported.
[    2.255462] mux: Failed to setup hwmod io irq -22
[    2.261352] Power Management for AM33XX family
[    2.266296] Trying to load am335x-pm-firmware.bin (60 secs timeout)
[    2.273071] Copied the M3 firmware to UMEM
[    2.277465] Cortex M3 Firmware Version = 0x181
[    2.286834] clock: disabling unused clocks to save power
[    2.294342] Detected MACID=0:18:31:8e:53:6e
[    2.300415] omap_rtc am33xx-rtc: setting system clock to 2000-01-01 00:00:44 UTC (946684844)
[    2.310089] Waiting for root device /dev/mmcblk0p2...
[    2.352691] mmc0: host does not support reading read-only switch. assuming write-enable.
[    2.363739] mmc0: new high speed SDHC card at address 1234
[    2.370147] mmcblk0: mmc0:1234 SA04G 3.63 GiB
[    2.377319]  mmcblk0: p1 p2 p3 p4
[    4.596435] EXT4-fs (mmcblk0p2): recovery complete
[    4.604431] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.613098] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    4.620117] Freeing init memory: 344K
[    4.656524] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[    4.770904] init: cannot open '/initlogo.rle'
[    6.245086] EXT4-fs (mmcblk0p3): recovery complete
[    6.254302] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
[    6.325744] android_usb: already disabled
[    6.342285] android_usb: already disabled
[    6.347900] android_usb: already disabled
[    6.353668] adb_bind_config
[    6.359619] adb_bind_config
[    6.503356] adb_open
root@android:/ # [    6.750183] android_work: sent uevent USB_STATE=CONNECTED
[    6.756072] android_work: sent uevent USB_STATE=DISCONNECTED
[    6.791778] warning: `rild' uses 32-bit capabilities (legacy support in use)
[    6.860076] android_work: sent uevent USB_STATE=CONNECTED
[    6.867034]  gadget: high-speed config #1: android
[    6.873474] android_work: sent uevent USB_STATE=CONFIGURED
[   12.544860] request_suspend_state: wakeup (3->0) at 12512097850 (2000-01-01 00:00:54.739846601 UTC)
[   19.731201] request_suspend_state: wakeup (0->0) at 19698468701 (2000-01-01 00:01:01.926217452 UTC)
[   27.998291] request_suspend_state: wakeup (0->0) at 27965558542 (2000-01-01 00:01:10.193276776 UTC)
[   30.243164] request_suspend_state: wakeup (0->0) at 30210431590 (2000-01-01 00:01:12.438180341 UTC)

     .......

The last line repeats .... I changed loglevel in init.rc to 1 .by default it was 3..

Can anybody help me to resolve this issue ...I am using ubuntu 10.04 64 bit as my host system and  usb powering the board  ..

  • Can you post the "logcat -s *:W" output?

    Regards,

    Arun

  •  Where should i type this ( logcat -s *:W) command ..I can't type anything on terminal because i didn't get any shell prompt ..I get the following line repeatedly  

              [   19.731201] request_suspend_state: wakeup (0->0) at 19698468701 (2000-01-01 00:01:01.926217452 UTC)

    Regards

    Adheeth

  • Hi Adheeth,

    Can you make the loglevel to 7?

    Also try the command logcat alone.

    Regards,

    Arun

  • Hi Arun

        I compiled it again and i am posting the new boot log..It is almost similar to the boot log  i found in

       TI Android JB-4.2.2-DevKit-4.1.1 Developer Guide..

    But i didn't get a prompt shell and android logo..So i cant type anything on the terminal (logcat) ..

      Here is the boot log


    U-Boot 2013.01.01-00123-g2830d15 (Oct 08 2013 - 20:31:25)

    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
    Hit any key to stop autoboot:  0
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    214 bytes read in 3 ms (69.3 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc ...
    Running uenvcmd ...
    reading uImage
    4178824 bytes read in 461 ms (8.6 MiB/s)
    ## Booting kernel from Legacy Image at 81000000 ...
       Image Name:   Linux-3.2.0-00244-gcf99001
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    4178760 Bytes = 4 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.2.0-00244-gcf99001 (root@rpc-desktop) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 Tue Oct 8 20:58:43 IST 2013
    [    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 androidboot.console=ttyO0 mem=256M root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait init=/init ip=off
    [    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: 249984k/249984k available, 12160k 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 - 0xc078a000   (7688 kB)
    [    0.000000]       .init : 0xc078a000 - 0xc07e0000   ( 344 kB)
    [    0.000000]       .data : 0xc07e0000 - 0xc084ba70   ( 431 kB)
    [    0.000000]        .bss : 0xc084ba94 - 0xc09a3890   (1376 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.000152] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
    [    0.118591] pid_max: default: 32768 minimum: 301
    [    0.118743] Security Framework initialized
    [    0.118804] Mount-cache hash table entries: 512
    [    0.119232] CPU: Testing write buffer coherency: ok
    [    0.119323] ftrace: allocating 22068 entries in 65 pages
    [    0.188385] omap_hwmod: pruss: failed to hardreset
    [    0.189270] print_constraints: dummy:
    [    0.189514] NET: Registered protocol family 16
    [    0.190643] OMAP GPIO hardware version 0.1
    [    0.191741] omap_mux_init: Add partition: #1: core, flags: 0
    [    0.192871]  omap_i2c.1: alias fck already exists
    [    0.193389]  omap2_mcspi.1: alias fck already exists
    [    0.193511]  omap2_mcspi.2: alias fck already exists
    [    0.193664]  edma.0: alias fck already exists
    [    0.193664]  edma.0: alias fck already exists
    [    0.193695]  edma.0: alias fck already exists
    [    0.204010] bio: create slab <bio-0> at 0
    [    0.204986] SCSI subsystem initialized
    [    0.205841] usbcore: registered new interface driver usbfs
    [    0.205963] usbcore: registered new interface driver hub
    [    0.206085] usbcore: registered new device driver usb
    [    0.206420] registerd cppi-dma Intr @ IRQ 17
    [    0.206420] Cppi41 Init Done Qmgr-base(d087a000) dma-base(d0878000)
    [    0.206451] Cppi41 Init Done
    [    0.206481] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
    [    0.206634] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
    [    0.218627] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
    [    0.219451] tps65910 1-002d: could not be detected
    [    0.219970] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [    0.220550] Bluetooth: Core ver 2.16
    [    0.220611] NET: Registered protocol family 31
    [    0.220642] Bluetooth: HCI device and connection manager initialized
    [    0.220642] Bluetooth: HCI socket layer initialized
    [    0.220672] Bluetooth: L2CAP socket layer initialized
    [    0.220672] Bluetooth: SCO socket layer initialized
    [    0.220886] Switching to clocksource gp timer
    [    0.239501] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
    [    0.239715] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
    [    0.239929] MUSB0 controller's USBSS revision = 4ea20800
    [    0.240875] musb-hdrc musb-hdrc.0: USB OTG mode controller at d083c000 using DMA, IRQ 18
    [    0.241180] musb-hdrc musb-hdrc.1: dma type: dma-cppi41
    [    0.241394] MUSB1 controller's USBSS revision = 4ea20800
    [    0.241851] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    [    0.241973] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
    [    0.242095] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    0.242126] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    0.242126] usb usb1: Product: MUSB HDRC host driver
    [    0.242156] usb usb1: Manufacturer: Linux 3.2.0-00244-gcf99001 musb-hcd
    [    0.242156] usb usb1: SerialNumber: musb-hdrc.1
    [    0.242706] hub 1-0:1.0: USB hub found
    [    0.242706] hub 1-0:1.0: 1 port detected
    [    0.243133] musb-hdrc musb-hdrc.1: USB Host mode controller at d083e800 using DMA, IRQ 19
    [    0.243499] NET: Registered protocol family 2
    [    0.243713] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.244110] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.244262] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.244354] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.244384] TCP reno registered
    [    0.244384] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.244415] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.244628] NET: Registered protocol family 1
    [    0.244903] RPC: Registered named UNIX socket transport module.
    [    0.244934] RPC: Registered udp transport module.
    [    0.244934] RPC: Registered tcp transport module.
    [    0.244934] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.245208] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.361755] ashmem: initialized
    [    0.362030] VFS: Disk quotas dquot_6.5.2
    [    0.362091] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.362976] fuse init (API version 7.17)
    [    0.363220] msgmni has been set to 488
    [    0.364318] io scheduler noop registered
    [    0.364318] io scheduler deadline registered
    [    0.364410] io scheduler cfq registered (default)
    [    0.365051] Could not set LED4 to fully on
    [    0.366302] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
    [    0.976104] console [ttyO0] enabled
    [    0.980163] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
    [    0.987854] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
    [    0.995513] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
    [    1.003173] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
    [    1.010772] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
    [    1.018585] [drm] Initialized drm 1.1.0 20060810
    [    1.029388] brd: module loaded
    [    1.035888] loop: module loaded
    [    1.039337] i2c-core: driver [tsl2550] using legacy suspend method
    [    1.045837] i2c-core: driver [tsl2550] using legacy resume method
    [    1.052276] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    1.111450] No daughter card found on AM335x EVM
    [    1.116333] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    1.131530] Board name: A335BONE
    [    1.134887] Board version: 00A6
    [    1.138153] The board is a AM335x Beaglebone.
    [    1.144500] tps65217 1-0024: TPS65217 ID 0xf version 1.1
    [    1.151855] print_constraints: DCDC1: 900 <--> 1800 mV at 1800 mV
    [    1.160125] print_constraints: DCDC2: 900 <--> 3300 mV at 1275 mV
    [    1.168395] print_constraints: DCDC3: 900 <--> 1500 mV at 1125 mV
    [    1.176666] print_constraints: LDO1: 1000 <--> 3300 mV at 1800 mV
    [    1.184936] print_constraints: LDO2: 900 <--> 3300 mV at 3300 mV
    [    1.193115] print_constraints: LDO3: 1800 <--> 3300 mV at 3300 mV
    [    1.201385] print_constraints: LDO4: 1800 <--> 3300 mV at 3300 mV
    [    1.210876] Maximum current provided by the USB port is 500mA which is not sufficient
    [    1.210876] when operating @OPP120, OPPTURBO and OPPNITRO. The current requirement for some
    [    1.210876] use-cases using OPP100 might also exceed the maximum current that the
    [    1.210906] USB port can provide. Unless you are fully confident that the current
    [    1.210906] requirements for OPP100 use-case don't exceed the USB limits, switching
    [    1.210906] to AC power is recommended.
    [    1.255737]  omap_hsmmc.0: alias fck already exists
    [    1.261047]  omap_i2c.3: alias fck already exists
    [    1.281524] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
    [    1.289031] at24 3-0054: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    1.296325] IN : bone_setup_display_daughter_board
    [    1.341491] No display cape found on BeagleBone
    [    1.346618]  da8xx_lcdc.0: alias fck already exists
    [    1.351959] da8xx_lcdc da8xx_lcdc.0: GLCD: Found Sharp_LCD035Q3DG01 panel
    [    1.366577] at24 3-0055: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    1.373870] IN : bone_setup_daughter_board
    [    1.431518] at24 3-0056: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    1.438781] IN : bone_setup_daughter_board
    [    1.501525] at24 3-0057: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
    [    1.508789] IN : bone_setup_daughter_board
    [    1.571685] (hci_tty): inside hci_tty_init
    [    1.576141] (hci_tty): allocated 251, 0
    [    1.580291] NFC Driver for TI WiLink
    [    1.584777] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.591888] omap2-nand driver initializing
    [    1.596221] OneNAND driver initializing
    [    1.600738] CAN device driver interface
    [    1.604766] CAN bus driver for Bosch D_CAN controller 1.0
    [    1.651550] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
    [    1.657989] davinci_mdio davinci_mdio.0: detected phy mask fffffffe
    [    1.665435] davinci_mdio.0: probed
    [    1.668975] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver SMSC LAN8710/LAN8720
    [    1.677581] PPP generic driver version 2.4.2
    [    1.682250] PPP BSD Compression module registered
    [    1.687164] PPP Deflate Compression module registered
    [    1.692565] usbcore: registered new interface driver cdc_ether
    [    1.698730] usbcore: registered new interface driver cdc_eem
    [    1.704681] usbcore: registered new interface driver dm9601
    [    1.710571] usbcore: registered new interface driver cdc_subset
    [    1.716796] cdc_ncm: 04-Aug-2011
    [    1.720214] usbcore: registered new interface driver cdc_ncm
    [    1.726226] usbcore: registered new interface driver cdc_acm
    [    1.732147] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [    1.740509] Initializing USB Mass Storage driver...
    [    1.745758] usbcore: registered new interface driver usb-storage
    [    1.752014] USB Mass Storage support registered.
    [    1.756988] usbcore: registered new interface driver usbserial
    [    1.763153] USB Serial support registered for generic
    [    1.768463] usbcore: registered new interface driver usbserial_generic
    [    1.775299] usbserial: USB Serial Driver core
    [    1.779876] USB Serial support registered for GSM modem (1-port)
    [    1.786315] usbcore: registered new interface driver option
    [    1.792144] option: v0.7.2:USB Driver for GSM modems
    [    1.798950]  gadget: Mass Storage Function, version: 2009/09/11
    [    1.805175]  gadget: Number of LUNs=1
    [    1.809020]  lun0: LUN: removable file: (no medium)
    [    1.814361]  gadget: android_usb ready
    [    1.818267] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
    [    1.823913] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
    [    1.831756] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.838836] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.846374] usb usb2: Product: MUSB HDRC host driver
    [    1.851562] usb usb2: Manufacturer: Linux 3.2.0-00244-gcf99001 musb-hcd
    [    1.858489] usb usb2: SerialNumber: musb-hdrc.0
    [    1.863708] hub 2-0:1.0: USB hub found
    [    1.867645] hub 2-0:1.0: 1 port detected
    [    1.872406] mousedev: PS/2 mouse device common for all mice
    [    1.879394] using rtc device, am33xx-rtc, for alarms
    [    1.884490] omap_rtc am33xx-rtc: rtc core: registered am33xx-rtc as rtc0
    [    1.891723] am33xx-rtc: already running
    [    1.895751] i2c /dev entries driver
    [    1.899719] Linux video capture interface: v2.00
    [    1.904907] usbcore: registered new interface driver uvcvideo
    [    1.910888] USB Video Class driver (1.1.1)
    [    1.918121] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.924682] device-mapper: uevent: version 1.0.3
    [    1.929687] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
    [    1.938537] Bluetooth: HCI UART driver ver 2.2
    [    1.943176] Bluetooth: HCI H4 protocol initialized
    [    1.948181] Bluetooth: HCILL protocol initialized
    [    1.953094] Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
    [    2.035491] cpuidle: using governor ladder
    [    2.040008] cpuidle: using governor menu
    [    2.046966] usbcore: registered new interface driver usbhid
    [    2.052886] usbhid: USB HID core driver
    [    2.057586] logger: created 256K log 'log_main'
    [    2.062561] logger: created 256K log 'log_events'
    [    2.067687] logger: created 256K log 'log_radio'
    [    2.072753] logger: created 256K log 'log_system'
    [    2.078430] usbcore: registered new interface driver snd-usb-audio
    [    2.086334] ALSA device list:
    [    2.089447]   No soundcards found.
    [    2.093078] oprofile: hardware counters not available
    [    2.098388] oprofile: using timer interrupt.
    [    2.103118] Netfilter messages via NETLINK v0.30.
    [    2.108215] nf_conntrack version 0.5.0 (3906 buckets, 15624 max)
    [    2.115020] ctnetlink v0.93: registering with nfnetlink.
    [    2.120697] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
    [    2.128051] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
    [    2.134643] xt_time: kernel timezone is -0000
    [    2.139556] ip_tables: (C) 2000-2006 Netfilter Core Team
    [    2.145477] arp_tables: (C) 2002 David S. Miller
    [    2.150421] TCP cubic registered
    [    2.154083] NET: Registered protocol family 10
    [    2.159790] Mobile IPv6
    [    2.162475] ip6_tables: (C) 2000-2006 Netfilter Core Team
    [    2.168395] IPv6 over IPv4 tunneling driver
    [    2.173706] NET: Registered protocol family 17
    [    2.178436] NET: Registered protocol family 15
    [    2.183135] can: controller area network core (rev 20090105 abi 8)
    [    2.189819] NET: Registered protocol family 29
    [    2.194549] can: raw protocol (rev 20090105)
    [    2.199035] can: broadcast manager protocol (rev 20090105 t)
    [    2.205657] Bluetooth: RFCOMM TTY layer initialized
    [    2.210845] Bluetooth: RFCOMM socket layer initialized
    [    2.216278] Bluetooth: RFCOMM ver 1.11
    [    2.220245] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [    2.225860] Bluetooth: BNEP filters: protocol multicast
    [    2.231353] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [    2.237792] Registering the dns_resolver key type
    [    2.242858] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    2.250946] ThumbEE CPU extension supported.
    [    2.255554] mux: Failed to setup hwmod io irq -22
    [    2.261413] Power Management for AM33XX family
    [    2.266387] Trying to load am335x-pm-firmware.bin (60 secs timeout)
    [    2.273132] Copied the M3 firmware to UMEM
    [    2.277526] Cortex M3 Firmware Version = 0x181
    [    2.286926] clock: disabling unused clocks to save power
    [    2.294433] Detected MACID=0:18:31:8e:53:6e
    [    2.300476] omap_rtc am33xx-rtc: setting system clock to 2000-01-01 00:00:10 UTC (946684810)
    [    2.310211] Waiting for root device /dev/mmcblk0p2...
    [    2.352691] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    2.363739] mmc0: new high speed SDHC card at address 1234
    [    2.370178] mmcblk0: mmc0:1234 SA04G 3.63 GiB
    [    2.377349]  mmcblk0: p1 p2 p3 p4
    [    2.444458] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    2.453125] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.460174] Freeing init memory: 344K
    [    2.501708] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
    [    2.616333] init: cannot open '/initlogo.rle'
    [    2.658935] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
    [    2.708618] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
    [    2.746429] android_usb: already disabled
    [    2.767272] android_usb: already disabled
    [    2.772644] android_usb: already disabled
    [    2.777954] adb_bind_config
    [    2.782745] adb_bind_config
    [    2.919830] adb_open
    [    3.050659] Disabling lock debugging due to kernel taint
    root@android:/ # [    3.102874] android_work: sent uevent USB_STATE=CONNECTED
    [    3.108673] android_work: sent uevent USB_STATE=DISCONNECTED
    [    3.212158]  gadget: high-speed config #1: android
    [    3.217407] android_work: sent uevent USB_STATE=CONFIGURED
    [    3.270080] warning: `rild' uses 32-bit capabilities (legacy support in use)
    [   35.149414] request_suspend_state: wakeup (3->0) at 35117067203 (2000-01-01 00:00:43.337557064 UTC)
    [   37.282257] net eth0: CPSW phy found : id is : 0x7c0f1
    [   37.288574] PHY 0:01 not found
    [   37.322723] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   37.964843] acc_open
    [   37.967193] acc_release
    [   68.412536] init: sys_prop: permission denied uid:1003  name:service.bootanim.exit



  • Can you check your serial port settings(flow control etc.)?

    Regards,

    Arun

  • Hi Arun

               This is my serial port settings. I didn't  make any changes in flow control settings of mini-com.


        +-----------------------------------------------------------------------+
        | A -    Serial Device      : /dev/ttyUSB0                              |
        | B - Lockfile Location     : /var/lock                                 |
        | C -   Callin Program      :                                           |
        | D -  Callout Program      :                                           |
        | E -    Bps/Par/Bits       : 115200 8N1                                |
        | F - Hardware Flow Control : Yes                                       |
        | G - Software Flow Control : No                                        |
        |                                                                       |
        |    Change which setting?                                              |
        +-----------------------------------------------------------------------+
                | Screen and keyboard      |
                | Save setup as dfl        |
                | Save setup as..          |
                | Exit                     |
                | Exit from Minicom       

    Thanks and regards

  • Hi Arun

               I changed Hardware flow control to 'NO' . Also  pressed 'ENTER' key when it stuck, then i got the prompt shell. Thanks a lot for your help and valuable inputs

  • Me too face the same problem some time for JB. If i connect the device with any other PC it works well. 

    You too try once may be you will get result.