Quantcast
Channel: Processors
Viewing all articles
Browse latest Browse all 148938

Forum Post: Booting problem In AM335x EVM using SDKv7.00 using SD card.

$
0
0

Hello friends,

      I am new for this platform. Working from last 2 weeks on this but fail to boot the board.

      I am using base board version 1.2A and sdkv7.00.

      Booting my board using SD Card. Using "create_sdcard.sh" script I prepared SD card.

      Coping all images from ti-sdk/board_support/Prebuild-images/ which are given by TI only.

     

below output I am getting.

U-Boot SPL 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
reading args
spl: error reading image args, err - -1
reading u-boot.img
reading u-boot.img


U-Boot 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)

I2C:   ready
DRAM:  512 MiB
NAND:  256 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Net:   <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot:  0
mmc0 is current device
Scanning mmc 0...
4117616 bytes read in 314 ms (12.5 MiB/s)
41564 bytes read in 59 ms (687.5 KiB/s)
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt
** Unable to read file uEnv.txt **
4117616 bytes read in 313 ms (12.5 MiB/s)
41564 bytes read in 59 ms (687.5 KiB/s)
Kernel image @ 0x80200000 [ 0x000000 - 0x3ed470 ]
## Flattened Device Tree blob at 80f80000
   Booting using the fdt blob at 0x80f80000
   Loading Device Tree to 9f31f000, end 9f32c25b ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.12.10-ti2013.12.01 (jenkins@sdit-build02) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.
7-2013.03-20130313 - Linaro GCC 2013.03) ) #1 Sun Mar 30 20:55:31 CDT 2014
[    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: Generic AM33XX (Flattened Device Tree), model: TI AM335x EVM
[    0.000000] cma: CMA: reserved 24 MiB at 9d800000
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES1.0 (sgx neon )
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129280
[    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 483332K/521216K available (5555K kernel code, 559K rwdata, 1876K rodata, 345K init, 225K bss, 37884K 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 : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc074a04c   (7433 kB)
[    0.000000]       .init : 0xc074b000 - 0xc07a15f0   ( 346 kB)
[    0.000000]       .data : 0xc07a2000 - 0xc082ddd8   ( 560 kB)
[    0.000000]        .bss : 0xc082ddd8 - 0xc0866400   ( 226 kB)
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    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: timer2 at 24000000 Hz
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] OMAP clocksource: timer1 at 24000000 Hz
[    0.000000] Console: colour dummy device 80x30
[    0.000319] Calibrating delay loop... 479.23 BogoMIPS (lpj=2396160)
[    0.119719] pid_max: default: 32768 minimum: 301
[    0.119826] Security Framework initialized
[    0.119879] Mount-cache hash table entries: 512
[    0.129089] CPU: Testing write buffer coherency: ok
[    0.129508] Setting up static identity map for 0xc0572e68 - 0xc0572ed8
[    0.130488] devtmpfs: initialized
[    0.132225] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    0.194642] omap_hwmod: debugss: _wait_target_disable failed
[    0.195382] pinctrl core: initialized pinctrl subsystem
[    0.196263] regulator-dummy: no parameters
[    0.198749] NET: Registered protocol family 16
[    0.201162] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.203852] cpuidle: using governor ladder
[    0.203870] cpuidle: using governor menu
[    0.212654] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
[    0.213766] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
[    0.215038] OMAP GPIO hardware version 0.1
[    0.224558] omap-gpmc 50000000.gpmc: could not find pctldev for node /pinmux@44e10800/nandflash_pins_default, deferring probe
[    0.224589] platform 50000000.gpmc: Driver omap-gpmc requests probe deferral
[    0.224978] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
[    0.229022] DSS not supported on this SoC
[    0.229040] No ATAGs?
[    0.229051] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.253427] bio: create slab <bio-0> at 0
[    0.268325] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
[    0.269227] vbat: 5000 mV
[    0.269634] lis3_reg: no parameters
[    0.270155] wlan-en-regulator: 1800 mV
[    0.273433] vgaarb: loaded
[    0.274743] SCSI subsystem initialized
[    0.276119] usbcore: registered new interface driver usbfs
[    0.276303] usbcore: registered new interface driver hub
[    0.276516] usbcore: registered new device driver usb
[    0.277506] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
[    0.277535] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
[    0.277562] omap_i2c 4802a000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c1_pins, deferring probe
[    0.277578] platform 4802a000.i2c: Driver omap_i2c requests probe deferral
[    0.277824] media: Linux media interface: v0.10
[    0.278005] Linux video capture interface: v2.00
[    0.278277] pps_core: LinuxPPS API ver. 1 registered
[    0.278288] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.278418] PTP clock support registered
[    0.281088] Switched to clocksource timer1
[    0.300012] NET: Registered protocol family 2
[    0.300681] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.300774] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.300826] TCP: Hash tables configured (established 4096 bind 4096)
[    0.300904] TCP: reno registered
[    0.300919] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.300940] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.301226] NET: Registered protocol family 1
[    0.301634] RPC: Registered named UNIX socket transport module.
[    0.301647] RPC: Registered udp transport module.
[    0.301653] RPC: Registered tcp transport module.
[    0.301660] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.302630] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.303315] PM: Loading am335x-pm-firmware.bin
[    0.459763] VFS: Disk quotas dquot_6.5.2
[    0.459838] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.460471] NFS: Registering the id_resolver key type
[    0.460562] Key type id_resolver registered
[    0.460572] Key type id_legacy registered
[    0.460620] jffs2: version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
[    0.460800] msgmni has been set to 992
[    0.462505] NET: Registered protocol family 38
[    0.462549] io scheduler noop registered
[    0.462559] io scheduler deadline registered
[    0.462605] io scheduler cfq registered (default)
[    0.464823] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    0.518660] Console: switching to colour frame buffer device 100x30
[    0.526185] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.529139] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
[    1.177124] console [ttyO0] enabled
[    1.181756] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89, base_baud = 3000000) is a OMAP UART1
[    1.192956] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[    1.210231] brd: module loaded
[    1.218815] loop: module loaded
[    1.222616] (stk) :sysfs entries created
[    1.226794] (stk) : debugfs entries created
[    1.235889] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.246975] usbcore: registered new interface driver asix
[    1.252950] usbcore: registered new interface driver ax88179_178a
[    1.259593] usbcore: registered new interface driver cdc_ether
[    1.265921] usbcore: registered new interface driver r815x
[    1.271929] usbcore: registered new interface driver smsc95xx
[    1.278185] usbcore: registered new interface driver net1080
[    1.284319] usbcore: registered new interface driver cdc_subset
[    1.290769] usbcore: registered new interface driver zaurus
[    1.296888] usbcore: registered new interface driver cdc_ncm
[    1.303441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.310344] ehci-pci: EHCI PCI platform driver
[    1.315291] ehci-omap: OMAP-EHCI Host Controller driver
[    1.321832] usbcore: registered new interface driver cdc_wdm
[    1.328045] usbcore: registered new interface driver usb-storage
[    1.335542] mousedev: PS/2 mouse device common for all mice
[    1.342722] input: matrix_keypad.7 as /devices/matrix_keypad.7/input/input0
[    1.352230] input: ti-tsc as /devices/ocp.2/44e0d000.tscadc/TI-am335x-tsc/input/input1
[    1.362793] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[    1.371205] i2c /dev entries driver
[    1.375522] Driver for 1-wire Dallas network protocol.
[    1.383322] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    1.392653] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
[    1.399870] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
[    1.407234] omap_hsmmc 48060000.mmc: unable to get vmmc regulator -517
[    1.414190] edma-dma-engine edma-dma-engine.0: freeing channel for 24
[    1.421012] edma-dma-engine edma-dma-engine.0: freeing channel for 25
[    1.427961] platform 48060000.mmc: Driver omap_hsmmc requests probe deferral
[    1.435715] edma-dma-engine edma-dma-engine.0: allocated channel for 0:13
[    1.442938] edma-dma-engine edma-dma-engine.0: allocated channel for 0:12
[    1.523923] omap_hwmod: gpio1: _wait_target_disable failed
[    1.552114] ledtrig-cpu: registered to indicate activity on CPUs
[    1.561980] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
[    1.569277] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    1.575393] mmc0: card claims to support voltages below the defined range. These will be ignored.
[    1.586155] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    1.592388] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
[    1.599520] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
[    1.608204] usbcore: registered new interface driver usbhid
[    1.614139] usbhid: USB HID core driver
[    1.620800] oprofile: no performance counters
[    1.625945] oprofile: using timer interrupt.
[    1.630856] TCP: cubic registered
[    1.634402] Initializing XFRM netlink socket
[    1.638943] NET: Registered protocol family 17
[    1.643729] NET: Registered protocol family 15
[    1.648496] 8021q: 802.1Q VLAN Support v1.8
[    1.653072] Key type dns_resolver registered
[    1.658306] cpu cpu0: cpu0 regulator not ready, retry
[    1.663812] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
[    1.672767] ThumbEE CPU extension supported.
[    1.679581] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[    1.685087] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[    1.691717] mmc0: queuing unknown CIS tuple 0x91 (3 bytes)
[    1.698699] ONFI param page 0 valid
[    1.702444] ONFI flash detected
[    1.705772] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP), 256MiB, page size: 2048, OOB size: 64
[    1.717841] omap2-nand: detected x8 NAND flash
[    1.722549] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
[    1.728197] omap2-nand: using custom ecc layout
[    1.733259] 10 ofpart partitions found on MTD device omap2-nand.0
[    1.739703] Creating 10 MTD partitions on "omap2-nand.0":
[    1.745454] 0x000000000000-0x000000020000 : "NAND.SPL"
[    1.752795] 0x000000020000-0x000000040000 : "NAND.SPL.backup1"
[    1.759927] mmc0: new SDIO card at address 0001
[    1.767391] 0x000000040000-0x000000060000 : "NAND.SPL.backup2"
[    1.775466] 0x000000060000-0x000000080000 : "NAND.SPL.backup3"
[    1.783150] 0x000000080000-0x0000000c0000 : "NAND.u-boot-spl-os"
[    1.791079] 0x0000000c0000-0x0000001c0000 : "NAND.u-boot"
[    1.798928] 0x0000001c0000-0x0000001e0000 : "NAND.u-boot-env"
[    1.806388] 0x0000001e0000-0x000000200000 : "NAND.u-boot-env.backup1"
[    1.814627] 0x000000200000-0x000000a00000 : "NAND.kernel"
[    1.828275] 0x000000a00000-0x000010000000 : "NAND.file-system"
[    2.041662] tps65910 0-002d: No interrupt support, no core IRQ
[    2.049945] vrtc: 1800 mV
[    2.053134] vrtc: supplied by vbat
[    2.058005] vio: at 1800 mV
[    2.061166] vio: supplied by vbat
[    2.066056] vdd_mpu: 912 <--> 1375 mV at 1137 mV
[    2.071120] vdd_mpu: supplied by vbat
[    2.076340] vdd_core: 912 <--> 1150 mV at 1137 mV
[    2.081494] vdd_core: supplied by vbat
[    2.086601] vdd3: 5000 mV
[    2.090602] vdig1: at 1800 mV
[    2.093917] vdig1: supplied by vbat
[    2.098776] vdig2: at 1800 mV
[    2.102091] vdig2: supplied by vbat
[    2.106915] vpll: at 1800 mV
[    2.110114] vpll: supplied by vbat
[    2.114977] vdac: at 1800 mV
[    2.118183] vdac: supplied by vbat
[    2.122978] vaux1: at 1800 mV
[    2.126278] vaux1: supplied by vbat
[    2.131145] vaux2: at 3300 mV
[    2.134437] vaux2: supplied by vbat
[    2.139285] vaux33: at 3300 mV
[    2.142697] vaux33: supplied by vbat
[    2.147670] vmmc: 1800 <--> 3300 mV at 3300 mV
[    2.152550] vmmc: supplied by vbat
[    2.156998] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    2.166007] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
[    2.172950] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
[    2.180164] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
[    2.281137] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    2.287596] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    2.294861] libphy: 4a101000.mdio: probed
[    2.299113] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Atheros 8031 ethernet
[    2.309671] Detected MACID = 00:18:31:e0:8d:4a
[    2.316926] input: volume_keys.8 as /devices/volume_keys.8/input/input2
[    2.324847] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[    2.337766] Waiting for root device /dev/mmcblk0p2...
[   60.321532] PM: request_firmware failed

   Please guide me to resolve this issue.

   by default zImage is there in prebuild-image folder.

 regards

 Vishal


Viewing all articles
Browse latest Browse all 148938

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>