All of lore.kernel.org
 help / color / mirror / Atom feed
* beagleboard not booting
@ 2012-07-18 11:27 Edward Vidal
  2012-07-18 11:55 ` Robert Berger
  2012-07-18 13:01 ` Bruce Ashfield
  0 siblings, 2 replies; 13+ messages in thread
From: Edward Vidal @ 2012-07-18 11:27 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

Hello,
Close to the USB I see a C and close to speaker XM I am assuming the This
is XM-C
What would be the process to use

3.4.x kernel and a mainline u-boot.
I am new to poky and don't know much about bit bake and openembedded.
Can you suggest where to read about using a different kernel.
Thanks every thing helps.

[-- Attachment #2: Type: text/html, Size: 361 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: beagleboard not booting
  2012-07-18 11:27 beagleboard not booting Edward Vidal
@ 2012-07-18 11:55 ` Robert Berger
  2012-07-18 13:01 ` Bruce Ashfield
  1 sibling, 0 replies; 13+ messages in thread
From: Robert Berger @ 2012-07-18 11:55 UTC (permalink / raw)
  To: yocto

On 07/18/2012 02:27 PM, Edward Vidal wrote:
> Hello,
> Close to the USB I see a C and close to speaker XM I am assuming the
> This is XM-C

OK

> What would be the process to use
> 
> 3.4.x kernel and a mainline u-boot.
> I am new to poky and don't know much about bit bake and openembedded.
> 
> Can you suggest where to read about using a different kernel.
> Thanks every thing helps.
> 

I know people here will beat me up for my suggestion, but just use the
toolchain you get with Yocto/Poky and build kernel/u-boot as ususal
without it.

Regards,

Robert
..."Rules of Optimization: Rule1: Don't do it. Rule 2 (for experts
only): Don't do it yet." - M.A. Jackson (not the singer)

My public pgp key is available at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: beagleboard not booting
  2012-07-18 11:27 beagleboard not booting Edward Vidal
  2012-07-18 11:55 ` Robert Berger
@ 2012-07-18 13:01 ` Bruce Ashfield
  1 sibling, 0 replies; 13+ messages in thread
From: Bruce Ashfield @ 2012-07-18 13:01 UTC (permalink / raw)
  To: Edward Vidal; +Cc: yocto

On Wed, Jul 18, 2012 at 7:27 AM, Edward Vidal <vidal.develone@gmail.com> wrote:
> Hello,
> Close to the USB I see a C and close to speaker XM I am assuming the This is
> XM-C
> What would be the process to use
>
> 3.4.x kernel and a mainline u-boot.
> I am new to poky and don't know much about bit bake and openembedded.

We are just about to update preferred version of the kernel for the
beagleboard to 3.4 .. but are just finishing with the other hardware
references first.

But everything you need for 3.4.x support is in the linux-yocto-3.4
standard/beagleboard
branch.

If you just change meta-yocto/conf/machine/beagleboard.conf to prefer
the 3.4 yocto
kernel, you are most of the way there, it currently points at 3.0

PREFERRED_VERSION_linux-yocto ?= "3.0%"

(you can also do this in your local.conf .. etc).

Cheers,

Bruce

>
> Can you suggest where to read about using a different kernel.
> Thanks every thing helps.
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


^ permalink raw reply	[flat|nested] 13+ messages in thread

* beagleboard not booting
@ 2012-07-19 15:01 Edward Vidal
  0 siblings, 0 replies; 13+ messages in thread
From: Edward Vidal @ 2012-07-19 15:01 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 35330 bytes --]

Hello
It appears that I do not have twm or xterm.
xterm term was not installed on the host fedora17 and I thought why it was
not working.
reverted to the a ver I had built earlier this month.
Installed xterm on the host system.

Nothing is displayed on the monitor I am able to ssh into the beagleboard

Modified the file /home/vidal/poky/meta-yocto/conf/machine/beagleboard.conf

PREFERRED_VERSION_linux-yocto ?= "3.0%" --> PREFERRED_VERSION_linux-yocto
?= "3.4%"

Modified the file
/home/vidal/poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend

# COMPATIBLE_MACHINE_beagleboard = "beagleboard" -->
COMPATIBLE_MACHINE_beagleboard = "beagleboard"
 git status
# On branch master
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working
directory)
#
#    modified:   meta-yocto/conf/machine/beagleboard.conf
#    modified:   meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend
#
no changes added to commit (use "git add" and/or "git commit -a")

MACHINE=beagleboard bitbake -v -D -D -D core-image-sato

mkfs.vfat -F 16 -n  "boot" /dev/sdb1
/dev/sdb1
W95 FAT32 (LBA) (Bootable)

mke2fs -j -L "rootfs" /dev/sdb2
/dev/sdb2
Ext3 (version 1.0)

cd /home/vidal/poky/build/tmp/deploy/images
cp MLO-beagleboard-1.5.0+git1+9f94c6577e3a018b6b75cbe39f32bb331871f915-r0
/run/media/vidal/boot/MLO
cp
u-boot-beagleboard-v2011.06+git26+b1af6f532e0d348b153d5c148369229d24af361a-r1.bin
/run/media/vidal/boot/u-boot.bin
cp
uImage-3.4.4+git1+a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5_1+a8291fa6f723b0182d2b7033b5d59f412ba7cf72-r4.0-beagleboard-20120719132716.bin
/run/media/vidal/boot/uImage
cp /home/vidal/uEnv.txt /run/media/vidal/boot/

mpurate=auto

dvimode="hd720 omapfb.vram=0:8M,1:4M,2:4M"
vram=16M
optargs="consoleblank=0"
console="tty0 console=ttyO2,115200n8"
cd /run/media/vidal/rootfs
tar jxvf
/home/vidal/poky/build/tmp/deploy/images/core-image-sato-beagleboard-20120719132716.rootfs.tar.bz2


cd ~
umount /run/media/vidal/boot
umount /run/media/vidal/rootfs

sync
[vidal@ws009 ~]$ sudo su -
[root@ws009 ~]# ssh -Y 192.168.0.106
The authenticity of host '192.168.0.106 (192.168.0.106)' can't be
established.
RSA key fingerprint is af:90:2e:eb:d7:08:4b:27:b9:63:32:cd:ce:c8:08:bd.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.0.106' (RSA) to the list of known hosts.
root@192.168.0.106's password:
xauth:  file /home/root/.Xauthority does not exist
root@beagleboard:~# dmesg
Booting Linux on physical CPU 0
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 3.4.1-yocto-standard (vidal@ws009.swbell.net) (gcc version
4.7.2 20120615 (prerelease) (GCC) ) #1 Thu Jul 19 07:33:44 MDT 2012
CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: OMAP3 Beagle Board
Reserving 16777216 bytes SDRAM for VRAM
Memory policy: ECC disabled, Data cache writeback
On node 0 totalpages: 126720
free_area_init_node: node 0, pgdat c089b790, node_mem_map c08ff000
  Normal zone: 1024 pages used for memmap
  Normal zone: 0 pages reserved
  Normal zone: 125696 pages, LIFO batch:31
OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
pcpu-alloc: [0] 0
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 125696
Kernel command line: console=tty0 console=ttyO2,115200n8 mpurate=auto
vram=16M omapfb.mode=dvi:hd720 omapfb.vram=0:8M,1:4M,2:4M omapfb.debug=y
omapdss.def_disp=dvi root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
PID hash table entries: 2048 (order: 1, 8192 bytes)
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
allocated 1048576 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Memory: 495MB = 495MB total
Memory: 492108k/492108k available, 32180k reserved, 0K highmem
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
    lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .text : 0xc0008000 - 0xc07cb388   (7949 kB)
      .init : 0xc07cc000 - 0xc0827000   ( 364 kB)
      .data : 0xc0828000 - 0xc089e450   ( 474 kB)
       .bss : 0xc089e474 - 0xc08fed80   ( 387 kB)
SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
NR_IRQS:474
IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
Total of 96 interrupts on 1 active controller
OMAP clockevent source: GPTIMER12 at 32768 Hz
sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
Console: colour dummy device 80x30
console [tty0] enabled
Calibrating delay loop... 500.97 BogoMIPS (lpj=1953792)
pid_max: default: 32768 minimum: 301
Security Framework initialized
Mount-cache hash table entries: 512
Initializing cgroup subsys debug
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
Initializing cgroup subsys blkio
CPU: Testing write buffer coherency: ok
ftrace: allocating 21594 entries in 64 pages
Setting up static identity map for 0x8059faf0 - 0x8059fb48
devtmpfs: initialized
dummy:
NET: Registered protocol family 16
GPMC revision 5.0
gpiochip_add: registered GPIOs 0 to 31 on device: gpio
OMAP GPIO hardware version 2.5
gpiochip_add: registered GPIOs 32 to 63 on device: gpio
gpiochip_add: registered GPIOs 64 to 95 on device: gpio
gpiochip_add: registered GPIOs 96 to 127 on device: gpio
gpiochip_add: registered GPIOs 128 to 159 on device: gpio
gpiochip_add: registered GPIOs 160 to 191 on device: gpio
omap_mux_init: Add partition: #1: core, flags: 0
OMAP3 Beagle Rev: xM C
Reprogramming SDRC clock to 332000000 Hz
 usbhs_omap: alias fck already exists
Found NAND on CS0
Registering NAND on CS0
Unable to get DVI reset GPIO
 omap-mcbsp.2: alias fck already exists
 omap-mcbsp.3: alias fck already exists
OMAP DMA hardware revision 5.0
bio: create slab <bio-0> at 0
SCSI subsystem initialized
omap2_mcspi omap2_mcspi.1: master is unqueued, this is deprecated
omap2_mcspi omap2_mcspi.2: master is unqueued, this is deprecated
omap2_mcspi omap2_mcspi.3: master is unqueued, this is deprecated
omap2_mcspi omap2_mcspi.4: master is unqueued, this is deprecated
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
omap_i2c omap_i2c.1: bus 1 rev1.4.0 at 2600 kHz
twl 1-0048: PIH (irq 7) chaining IRQs 320..328
twl 1-0048: power (irq 325) chaining IRQs 328..335
twl4030_gpio twl4030_gpio: gpio (irq 320) chaining IRQs 336..353
gpiochip_add: registered GPIOs 192 to 211 on device: twl4030
VUSB1V5: 1500 mV normal standby
VUSB1V8: 1800 mV normal standby
VUSB3V1: 3100 mV normal standby
twl4030_usb twl4030_usb: Initialized TWL4030 USB module
VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
VDAC: 1800 mV normal standby
VDVI: 1800 mV normal standby
VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
omap_i2c omap_i2c.3: bus 3 rev1.4.0 at 100 kHz
Advanced Linux Sound Architecture Driver Version 1.0.25.
cfg80211: Calling CRDA to update world regulatory domain
Switching to clocksource 32k_counter
usbhs_omap usbhs_omap: xclk60mhsp1_ck set parentfailed error:-22
usbhs_omap usbhs_omap: xclk60mhsp2_ck set parentfailed error:-22
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 5, 131072 bytes)
TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
TCP: reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Registering unionfs 2.5.10 (for 3.1.0-rc4)
NFS: Registering the id_resolver key type
Btrfs loaded
msgmni has been set to 961
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
OMAP DSS rev 2.0
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
console [ttyO2] enabled
omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
brd: module loaded
No NAND device found
No NAND device found
usbcore: registered new interface driver kaweth
pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
usbcore: registered new interface driver pegasus
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver dm9601
usbcore: registered new interface driver smsc75xx
usbcore: registered new interface driver smsc95xx
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
usbcore: registered new interface driver MOSCHIP usb-ethernet driver
usbcore: registered new interface driver int51x1
usbcore: registered new interface driver cdc_ncm
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-omap.0 supply hsusb0 not found, using dummy regulator
ehci-omap.0 supply hsusb1 not found, using dummy regulator
ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split,
HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 1.800
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
mousedev: PS/2 mouse device common for all mice
twl_rtc twl_rtc: Enabling TWL-RTC
twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
OMAP3 Beagle/Devkit8000 SoC init
soc-audio soc-audio: ASoC machine omap3beagle should use
snd_soc_register_card()
usb 1-2: new high-speed USB device number 2 using ehci-omap
twl4030-codec twl4030-codec: ASoC: Failed to create Capture debugfs file
asoc: twl4030-hifi <-> omap-mcbsp.2 mapping ok
TCP: cubic registered
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
Registering the dns_resolver key type
VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
ThumbEE CPU extension supported.
sr_init: No PMIC hook to init smartreflex
smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
SmartReflex Class3 initialized
clock: disabling unused clocks to save power
OMAPFB: omapfb_init
OMAPFB: omapfb_probe
omapfb omapfb: no driver for display: dvi
omapfb omapfb: cannot parse default modes
OMAPFB: create 2 framebuffers
OMAPFB: fb_infos allocated
OMAPFB: allocating 8388608 bytes for fb 0
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 5 ports detected
OMAPFB: allocated VRAM paddr 9f000000, vaddr e1000000
OMAPFB: allocating 4194304 bytes for fb 1
OMAPFB: allocated VRAM paddr 9f800000, vaddr e2000000
OMAPFB: region0 phys 9f000000 virt e1000000 size=8388608
OMAPFB: region1 phys 9f800000 virt e2000000 size=4194304
OMAPFB: fbmems allocated
OMAPFB: check_fb_var 0
OMAPFB: max frame size 8388608, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
OMAPFB: set_fb_fix
OMAPFB: check_fb_var 1
OMAPFB: max frame size 4194304, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
OMAPFB: set_fb_fix
OMAPFB: fb_infos initialized
OMAPFB: set_par(0)
OMAPFB: set_fb_fix
OMAPFB: apply_changes, fb 0, ovl 0
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
Console: switching to colour frame buffer device 90x35
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: framebuffers registered
OMAPFB: apply_changes, fb 0, ovl 0
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: apply_changes, fb 1, ovl 1
OMAPFB: setup_overlay 1, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f800000
OMAPFB: create_framebuffers done
OMAPFB: mgr->apply'ed
OMAPFB: create sysfs for fbs
OMAPFB: create sysfs for fbs
VDVI: incomplete constraints, leaving on
console [netcon0] enabled
netconsole: network logging started
twl_rtc twl_rtc: setting system clock to 2012-07-19 14:13:53 UTC
(1342707233)
ALSA device list:
  #0: omap3beagle
Waiting for root device /dev/mmcblk0p2...
usb 1-2.1: new high-speed USB device number 3 using ehci-omap
smsc95xx v1.0.4
smsc95xx 1-2.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-2.1,
smsc95xx USB 2.0 Ethernet, a6:88:0d:14:6a:6a
usb 1-2.3: new low-speed USB device number 4 using ehci-omap
input: CHESEN USB Keyboard as
/devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.3/1-2.3:1.0/input/input0
generic-usb 0003:0A81:0101.0001: input: USB HID v1.10 Keyboard [CHESEN USB
Keyboard] on usb-ehci-omap.0-2.3/input0
input: CHESEN USB Keyboard as
/devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.3/1-2.3:1.1/input/input1
generic-usb 0003:0A81:0101.0002: input: USB HID v1.10 Device [CHESEN USB
Keyboard] on usb-ehci-omap.0-2.3/input1
mmc0: host does not support reading read-only switch. assuming write-enable.
mmc0: new high speed SDHC card at address b368
mmcblk0: mmc0:b368 SDU16 14.9 GiB
 mmcblk0: p1 p2
usb 1-2.5: new low-speed USB device number 5 using ehci-omap
input: PixArt USB Optical Mouse as
/devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.5/1-2.5:1.0/input/input2
generic-usb 0003:093A:2510.0003: input: USB HID v1.11 Mouse [PixArt USB
Optical Mouse] on usb-ehci-omap.0-2.5/input0
kjournald starting.  Commit interval 5 seconds
EXT3-fs (mmcblk0p2): using internal journal
EXT3-fs (mmcblk0p2): recovery complete
EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
VFS: Mounted root (ext3 filesystem) on device 179:2.
devtmpfs: mounted
Freeing init memory: 364K
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: user mmap region start 9f000000, len 8388608, off 9f000000
udev[65]: starting version 164
ADDRCONF(NETDEV_UP): eth0: link is not ready
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
smsc95xx 1-2.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (7694 buckets, 30776 max)
OMAPFB: check_var(0)
OMAPFB: check_fb_var 0
OMAPFB: max frame size 8388608, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $

# The default runlevel.
id:5:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

# What to do in single-user mode.
~~:S:wait:/sbin/sulogin

# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
root@beagleboard:~# startx
xauth:  file /home/root/.serverauth.630 does not exist


X.Org X Server 1.11.2
Release Date: 2011-11-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.3.4-5.fc17.x86_64 x86_64
Current Operating System: Linux beagleboard 3.4.1-yocto-standard #1 Thu Jul
19 07:33:44 MDT 2012 armv7l
Kernel command line: console=tty0 console=ttyO2,115200n8 mpurate=auto
vram=16M omapfb.mode=dvi:hd720 omapfb.vram=0:8M,1:4M,2:4M omapfb.debug=y
omapdss.def_disp=dvi root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
Build Date: 15 July 2012  12:32:41PM

Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Thu Jul 19 14:16:23 2012
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) Failed to load module "extmod" (module does not exist, 0)
(EE) Failed to load module "dbe" (module does not exist, 0)
(EE) Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "record" (module does not exist, 0)
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
(EE) omapfb(0): Failed to open /dev/fb2: No such file or directory
(EE) omapfb(0): XVScreenInit failed
/usr/lib/X11/xinit/xinitrc: line 56: exec: xterm: not found
/usr/lib/X11/xinit/xinitrc: line 52: twm: command not found
/usr/lib/X11/xinit/xinitrc: line 54: xterm: command not found
/usr/lib/X11/xinit/xinitrc: line 55: xterm: command not found
xinit: connection to X server lost

waiting for X server to shut down Server terminated successfully (0).
Closing log file.

root@beagleboard:~#


[vidal@ws009 ~]$ sudo su -
[root@ws009 ~]# ssh -Y 192.168.0.106
The authenticity of host '192.168.0.106 (192.168.0.106)' can't be
established.
RSA key fingerprint is af:90:2e:eb:d7:08:4b:27:b9:63:32:cd:ce:c8:08:bd.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.0.106' (RSA) to the list of known hosts.
root@192.168.0.106's password:
xauth:  file /home/root/.Xauthority does not exist
root@beagleboard:~# dmesg
Booting Linux on physical CPU 0
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 3.4.1-yocto-standard (vidal@ws009.swbell.net) (gcc version
4.7.2 20120615 (prerelease) (GCC) ) #1 Thu Jul 19 07:33:44 MDT 2012
CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: OMAP3 Beagle Board
Reserving 16777216 bytes SDRAM for VRAM
Memory policy: ECC disabled, Data cache writeback
On node 0 totalpages: 126720
free_area_init_node: node 0, pgdat c089b790, node_mem_map c08ff000
  Normal zone: 1024 pages used for memmap
  Normal zone: 0 pages reserved
  Normal zone: 125696 pages, LIFO batch:31
OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
pcpu-alloc: [0] 0
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 125696
Kernel command line: console=tty0 console=ttyO2,115200n8 mpurate=auto
vram=16M omapfb.mode=dvi:hd720 omapfb.vram=0:8M,1:4M,2:4M omapfb.debug=y
omapdss.def_disp=dvi root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
PID hash table entries: 2048 (order: 1, 8192 bytes)
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
allocated 1048576 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Memory: 495MB = 495MB total
Memory: 492108k/492108k available, 32180k reserved, 0K highmem
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
    lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .text : 0xc0008000 - 0xc07cb388   (7949 kB)
      .init : 0xc07cc000 - 0xc0827000   ( 364 kB)
      .data : 0xc0828000 - 0xc089e450   ( 474 kB)
       .bss : 0xc089e474 - 0xc08fed80   ( 387 kB)
SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
NR_IRQS:474
IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
Total of 96 interrupts on 1 active controller
OMAP clockevent source: GPTIMER12 at 32768 Hz
sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
Console: colour dummy device 80x30
console [tty0] enabled
Calibrating delay loop... 500.97 BogoMIPS (lpj=1953792)
pid_max: default: 32768 minimum: 301
Security Framework initialized
Mount-cache hash table entries: 512
Initializing cgroup subsys debug
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
Initializing cgroup subsys blkio
CPU: Testing write buffer coherency: ok
ftrace: allocating 21594 entries in 64 pages
Setting up static identity map for 0x8059faf0 - 0x8059fb48
devtmpfs: initialized
dummy:
NET: Registered protocol family 16
GPMC revision 5.0
gpiochip_add: registered GPIOs 0 to 31 on device: gpio
OMAP GPIO hardware version 2.5
gpiochip_add: registered GPIOs 32 to 63 on device: gpio
gpiochip_add: registered GPIOs 64 to 95 on device: gpio
gpiochip_add: registered GPIOs 96 to 127 on device: gpio
gpiochip_add: registered GPIOs 128 to 159 on device: gpio
gpiochip_add: registered GPIOs 160 to 191 on device: gpio
omap_mux_init: Add partition: #1: core, flags: 0
OMAP3 Beagle Rev: xM C
Reprogramming SDRC clock to 332000000 Hz
 usbhs_omap: alias fck already exists
Found NAND on CS0
Registering NAND on CS0
Unable to get DVI reset GPIO
 omap-mcbsp.2: alias fck already exists
 omap-mcbsp.3: alias fck already exists
OMAP DMA hardware revision 5.0
bio: create slab <bio-0> at 0
SCSI subsystem initialized
omap2_mcspi omap2_mcspi.1: master is unqueued, this is deprecated
omap2_mcspi omap2_mcspi.2: master is unqueued, this is deprecated
omap2_mcspi omap2_mcspi.3: master is unqueued, this is deprecated
omap2_mcspi omap2_mcspi.4: master is unqueued, this is deprecated
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
omap_i2c omap_i2c.1: bus 1 rev1.4.0 at 2600 kHz
twl 1-0048: PIH (irq 7) chaining IRQs 320..328
twl 1-0048: power (irq 325) chaining IRQs 328..335
twl4030_gpio twl4030_gpio: gpio (irq 320) chaining IRQs 336..353
gpiochip_add: registered GPIOs 192 to 211 on device: twl4030
VUSB1V5: 1500 mV normal standby
VUSB1V8: 1800 mV normal standby
VUSB3V1: 3100 mV normal standby
twl4030_usb twl4030_usb: Initialized TWL4030 USB module
VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
VDAC: 1800 mV normal standby
VDVI: 1800 mV normal standby
VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
omap_i2c omap_i2c.3: bus 3 rev1.4.0 at 100 kHz
Advanced Linux Sound Architecture Driver Version 1.0.25.
cfg80211: Calling CRDA to update world regulatory domain
Switching to clocksource 32k_counter
usbhs_omap usbhs_omap: xclk60mhsp1_ck set parentfailed error:-22
usbhs_omap usbhs_omap: xclk60mhsp2_ck set parentfailed error:-22
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 5, 131072 bytes)
TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
TCP: reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Registering unionfs 2.5.10 (for 3.1.0-rc4)
NFS: Registering the id_resolver key type
Btrfs loaded
msgmni has been set to 961
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
OMAP DSS rev 2.0
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
console [ttyO2] enabled
omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
brd: module loaded
No NAND device found
No NAND device found
usbcore: registered new interface driver kaweth
pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
usbcore: registered new interface driver pegasus
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver dm9601
usbcore: registered new interface driver smsc75xx
usbcore: registered new interface driver smsc95xx
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
usbcore: registered new interface driver MOSCHIP usb-ethernet driver
usbcore: registered new interface driver int51x1
usbcore: registered new interface driver cdc_ncm
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-omap.0 supply hsusb0 not found, using dummy regulator
ehci-omap.0 supply hsusb1 not found, using dummy regulator
ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split,
HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 1.800
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
mousedev: PS/2 mouse device common for all mice
twl_rtc twl_rtc: Enabling TWL-RTC
twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
OMAP3 Beagle/Devkit8000 SoC init
soc-audio soc-audio: ASoC machine omap3beagle should use
snd_soc_register_card()
usb 1-2: new high-speed USB device number 2 using ehci-omap
twl4030-codec twl4030-codec: ASoC: Failed to create Capture debugfs file
asoc: twl4030-hifi <-> omap-mcbsp.2 mapping ok
TCP: cubic registered
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
Registering the dns_resolver key type
VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
ThumbEE CPU extension supported.
sr_init: No PMIC hook to init smartreflex
smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
SmartReflex Class3 initialized
clock: disabling unused clocks to save power
OMAPFB: omapfb_init
OMAPFB: omapfb_probe
omapfb omapfb: no driver for display: dvi
omapfb omapfb: cannot parse default modes
OMAPFB: create 2 framebuffers
OMAPFB: fb_infos allocated
OMAPFB: allocating 8388608 bytes for fb 0
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 5 ports detected
OMAPFB: allocated VRAM paddr 9f000000, vaddr e1000000
OMAPFB: allocating 4194304 bytes for fb 1
OMAPFB: allocated VRAM paddr 9f800000, vaddr e2000000
OMAPFB: region0 phys 9f000000 virt e1000000 size=8388608
OMAPFB: region1 phys 9f800000 virt e2000000 size=4194304
OMAPFB: fbmems allocated
OMAPFB: check_fb_var 0
OMAPFB: max frame size 8388608, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
OMAPFB: set_fb_fix
OMAPFB: check_fb_var 1
OMAPFB: max frame size 4194304, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
OMAPFB: set_fb_fix
OMAPFB: fb_infos initialized
OMAPFB: set_par(0)
OMAPFB: set_fb_fix
OMAPFB: apply_changes, fb 0, ovl 0
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
Console: switching to colour frame buffer device 90x35
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: framebuffers registered
OMAPFB: apply_changes, fb 0, ovl 0
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: apply_changes, fb 1, ovl 1
OMAPFB: setup_overlay 1, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f800000
OMAPFB: create_framebuffers done
OMAPFB: mgr->apply'ed
OMAPFB: create sysfs for fbs
OMAPFB: create sysfs for fbs
VDVI: incomplete constraints, leaving on
console [netcon0] enabled
netconsole: network logging started
twl_rtc twl_rtc: setting system clock to 2012-07-19 14:13:53 UTC
(1342707233)
ALSA device list:
  #0: omap3beagle
Waiting for root device /dev/mmcblk0p2...
usb 1-2.1: new high-speed USB device number 3 using ehci-omap
smsc95xx v1.0.4
smsc95xx 1-2.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-2.1,
smsc95xx USB 2.0 Ethernet, a6:88:0d:14:6a:6a
usb 1-2.3: new low-speed USB device number 4 using ehci-omap
input: CHESEN USB Keyboard as
/devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.3/1-2.3:1.0/input/input0
generic-usb 0003:0A81:0101.0001: input: USB HID v1.10 Keyboard [CHESEN USB
Keyboard] on usb-ehci-omap.0-2.3/input0
input: CHESEN USB Keyboard as
/devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.3/1-2.3:1.1/input/input1
generic-usb 0003:0A81:0101.0002: input: USB HID v1.10 Device [CHESEN USB
Keyboard] on usb-ehci-omap.0-2.3/input1
mmc0: host does not support reading read-only switch. assuming write-enable.
mmc0: new high speed SDHC card at address b368
mmcblk0: mmc0:b368 SDU16 14.9 GiB
 mmcblk0: p1 p2
usb 1-2.5: new low-speed USB device number 5 using ehci-omap
input: PixArt USB Optical Mouse as
/devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.5/1-2.5:1.0/input/input2
generic-usb 0003:093A:2510.0003: input: USB HID v1.11 Mouse [PixArt USB
Optical Mouse] on usb-ehci-omap.0-2.5/input0
kjournald starting.  Commit interval 5 seconds
EXT3-fs (mmcblk0p2): using internal journal
EXT3-fs (mmcblk0p2): recovery complete
EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
VFS: Mounted root (ext3 filesystem) on device 179:2.
devtmpfs: mounted
Freeing init memory: 364K
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: user mmap region start 9f000000, len 8388608, off 9f000000
udev[65]: starting version 164
ADDRCONF(NETDEV_UP): eth0: link is not ready
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
smsc95xx 1-2.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (7694 buckets, 30776 max)
OMAPFB: check_var(0)
OMAPFB: check_fb_var 0
OMAPFB: max frame size 8388608, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $

# The default runlevel.
id:5:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

# What to do in single-user mode.
~~:S:wait:/sbin/sulogin

# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
root@beagleboard:~# startx
xauth:  file /home/root/.serverauth.630 does not exist


X.Org X Server 1.11.2
Release Date: 2011-11-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.3.4-5.fc17.x86_64 x86_64
Current Operating System: Linux beagleboard 3.4.1-yocto-standard #1 Thu Jul
19 07:33:44 MDT 2012 armv7l
Kernel command line: console=tty0 console=ttyO2,115200n8 mpurate=auto
vram=16M omapfb.mode=dvi:hd720 omapfb.vram=0:8M,1:4M,2:4M omapfb.debug=y
omapdss.def_disp=dvi root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
Build Date: 15 July 2012  12:32:41PM

Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Thu Jul 19 14:16:23 2012
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) Failed to load module "extmod" (module does not exist, 0)
(EE) Failed to load module "dbe" (module does not exist, 0)
(EE) Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "record" (module does not exist, 0)
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
(EE) omapfb(0): Failed to open /dev/fb2: No such file or directory
(EE) omapfb(0): XVScreenInit failed
/usr/lib/X11/xinit/xinitrc: line 56: exec: xterm: not found
/usr/lib/X11/xinit/xinitrc: line 52: twm: command not found
/usr/lib/X11/xinit/xinitrc: line 54: xterm: command not found
/usr/lib/X11/xinit/xinitrc: line 55: xterm: command not found
xinit: connection to X server lost

waiting for X server to shut down Server terminated successfully (0).
Closing log file.

root@beagleboard:~#

Thanks All help is apperciated

[-- Attachment #2: Type: text/html, Size: 37897 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: beagleboard not booting
  2012-07-18 23:12 Edward Vidal
@ 2012-07-19  4:36 ` Bruce Ashfield
  0 siblings, 0 replies; 13+ messages in thread
From: Bruce Ashfield @ 2012-07-19  4:36 UTC (permalink / raw)
  To: Edward Vidal; +Cc: yocto

On 12-07-18 7:12 PM, Edward Vidal wrote:
> Hello,
> I tried the suggestion to try the 3.4 kernel. I didn't get the 3.4
> kernel instead I got the 3.2 kernel and the boot process went much
> further this time.

Progress is good. You ended up with the 3.2 kernel because the
meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend doesn't have
compatibility set for the beagleboard. If you uncomment the beagleboard,
you'll get a 3.4.4 build.

I'll gear up to try some of my own builds and boots shortly as well.

Cheers,

Bruce

>
> Modified the file /home/vidal/poky/meta-yocto/conf/machine/beagleboard.conf
>
> PREFERRED_VERSION_linux-yocto ?= "3.0%" -->
> PREFERRED_VERSION_linux-yocto ?= "3.4%"
>
> MACHINE=beagleboard bitbake -v -D -D -D core-sato-image
> New files were created /home/vidal/poky/build/tmp/deploy/images
> lrwxrwxrwx. 1 vidal users 55 Jul 18 15:56
> core-image-sato-beagleboard.jffs2 ->
> core-image-sato-beagleboard-20120718203130.rootfs.jffs2
> -rw-r--r--. 1 vidal users 61079552 Jul 18 15:56
> core-image-sato-beagleboard-20120718203130.rootfs.jffs2
> lrwxrwxrwx. 1 vidal users 57 Jul 18 15:56
> core-image-sato-beagleboard.tar.bz2 ->
> core-image-sato-beagleboard-20120718203130.rootfs.tar.bz2
> -rw-r--r--. 1 vidal users 45832645 Jul 18 15:55
> core-image-sato-beagleboard-20120718203130.rootfs.tar.bz2
> -rw-r--r--. 1 vidal users 294 Jul 18 15:45
> README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt
> -rw-r--r--. 1 vidal users 36345272 Jul 18 15:24
> modules-3.2.18-yocto-standard-r4.0-beagleboard.tgz
> lrwxrwxrwx. 1 vidal users 138 Jul 18 15:24 uImage ->
> uImage-3.2.18+git1+07ee09b520579b9f29bd15fefb01fd28b34c6064_1+40bde7a43ef3cd85729ab02464a7ecdf71e522a6-r4.0-beagleboard-20120718203130.bin
> lrwxrwxrwx. 1 vidal users 138 Jul 18 15:24 uImage-beagleboard.bin ->
> uImage-3.2.18+git1+07ee09b520579b9f29bd15fefb01fd28b34c6064_1+40bde7a43ef3cd85729ab02464a7ecdf71e522a6-r4.0-beagleboard-20120718203130.bin
> -rw-r--r--. 1 vidal users 3378560 Jul 18 15:24
> uImage-3.2.18+git1+07ee09b520579b9f29bd15fefb01fd28b34c6064_1+40bde7a43ef3cd85729ab02464a7ecdf71e522a6-r4.0-beagleboard-20120718203130.bin
> lrwxrwxrwx. 1 vidal users 81 Jul 18 14:33 u-boot-beagleboard.bin ->
> u-boot-beagleboard-v2011.06+git28+b1af6f532e0d348b153d5c148369229d24af361a-r1.bin
> -rwxr-xr-x. 1 vidal users 285124 Jul 18 14:33
> u-boot-beagleboard-v2011.06+git28+b1af6f532e0d348b153d5c148369229d24af361a-r1.bin
>
> mkfs.vfat -F 16 -n "boot" /dev/sdb1
> /dev/sdb1
> W95 FAT32 (LBA) (Bootable)
>
> mke2fs -j -L "rootfs" /dev/sdb2
> /dev/sdb2
> Ext3 (version 1.0)
>
> cd /home/vidal/poky/build/tmp/deploy/images
> cp
> MLO-beagleboard-1.5.0+git1+9f94c6577e3a018b6b75cbe39f32bb331871f915-r0
> /run/media/vidal/boot/MLO
> cp
> u-boot-beagleboard-v2011.06+git28+b1af6f532e0d348b153d5c148369229d24af361a-r1.bin
> /run/media/vidal/boot/u-boot.bin
> cp
> uImage-3.2.18+git1+07ee09b520579b9f29bd15fefb01fd28b34c6064_1+40bde7a43ef3cd85729ab02464a7ecdf71e522a6-r4.0-beagleboard-20120718203130.bin
> /run/media/vidal/boot/uImage
> cp /home/vidal/uEnv.txt /run/media/vidal/boot/
>
> less /run/media/vidal/boot/uEnv.txt
> mpurate=auto
>
> dvimode="hd720 omapfb.vram=0:8M,1:4M,2:4M"
> vram=16M
> optargs="consoleblank=0"
> console="tty0 console=ttyO2,115200n8"
>
> cd /run/media/vidal/rootfs/
>
> tar jxvf
> /home/vidal/poky/build/tmp/deploy/images/core-image-sato-beagleboard-20120718203130.rootfs.tar.bz2
>
> cd ~/
> umount /run/media/vidal/boot
> umount /run/media/vidal/rootfs
> sync
> The boot log is over 4000 lines I took select lines at the begin middle
> and end It appears that it is getting much further that with the 3.0 kernel
>
> reading uEnv.txt
>
> 130 bytes read
> Importing environment from mmc ...
> reading uImage
>
> 3378560 bytes read
> Booting from mmc ...
> ## Booting kernel from Legacy Image at 82000000 ...
> Image Name: Linux-3.2.18-yocto-standard
> Image Type: ARM Linux Kernel Image (uncompressed)
> Data Size: 3378496 Bytes = 3.2 MiB
>
> gtk-update-icon-cache:740): GdkPixbuf-WARNING **: Cannot open pixbuf
> loader mod
> ule file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or
> directo
> ry
>
> (gtk-update-icon-cache:740): GdkPixbuf-WARNING **: Cannot open pixbuf
> loader mod
> ule file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or
> directo
> ry
>
> (gtk-update-icon-cache:740): GdkPixbuf-WARNING **: Cannot open pixbuf
> loader mod
> ule file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or
> directo
> ry
>
> input: PixArt USB Optical Mouse as
> /devices/platform/usbhs-omap.0/ehci-omap.0/us
> b1/1-2/1-2.5/1-2.5:1.0/input/input4
> generic-usb 0003:093A:2510.0005: input: USB HID v1.11 Mouse [PixArt USB
> Optical
> Mouse] on usb-ehci-omap.0-2.5/input0
> Running postinst /etc/rpm-postinsts/115...
> Running postinst /etc/rpm-postinsts/116...
> INIT: Entering runlevel: 5
> Starting system message bus: dbus.
> Starting Connection Manager
> Starting Xserver
> ip_tables: (C) 2000-2006 Netfilter Core Team
> nf_conntrack version 0.5.0 (7721 buckets, 30884 max)
>
> Starting Dropbear SSH server: Will output 1024 bit rsa secret key to
> '/etc/dropb
> ear/dropbear_rsa_host_key'
> Generating key, this may take a while...
> Public key portion is:
> ssh-rsa
> AAAAB3NzaC1yc2EAAAADAQABAAAAgwDCWs+/VxG1kpFFXea8eexz+ZMftcG8eDYv93TjeNhf
> NSJATNo9p14jnOAmLdfdZEkEJQbku1qvDWrQoZ2/IeE89SaRm45tAQEnZbfZKIFoAphvNhy2EDuT0pal
> Qff0GdQjeP3N9nqHpCgcsPviLK2YVng2XItWUOGbq/p3SmHLZ0CT root@beagleboard
> Fingerprint: md5 92:4e:e7:4c:fe:e9:5e:d4:71:1e:1e:76:b0:56:e9:da
> dropbear.
>
> X.Org X Server 1.11.2
> Release Date: 2011-11-04
> X Protocol Version 11, Revision 0
> Build Operating System: Linux 3.3.4-5.fc17.x86_64 x86_64
> Current Operating System: Linux beagleboard 3.2.18-yocto-standard #1 Wed
> Jul 18
> 15:18:53 MDT 2012 armv7l
> Kernel command line: console=tty0 console=ttyO2,115200n8 mpurate=auto
> vram=16M o
> mapfb.mode=dvi:hd720 omapfb.vram=0:8M,1:4M,2:4M omapfb.debug=y
> omapdss.def_disp=
> dvi root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
> Build Date: 15 July 2012 12:32:41PM
>
> Current version of pixman: 0.26.2
> Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
> Markers: (--) probed, (**) from config file, (==) default setting,
> (++) from command line, (!!) notice, (II) informational,
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 18 21:55:10 2012
> (==) Using config file: "/etc/X11/xorg.conf"
> (==) Using system config directory "/usr/share/X11/xorg.conf.d"
> (EE) Failed to load module "extmod" (module does not exist, 0)
> (EE) Failed to load module "dbe" (module does not exist, 0)
> (EE) Failed to load module "glx" (module does not exist, 0)
> Starting advanced power management daemon: (EE) Failed to load module
> "record" (
> module does not exist, 0)
> (EE) Failed to load module "dri" (module does not exist, 0)
> (EE) Failed to load module "dri2" (module does not exist, 0)
> apmd.
> apmd[921]: apmd 3.2.1 interfacing with apm driver 1.13 and APM BIOS 1.2
> (EE) omapfb(0): Failed to open /dev/fb2: No such file or directory
> (EE) omapfb(0): XVScreenInit failed
> Starting syslogd/klogd: done
> * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon
> ...done.
> Starting Telephony daemon
> Stopping Bootlog daemon: bootlogd.
> D-BUS per-session daemon address is:
> unix:abstract=/tmp/dbus-YSsZ7bMMnl,guid=80b
> 47e1ed801ed95e922788b000000b7
>
> Yocto (Built by Poky 7.0) 1.2+snapshot-20120718 beagleboard ttyO2
>
> beagleboard login: [settings daemon] Forking. run with -n to prevent fork
> matchbo
> x: Cant find a keycode for keysym 269025056
> matchbox: ignoring key shortcut XF86C
> alendar=!$contacts
>
> matchbox: Cant find a keycode for keysym 2809
> matchbox: ignorin
> g key shortcut telephone=!$dates
>
> matchbox: Cant find a keycode for keysym 2690250
> 50
> matchbox: ignoring key shortcut XF86Start=!matchbox-remote -desktop
>
>
> ** (matchbo
> x-desktop:1007): WARNING **: Error loading icon: Icon 'computer' not
> present in
> theme
>
> ** (matchbox-desktop:1007): WARNING **: Error loading icon: Icon 'system-fi
> le-manager' not present in theme
>
> Thanks for any help I saw in the boot log that the x-server was started
> but nothing was displayed on the display.
> Any help will be appreciated.
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



^ permalink raw reply	[flat|nested] 13+ messages in thread

* beagleboard not booting
@ 2012-07-19  0:22 Edward Vidal
  0 siblings, 0 replies; 13+ messages in thread
From: Edward Vidal @ 2012-07-19  0:22 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 18910 bytes --]

Hello,
Not getting any X display.

As root I was able to ssh -Y 19.168.0.104
root@beagleboard:uname -a
Linux beagleboard 3.2.18-yocto-standard #1 Wed Jul 18 15:18:53 MDT 2012
armv7l GNU/Linux
# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $

# The default runlevel.
id:5:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

# What to do in single-user mode.
~~:S:wait:/sbin/sulogin

# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
# Normally not reached, but fallthrough in case of emergency.
z6:6:respawn:/sbin/sulogin
S:2345:respawn:/sbin/getty 115200 ttyO2
# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
#  <id>:<runlevels>:<action>:<process>
#

1:2345:respawn:/sbin/getty 38400 tty1

root@beagleboard:/etc# startx
xauth:  file /home/root/.serverauth.667 does not exist


X.Org X Server 1.11.2
Release Date: 2011-11-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.3.4-5.fc17.x86_64 x86_64
Current Operating System: Linux beagleboard 3.2.18-yocto-standard #1 Wed
Jul 18 15:18:53 MDT 2012 armv7l
Kernel command line: console=tty0 console=ttyO2,115200n8 mpurate=auto
vram=16M omapfb.mode=dvi:hd720 omapfb.vram=0:8M,1:4M,2:4M omapfb.debug=y
omapdss.def_disp=dvi root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
Build Date: 15 July 2012  12:32:41PM

Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Wed Jul 18 23:09:59 2012
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) Failed to load module "extmod" (module does not exist, 0)
(EE) Failed to load module "dbe" (module does not exist, 0)
(EE) Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "record" (module does not exist, 0)
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
(EE) omapfb(0): Failed to open /dev/fb2: No such file or directory
(EE) omapfb(0): XVScreenInit failed
/usr/lib/X11/xinit/xinitrc: line 56: exec: xterm: not found
/usr/lib/X11/xinit/xinitrc: line 53: xclock: command not found
/usr/lib/X11/xinit/xinitrc: line 52: twm: command not found
/usr/lib/X11/xinit/xinitrc: line 54: xterm: command not found
/usr/lib/X11/xinit/xinitrc: line 55: xterm: command not found
xinit: connection to X server lost

waiting for X server to shut down Server terminated successfully (0).
Closing log file.



root@beagleboard:/etc# dmesg
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 3.2.18-yocto-standard (vidal@ws009.swbell.net) (gcc version
4.7.2 20120615 (prerelease) (GCC) ) #1 Wed Jul 18 15:18:53 MDT 2012
CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: OMAP3 Beagle Board
Reserving 16777216 bytes SDRAM for VRAM
Memory policy: ECC disabled, Data cache writeback
On node 0 totalpages: 126976
free_area_init_node: node 0, pgdat c070d074, node_mem_map c0753000
  Normal zone: 1024 pages used for memmap
  Normal zone: 0 pages reserved
  Normal zone: 125952 pages, LIFO batch:31
OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
pcpu-alloc: [0] 0
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 125952
Kernel command line: console=tty0 console=ttyO2,115200n8 mpurate=auto
vram=16M omapfb.mode=dvi:hd720 omapfb.vram=0:8M,1:4M,2:4M omapfb.debug=y
omapdss.def_disp=dvi root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
PID hash table entries: 2048 (order: 1, 8192 bytes)
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
allocated 2097152 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Memory: 496MB = 496MB total
Memory: 493824k/493824k available, 30464k reserved, 0K highmem
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    vmalloc : 0xe0800000 - 0xf8000000   ( 376 MB)
    lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .text : 0xc0008000 - 0xc0652c84   (6444 kB)
      .init : 0xc0653000 - 0xc06a9000   ( 344 kB)
      .data : 0xc06aa000 - 0xc070e8e8   ( 403 kB)
       .bss : 0xc070e90c - 0xc07528ec   ( 272 kB)
SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
NR_IRQS:410
IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
Total of 96 interrupts on 1 active controller
OMAP clockevent source: GPTIMER12 at 32768 Hz
sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
Console: colour dummy device 80x30
console [tty0] enabled
Calibrating delay loop... 506.27 BogoMIPS (lpj=1978368)
pid_max: default: 32768 minimum: 301
Security Framework initialized
Mount-cache hash table entries: 512
Initializing cgroup subsys debug
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys blkio
CPU: Testing write buffer coherency: ok
ftrace: allocating 18414 entries in 55 pages
devtmpfs: initialized
print_constraints: dummy:
NET: Registered protocol family 16
GPMC revision 5.0
OMAP GPIO hardware version 2.5
omap_mux_init: Add partition: #1: core, flags: 0
OMAP3 Beagle Rev: xM C
Reprogramming SDRC clock to 332000000 Hz
Found NAND on CS0
Registering NAND on CS0
Unable to get DVI reset GPIO
 omap-mcbsp.2: alias fck already exists
 omap-mcbsp.3: alias fck already exists
OMAP DMA hardware revision 5.0
bio: create slab <bio-0> at 0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
omap_i2c omap_i2c.1: bus 1 rev1.4.0 at 2600 kHz
twl4030: PIH (irq 7) chaining IRQs 368..375
twl4030: power (irq 373) chaining IRQs 376..383
twl4030: gpio (irq 368) chaining IRQs 384..401
_omap_mux_init_gpio: Could not set gpio192
print_constraints: VUSB1V5: 1500 mV normal standby
print_constraints: VUSB1V8: 1800 mV normal standby
print_constraints: VUSB3V1: 3100 mV normal standby
twl4030_usb twl4030_usb: Initialized TWL4030 USB module
print_constraints: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
print_constraints: VDAC: 1800 mV normal standby
print_constraints: VDVI: 1800 mV normal standby
print_constraints: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
omap_i2c omap_i2c.3: bus 3 rev1.4.0 at 100 kHz
Advanced Linux Sound Architecture Driver Version 1.0.24.
cfg80211: Calling CRDA to update world regulatory domain
Switching to clocksource 32k_counter
musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split,
HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 1.800
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 5, 131072 bytes)
TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
TCP reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Registering unionfs 2.5.10 (for 3.1.0-rc4)
msgmni has been set to 964
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
OMAP DSS rev 2.0
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
console [ttyO2] enabled
omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
brd: module loaded
omap2-nand driver initializing
No NAND device found
No NAND device found
usbcore: registered new interface driver kaweth
pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
usbcore: registered new interface driver pegasus
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver dm9601
usbcore: registered new interface driver smsc75xx
usbcore: registered new interface driver smsc95xx
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
usbcore: registered new interface driver MOSCHIP usb-ethernet driver
usbcore: registered new interface driver int51x1
cdc_ncm: 04-Aug-2011
usbcore: registered new interface driver cdc_ncm
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
_regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy regulator
_regulator_get: ehci-omap.0 supply hsusb1 not found, using dummy regulator
ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
mousedev: PS/2 mouse device common for all mice
twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
OMAP3 Beagle/Devkit8000 SoC init
usb 1-2: new high-speed USB device number 2 using ehci-omap
asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
ALSA device list:
  #0: omap3beagle
TCP cubic registered
NET: Registered protocol family 17
Registering the dns_resolver key type
VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
ThumbEE CPU extension supported.
sr_init: No PMIC hook to init smartreflex
smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
SmartReflex Class3 initialized
clock: disabling unused clocks to save power
registered taskstats version 1
OMAPFB: omapfb_init
OMAPFB: omapfb_probe
omapfb omapfb: no driver for display: dvi
omapfb omapfb: cannot parse default modes
OMAPFB: create 2 framebuffers
OMAPFB: fb_infos allocated
OMAPFB: allocating 8388608 bytes for fb 0
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 5 ports detected
OMAPFB: allocated VRAM paddr 9f000000, vaddr e1000000
OMAPFB: allocating 4194304 bytes for fb 1
OMAPFB: allocated VRAM paddr 9f800000, vaddr e2000000
OMAPFB: region0 phys 9f000000 virt e1000000 size=8388608
OMAPFB: region1 phys 9f800000 virt e2000000 size=4194304
OMAPFB: fbmems allocated
OMAPFB: check_fb_var 0
OMAPFB: max frame size 8388608, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
OMAPFB: set_fb_fix
OMAPFB: check_fb_var 1
OMAPFB: max frame size 4194304, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
OMAPFB: set_fb_fix
OMAPFB: fb_infos initialized
OMAPFB: set_par(0)
OMAPFB: set_fb_fix
OMAPFB: apply_changes, fb 0, ovl 0
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
Console: switching to colour frame buffer device 90x35
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: framebuffers registered
OMAPFB: apply_changes, fb 0, ovl 0
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: apply_changes, fb 1, ovl 1
OMAPFB: setup_overlay 1, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f800000
OMAPFB: create_framebuffers done
OMAPFB: mgr->apply'ed
OMAPFB: create sysfs for fbs
OMAPFB: create sysfs for fbs
regulator_init_complete: VDVI: incomplete constraints, leaving on
console [netcon0] enabled
netconsole: network logging started
twl_rtc twl_rtc: setting system clock to 2012-07-18 23:04:56 UTC
(1342652696)
Waiting for root device /dev/mmcblk0p2...
mmc0: host does not support reading read-only switch. assuming write-enable.
mmc0: new high speed SDHC card at address 1234
mmcblk0: mmc0:1234 SA08G 7.41 GiB
 mmcblk0: p1 p2
usb 1-2.1: new high-speed USB device number 3 using ehci-omap
smsc95xx v1.0.4
smsc95xx 1-2.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-2.1,
smsc95xx USB 2.0 Ethernet, 1e:65:31:f6:ef:8e
usb 1-2.3: new low-speed USB device number 4 using ehci-omap
input: CHESEN USB Keyboard as
/devices/platform/usbhs-omap.0/ehci-omap.0/usb1/1-2/1-2.3/1-2.3:1.0/input/input0
generic-usb 0003:0A81:0101.0001: input: USB HID v1.10 Keyboard [CHESEN USB
Keyboard] on usb-ehci-omap.0-2.3/input0
input: CHESEN USB Keyboard as
/devices/platform/usbhs-omap.0/ehci-omap.0/usb1/1-2/1-2.3/1-2.3:1.1/input/input1
generic-usb 0003:0A81:0101.0002: input: USB HID v1.10 Device [CHESEN USB
Keyboard] on usb-ehci-omap.0-2.3/input1
usb 1-2.5: new low-speed USB device number 5 using ehci-omap
input: PixArt USB Optical Mouse as
/devices/platform/usbhs-omap.0/ehci-omap.0/usb1/1-2/1-2.5/1-2.5:1.0/input/input2
generic-usb 0003:093A:2510.0003: input: USB HID v1.11 Mouse [PixArt USB
Optical Mouse] on usb-ehci-omap.0-2.5/input0
kjournald starting.  Commit interval 5 seconds
EXT3-fs (mmcblk0p2): using internal journal
EXT3-fs (mmcblk0p2): recovery complete
EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
VFS: Mounted root (ext3 filesystem) on device 179:2.
devtmpfs: mounted
Freeing init memory: 344K
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: user mmap region start 9f000000, len 8388608, off 9f000000
udev[61]: starting version 164
NET: Registered protocol family 10
ADDRCONF(NETDEV_UP): eth0: link is not ready
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
smsc95xx 1-2.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (7721 buckets, 30884 max)
OMAPFB: check_var(0)
OMAPFB: check_fb_var 0
OMAPFB: max frame size 8388608, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
OMAPFB: set_par(0)
OMAPFB: set_fb_fix
OMAPFB: apply_changes, fb 0, ovl 0
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: ioctl GET_CAPS
OMAPFB: ioctl QUERY_MEM
OMAPFB: user mmap region start 9f000000, len 8388608, off 9f000000
OMAPFB: ioctl QUERY_PLANE
OMAPFB: ioctl SETUP_PLANE
OMAPFB: omapfb_setup_plane
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: check_var(0)
OMAPFB: check_fb_var 0
OMAPFB: max frame size 8388608, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
OMAPFB: set_par(0)
OMAPFB: set_fb_fix
OMAPFB: apply_changes, fb 0, ovl 0
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: ioctl GET_CAPS
OMAPFB: ioctl QUERY_MEM
OMAPFB: user mmap region start 9f000000, len 8388608, off 9f000000
OMAPFB: ioctl QUERY_PLANE
OMAPFB: ioctl SETUP_PLANE
OMAPFB: omapfb_setup_plane
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: check_var(0)
OMAPFB: check_fb_var 0
OMAPFB: max frame size 8388608, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
OMAPFB: set_par(0)
OMAPFB: set_fb_fix
OMAPFB: apply_changes, fb 0, ovl 0
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: check_var(0)
OMAPFB: check_fb_var 0
OMAPFB: max frame size 8388608, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
OMAPFB: set_par(0)
OMAPFB: set_fb_fix
OMAPFB: apply_changes, fb 0, ovl 0
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: ioctl GET_CAPS
OMAPFB: ioctl QUERY_MEM
OMAPFB: user mmap region start 9f000000, len 8388608, off 9f000000
OMAPFB: ioctl QUERY_PLANE
OMAPFB: ioctl SETUP_PLANE
OMAPFB: omapfb_setup_plane
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: check_var(0)
OMAPFB: check_fb_var 0
OMAPFB: max frame size 8388608, line size 2880
OMAPFB: xres = 720, yres = 574, vxres = 720, vyres = 574
OMAPFB: set_par(0)
OMAPFB: set_fb_fix
OMAPFB: apply_changes, fb 0, ovl 0
OMAPFB: setup_overlay 0, posx 0, posy 0, outw 720, outh 574
OMAPFB: paddr 9f000000
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: pan_display(0)
OMAPFB: setcmap
OMAPFB: setcmap
OMAPFB: setcmap
Thanks /any help will be welcomed I am getting closer.

[-- Attachment #2: Type: text/html, Size: 20242 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* beagleboard not booting
@ 2012-07-18 23:12 Edward Vidal
  2012-07-19  4:36 ` Bruce Ashfield
  0 siblings, 1 reply; 13+ messages in thread
From: Edward Vidal @ 2012-07-18 23:12 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 7873 bytes --]

Hello,
I tried the suggestion to try the 3.4 kernel. I didn't get the 3.4 kernel
instead I got the 3.2 kernel and the boot process went much further this
time.

Modified the file /home/vidal/poky/meta-yocto/conf/machine/beagleboard.conf

PREFERRED_VERSION_linux-yocto ?= "3.0%" --> PREFERRED_VERSION_linux-yocto
?= "3.4%"

MACHINE=beagleboard bitbake -v -D -D -D core-sato-image
New files were created /home/vidal/poky/build/tmp/deploy/images
lrwxrwxrwx. 1 vidal users        55 Jul 18 15:56
core-image-sato-beagleboard.jffs2 ->
core-image-sato-beagleboard-20120718203130.rootfs.jffs2
-rw-r--r--. 1 vidal users  61079552 Jul 18 15:56
core-image-sato-beagleboard-20120718203130.rootfs.jffs2
lrwxrwxrwx. 1 vidal users        57 Jul 18 15:56
core-image-sato-beagleboard.tar.bz2 ->
core-image-sato-beagleboard-20120718203130.rootfs.tar.bz2
-rw-r--r--. 1 vidal users  45832645 Jul 18 15:55
core-image-sato-beagleboard-20120718203130.rootfs.tar.bz2
-rw-r--r--. 1 vidal users       294 Jul 18 15:45
README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt
-rw-r--r--. 1 vidal users  36345272 Jul 18 15:24
modules-3.2.18-yocto-standard-r4.0-beagleboard.tgz
lrwxrwxrwx. 1 vidal users       138 Jul 18 15:24 uImage ->
uImage-3.2.18+git1+07ee09b520579b9f29bd15fefb01fd28b34c6064_1+40bde7a43ef3cd85729ab02464a7ecdf71e522a6-r4.0-beagleboard-20120718203130.bin
lrwxrwxrwx. 1 vidal users       138 Jul 18 15:24 uImage-beagleboard.bin ->
uImage-3.2.18+git1+07ee09b520579b9f29bd15fefb01fd28b34c6064_1+40bde7a43ef3cd85729ab02464a7ecdf71e522a6-r4.0-beagleboard-20120718203130.bin
-rw-r--r--. 1 vidal users   3378560 Jul 18 15:24
uImage-3.2.18+git1+07ee09b520579b9f29bd15fefb01fd28b34c6064_1+40bde7a43ef3cd85729ab02464a7ecdf71e522a6-r4.0-beagleboard-20120718203130.bin
lrwxrwxrwx. 1 vidal users        81 Jul 18 14:33 u-boot-beagleboard.bin ->
u-boot-beagleboard-v2011.06+git28+b1af6f532e0d348b153d5c148369229d24af361a-r1.bin
-rwxr-xr-x. 1 vidal users    285124 Jul 18 14:33
u-boot-beagleboard-v2011.06+git28+b1af6f532e0d348b153d5c148369229d24af361a-r1.bin

mkfs.vfat -F 16 -n  "boot" /dev/sdb1
/dev/sdb1
W95 FAT32 (LBA) (Bootable)

mke2fs -j -L "rootfs" /dev/sdb2
/dev/sdb2
Ext3 (version 1.0)

cd /home/vidal/poky/build/tmp/deploy/images
cp MLO-beagleboard-1.5.0+git1+9f94c6577e3a018b6b75cbe39f32bb331871f915-r0
/run/media/vidal/boot/MLO
cp
u-boot-beagleboard-v2011.06+git28+b1af6f532e0d348b153d5c148369229d24af361a-r1.bin
/run/media/vidal/boot/u-boot.bin
cp
uImage-3.2.18+git1+07ee09b520579b9f29bd15fefb01fd28b34c6064_1+40bde7a43ef3cd85729ab02464a7ecdf71e522a6-r4.0-beagleboard-20120718203130.bin
/run/media/vidal/boot/uImage
cp /home/vidal/uEnv.txt /run/media/vidal/boot/

less /run/media/vidal/boot/uEnv.txt
mpurate=auto

dvimode="hd720 omapfb.vram=0:8M,1:4M,2:4M"
vram=16M
optargs="consoleblank=0"
console="tty0 console=ttyO2,115200n8"

cd /run/media/vidal/rootfs/

tar jxvf
/home/vidal/poky/build/tmp/deploy/images/core-image-sato-beagleboard-20120718203130.rootfs.tar.bz2

cd ~/
umount /run/media/vidal/boot
umount /run/media/vidal/rootfs
sync
The boot log is over 4000 lines I took select lines at the begin middle and
end It appears that it is getting much further that with the 3.0 kernel

reading uEnv.txt

130 bytes read
Importing environment from mmc ...
reading uImage

3378560 bytes read
Booting from mmc ...
## Booting kernel from Legacy Image at 82000000 ...
   Image Name:   Linux-3.2.18-yocto-standard
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3378496 Bytes = 3.2 MiB

gtk-update-icon-cache:740): GdkPixbuf-WARNING **: Cannot open pixbuf loader
mod
ule file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or
directo
ry

(gtk-update-icon-cache:740): GdkPixbuf-WARNING **: Cannot open pixbuf
loader mod
ule file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or
directo
ry

(gtk-update-icon-cache:740): GdkPixbuf-WARNING **: Cannot open pixbuf
loader mod
ule file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or
directo
ry

input: PixArt USB Optical Mouse as
/devices/platform/usbhs-omap.0/ehci-omap.0/us
b1/1-2/1-2.5/1-2.5:1.0/input/input4
generic-usb 0003:093A:2510.0005: input: USB HID v1.11 Mouse [PixArt USB
Optical
Mouse] on usb-ehci-omap.0-2.5/input0
Running postinst /etc/rpm-postinsts/115...
Running postinst /etc/rpm-postinsts/116...
INIT: Entering runlevel: 5
Starting system message bus: dbus.
Starting Connection Manager
Starting Xserver
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (7721 buckets, 30884 max)

Starting Dropbear SSH server: Will output 1024 bit rsa secret key to
'/etc/dropb
ear/dropbear_rsa_host_key'
Generating key, this may take a while...
Public key portion is:
ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAAAgwDCWs+/VxG1kpFFXea8eexz+ZMftcG8eDYv93TjeNhf
NSJATNo9p14jnOAmLdfdZEkEJQbku1qvDWrQoZ2/IeE89SaRm45tAQEnZbfZKIFoAphvNhy2EDuT0pal
Qff0GdQjeP3N9nqHpCgcsPviLK2YVng2XItWUOGbq/p3SmHLZ0CT root@beagleboard
Fingerprint: md5 92:4e:e7:4c:fe:e9:5e:d4:71:1e:1e:76:b0:56:e9:da
dropbear.

X.Org X Server 1.11.2
Release Date: 2011-11-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.3.4-5.fc17.x86_64 x86_64
Current Operating System: Linux beagleboard 3.2.18-yocto-standard #1 Wed
Jul 18
15:18:53 MDT 2012 armv7l
Kernel command line: console=tty0 console=ttyO2,115200n8 mpurate=auto
vram=16M o
mapfb.mode=dvi:hd720 omapfb.vram=0:8M,1:4M,2:4M omapfb.debug=y
omapdss.def_disp=
dvi root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
Build Date: 15 July 2012  12:32:41PM

Current version of pixman: 0.26.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 18 21:55:10 2012
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) Failed to load module "extmod" (module does not exist, 0)
(EE) Failed to load module "dbe" (module does not exist, 0)
(EE) Failed to load module "glx" (module does not exist, 0)
Starting advanced power management daemon: (EE) Failed to load module
"record" (
module does not exist, 0)
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
apmd.
apmd[921]: apmd 3.2.1 interfacing with apm driver 1.13 and APM BIOS 1.2
(EE) omapfb(0): Failed to open /dev/fb2: No such file or directory
(EE) omapfb(0): XVScreenInit failed
Starting syslogd/klogd: done
 * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon
   ...done.
Starting Telephony daemon
Stopping Bootlog daemon: bootlogd.
D-BUS per-session daemon address is:
unix:abstract=/tmp/dbus-YSsZ7bMMnl,guid=80b
47e1ed801ed95e922788b000000b7

Yocto (Built by Poky 7.0) 1.2+snapshot-20120718 beagleboard ttyO2

beagleboard login: [settings daemon] Forking. run with -n to prevent fork
matchbo
x: Cant find a keycode for keysym 269025056
matchbox: ignoring key shortcut XF86C
alendar=!$contacts

matchbox: Cant find a keycode for keysym 2809
matchbox: ignorin
g key shortcut telephone=!$dates

matchbox: Cant find a keycode for keysym 2690250
50
matchbox: ignoring key shortcut XF86Start=!matchbox-remote -desktop


** (matchbo
x-desktop:1007): WARNING **: Error loading icon: Icon 'computer' not
present in
theme

** (matchbox-desktop:1007): WARNING **: Error loading icon: Icon 'system-fi
le-manager' not present in theme

Thanks for any help I saw in the boot log that the x-server was started but
nothing was displayed on the display.
Any help will be appreciated.

[-- Attachment #2: Type: text/html, Size: 8507 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: beagleboard not booting
  2012-07-18  0:54 Edward Vidal
@ 2012-07-18 11:05 ` Robert Berger
  0 siblings, 0 replies; 13+ messages in thread
From: Robert Berger @ 2012-07-18 11:05 UTC (permalink / raw)
  To: yocto

Hi,

On 07/18/2012 03:54 AM, Edward Vidal wrote:
> Hello,
> The beagleboard that I am using is XM.

Which revison? C?

Can you try to build a mainline 3.4.x kernel and a mainline u-boot and
see what happens?


..."I'm afraid that I've seen too many people fix bugs by looking at
debugger output, and that almost inevitably leads to fixing the symptoms
rather than the underlying problems." --Linus

My public pgp key is available at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: beagleboard not booting
  2012-07-18 10:40 Edward Vidal
@ 2012-07-18 11:04 ` Robert Berger
  0 siblings, 0 replies; 13+ messages in thread
From: Robert Berger @ 2012-07-18 11:04 UTC (permalink / raw)
  To: yocto

On 07/18/2012 01:40 PM, Edward Vidal wrote:
> 
> # CONFIG_PREEMPT_RCU is not set
> CONFIG_PREEMPT_NONE=y
> # CONFIG_PREEMPT_VOLUNTARY is not set
> # CONFIG_PREEMPT is not set
> For beagleboard XM should this value be CONFIG_PREEMPT_NONE=n

I guess this is what Bruce would like you to try out.


..."I believe it was Andrew Koenig who commented that purists who accept
no compromises in programming languages use either machine code or
lambda calculus :-)" - Kevlin A P Henney (kevlin@wslint.demon.co.uk)

My public pgp key is available at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1




^ permalink raw reply	[flat|nested] 13+ messages in thread

* beagleboard not booting
@ 2012-07-18 10:40 Edward Vidal
  2012-07-18 11:04 ` Robert Berger
  0 siblings, 1 reply; 13+ messages in thread
From: Edward Vidal @ 2012-07-18 10:40 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 879 bytes --]

Hello,
On a previous posting Bruce Ashfield posted
***********************************

I know that we had to disable
PREEMPT to get some of the mmc's to detect and boot, but I can't tell
if this is the same thing from the trace.
***********************************

I did not understand.  Which PREEMPT.
in the file /home/vidal/poky/build/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto-3.0.32+git1+d282029891bba5440630a885b940dea5e34e3e2c_1+3ab688a78cac7b2e32afc83376a53370f2bd13b7-r4.0/linux-beagleboard-standard-build/.config
# CONFIG_PREEMPT_RCU is not set
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
For beagleboard XM should this value be CONFIG_PREEMPT_NONE=n
What would be the be the process to modify this and cause bitbake to
build a new kernel?.
Regards, Thanks for any help on getting this to boot.

[-- Attachment #2: Type: text/html, Size: 933 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* beagleboard not booting
@ 2012-07-18  0:54 Edward Vidal
  2012-07-18 11:05 ` Robert Berger
  0 siblings, 1 reply; 13+ messages in thread
From: Edward Vidal @ 2012-07-18  0:54 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 2710 bytes --]

Hello,
The beagleboard that I am using is XM.

I did not modify the kernel at

 this is with no uEnv.txt
[vidal@ws009 ~]$ cat no_boot_scr.txt
* - * Qodem 0.1.2 Capture Generated Sun, 15 Jul 2012 09:12:08 -0600 BEGIN *
- *



Texas Instruments X-Loader 1.5.0 (Jul 11 2012 - 21:01:18)
Beagle xM
Reading boot sector
Loading u-boot.bin from mmc


U-Boot 2011.06 (Jul 11 2012 - 21:01:18)

OMAP3630/3730-GP ES2.1, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz
OMAP3 Beagle board + LPDDR/NAND
I2C:   ready
DRAM:  512 MiB
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0
*** Warning - readenv() failed, using default environment

In:    serial
Out:   serial
Err:   serial
Beagle unknown 0x02
No EEPROM on expansion board
Die ID #158000029ff800000160a7450b02602d
Hit any key to stop autoboot: 10  9  0
OMAP3 beagleboard.org # printenv
baudrate=115200
bootcmd=if mmc rescan ${mmcdev}; then echo SD/MMC found on device
${mmcdev};if r
un loadbootenv; then run importbootenv;fi;if test -n $uenvcmd; then echo
Running
 uenvcmd ...;run uenvcmd;fi;if run loaduimage; then run mmcboot;fi;fi;run
nandbo
ot;
bootdelay=10
buddy=none
console=ttyS2,115200n8
defaultdisplay=dvi
dieid#=158000029ff800000160a7450b02602d
dvimode=1024x768MR-16@60
importbootenv=echo Importing environment from mmc ...; env import -t
$loadaddr $
filesize
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} uEnv.txt
loaduimage=fatload mmc ${mmcdev} ${loadaddr} uImage
mmcargs=setenv bootargs console=${console} mpurate=${mpurate} vram=${vram}
omapf
b.mode=dvi:${dvimode} omapfb.debug=y omapdss.def_disp=${defaultdisplay}
root=${m
mcroot} rootfstype=${mmcrootfstype}
mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
mmcdev=0
mmcroot=/dev/mmcblk0p2 rw
mmcrootfstype=ext3 rootwait
mpurate=auto
nandargs=setenv bootargs console=${console} mpurate=${mpurate} vram=${vram}
omap
fb.mode=dvi:${dvimode} omapfb.debug=y omapdss.def_disp=${defaultdisplay}
root=${
nandroot} rootfstype=${nandrootfstype}
nandboot=echo Booting from nand ...; run nandargs; nand read ${loadaddr}
280000
400000; bootm ${loadaddr}
nandroot=/dev/mtdblock4 rw
nandrootfstype=jffs2
usbtty=cdc_acm
vram=12M

Environment size: 1371/131068 bytes
OMAP3 beagleboard.org #
* - * Qodem 0.1.2 Capture Generated Sun, 15 Jul 2012 09:12:58 -0600 END * -
*
[vidal@ws009 ~]$
I added the entry mmcroot=/dev/b302 which I saw when I gt a kernel panic.
this did not work either.

What should be in uEnv.txt

mpurate=auto

dvimode="hd720 omapfb.vram=0:8M,1:4M,2:4M"
vram=16M
optargs="consoleblank=0"
console="tty0 console=ttyO2,115200n8"
with this a kernel panic
Thanks All help will be appreciated.

[-- Attachment #2: Type: text/html, Size: 3014 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: beagleboard not booting
  2012-07-14 13:23 Edward Vidal
@ 2012-07-16  3:45 ` Bruce Ashfield
  0 siblings, 0 replies; 13+ messages in thread
From: Bruce Ashfield @ 2012-07-16  3:45 UTC (permalink / raw)
  To: Edward Vidal; +Cc: yocto

On 12-07-14 9:23 AM, Edward Vidal wrote:
> Hello,
> git clone git://git.yoctoproject.org/poky.git
> <http://git.yoctoproject.org/poky.git>
> cd poky
> . oe-init-build-env
> MACHINE=beagleboard bitbake -v core-image-sato
>
>

Hmmm. And here I was just thinking that things had been quiet on this
front and it was time to get supported move to the 3.4 kernel tree.

>
> Created 2 partitions on /dev/sdb
> fdisk /dev/sdb
> Welcome to fdisk (util-linux 2.21.1).
>
> Changes will remain in memory only, until you decide to write them.
> Be careful before using the write command.
>
>
> Command (m for help): p
>
> Disk /dev/sdb: 7960 MB, 7960788992 bytes
> 255 heads, 63 sectors/track, 967 cylinders, total 15548416 sectors
> Units = sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disk identifier: 0x00000000
>
> Device Boot Start End Blocks Id System
> /dev/sdb1 * 63 144584 72261 c W95 FAT32 (LBA)
> /dev/sdb2 144585 7132859 3494137+ 83 Linux
>
> format 2 partitions.
>
> mkfs.vfat -F 16 -n "boot" /dev/sdb1
> mke2fs -j -L "rootfs" /dev/sdb2
> remove the mmc
>
> /dev/sdb1 72098 0 72098 0% /run/media/vidal/boot
> /dev/sdb2 3441720 74096 3192920 3% /run/media/vidal/rootfs
>
> cd /home/vidal/poky/build/tmp/deploy/images
> cp
> MLO-beagleboard-1.5.0+git1+9f94c6577e3a018b6b75cbe39f32bb331871f915-r0
> /run/media/vidal/boot/MLO
>
> cp
> u-boot-beagleboard-v2011.06+git5+b1af6f532e0d348b153d5c148369229d24af361a-r1.bin
> /run/media/vidal/boot/u-boot.bin
>
> cp
> uImage-3.0.32+git1+d282029891bba5440630a885b940dea5e34e3e2c_1+3ab688a78cac7b2e32afc83376a53370f2bd13b7-r4.0-beagleboard-20120712003552.bin
> /run/media/vidal/boot/uImage
>
> cd /run/media/vidal/rootfs
>
> tar jvxf
> /home/vidal/poky/build/tmp/deploy/images/core-image-sato-beagleboard-20120712003552.rootfs.tar.bz2
>
> cp /home/vidal/uEnv.txt /run/media/vidal/boot
> cat /run/media/vidal/boot/uEnv.txt
> mpurate=auto
>
> dvimode="hd720 omapfb.vram=0:8M,1:4M,2:4M"
> vram=16M
> optargs="consoleblank=0"
> console="tty0 console=ttyO2,115200n8"
>
> umount /run/media/vidal/boot
> umount /run/media/vidal/rootfs
> sync
> * - * Qodem 0.1.2 Capture Generated Fri, 13 Jul 2012 10:51:17 -0600
> BEGIN * - *
>
>
>
> Texas Instruments X-Loader 1.5.0 (Jul 11 2012 - 21:01:18)
> Beagle xM
> Reading boot sector
> Loading u-boot.bin from mmc
>
>
> U-Boot 2011.06 (Jul 11 2012 - 21:01:18)
>
> OMAP3630/3730-GP ES2.1, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz
> OMAP3 Beagle board + LPDDR/NAND
> I2C: ready
> DRAM: 512 MiB
> NAND: 0 MiB
> MMC: OMAP SD/MMC: 0
> *** Warning - readenv() failed, using default environment
>
> In: serial
> Out: serial
> Err: serial
> Beagle unknown 0x02
> No EEPROM on expansion board
> Die ID #158000029ff800000160a7450b02602d
> Hit any key to stop autoboot: 10 9 8 7 6 5 4 3 2 1 0
> SD/MMC found on device 0
> reading uEnv.txt
>
> 130 bytes read
> Importing environment from mmc ...
> reading uImage
>
> 3043164 bytes read
> Booting from mmc ...
> ## Booting kernel from Legacy Image at 82000000 ...
> Image Name: Linux-3.0.32-yocto-standard
> Image Type: ARM Linux Kernel Image (uncompressed)
> Data Size: 3043100 Bytes = 2.9 MiB
> Load Address: 80008000
> Entry Point: 80008000
> Verifying Checksum ... OK
> Loading Kernel Image ... OK
> OK
>
> Starting kernel ...
>
> Uncompressing Linux... done, booting the kernel.
> Initializing cgroup subsys cpuset
> Initializing cgroup subsys cpu
> Linux version 3.0.32-yocto-standard (vidal@ws009.swbell.net
> <http://us.mc1814.mail.yahoo.com/mc/compose?to=vidal@ws009.swbell.net>)
> (gcc version 4.7.2
> 20120615 (prerelease) (GCC) ) #1 Wed Jul 11 20:38:46 MDT 2012
> CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
> CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
> Machine: OMAP3 Beagle Board
> Reserving 16777216 bytes SDRAM for VRAM
> Memory policy: ECC disabled, Data cache writeback
> OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
> SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000
> Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
> Reprogramming SDRC clock to 332000000 Hz
> Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125952
> Kernel command line: console=tty0 console=ttyO2,115200n8 mpurate=auto
> vram=16M o
> mapfb.mode=dvi:hd720 omapfb.vram=0:8M,1:4M,2:4M omapfb.debug=y
> omapdss.def_disp=
> dvi root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
> PID hash table entries: 2048 (order: 1, 8192 bytes)
> Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
> Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
> allocated 2097152 bytes of page_cgroup
> please try 'cgroup_disable=memory' option if you don't want memory cgroups
> Memory: 496MB = 496MB total
> Memory: 494448k/494448k available, 29840k reserved, 0K highmem
> Virtual kernel memory layout:
> vector : 0xffff0000 - 0xffff1000 ( 4 kB)
> fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
> DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
> vmalloc : 0xe0800000 - 0xf8000000 ( 376 MB)
> lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
> modules : 0xbf000000 - 0xc0000000 ( 16 MB)
> .init : 0xc0008000 - 0xc0058000 ( 320 kB)
> .text : 0xc0058000 - 0xc0613b0c (5871 kB)
> .data : 0xc0614000 - 0xc0671438 ( 374 kB)
> .bss : 0xc067145c - 0xc06b5044 ( 271 kB)
> SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
> NR_IRQS:410
> IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
> Total of 96 interrupts on 1 active controller
> omap_hwmod: gpt12_fck: missing clockdomain for gpt12_fck.
> OMAP clockevent source: GPTIMER12 at 32768 Hz
> sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
> Console: colour dummy device 80x30
> console [tty0] enabled
> Calibrating delay loop... 500.97 BogoMIPS (lpj=1953792)
> pid_max: default: 32768 minimum: 301
> Security Framework initialized
> Mount-cache hash table entries: 512
> Initializing cgroup subsys debug
> Initializing cgroup subsys cpuacct
> Initializing cgroup subsys memory
> Initializing cgroup subsys devices
> Initializing cgroup subsys freezer
> Initializing cgroup subsys blkio
> CPU: Testing write buffer coherency: ok
> ftrace: allocating 18007 entries in 53 pages
> devtmpfs: initialized
> omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_core
> omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
> omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
> omap_hwmod: i2c1: softreset failed (waited 10000 usec)
> omap_hwmod: i2c2: softreset failed (waited 10000 usec)
> omap_hwmod: i2c3: softreset failed (waited 10000 usec)
> print_constraints: dummy:
> NET: Registered protocol family 16
> GPMC revision 5.0
> omap_device: omap_gpio.0: new worst case activate latency 0: 30517
> OMAP GPIO hardware version 2.5
> OMAP GPIO hardware version 2.5
> OMAP GPIO hardware version 2.5
> OMAP GPIO hardware version 2.5
> OMAP GPIO hardware version 2.5
> OMAP GPIO hardware version 2.5
> omap_mux_init: Add partition: #1: core, flags: 0
> OMAP3 Beagle Rev: unknown 2
> omap_device: omap_uart.1: new worst case deactivate latency 0: 30517
> Found NAND on CS0
> Registering NAND on CS0
> Unable to get DVI reset GPIO
> OMAP DMA hardware revision 5.0
> bio: create slab <bio-0> at 0
> SCSI subsystem initialized
> omap_device: omap2_mcspi.1: new worst case activate latency 0: 30517
> omap_device: omap2_mcspi.1: new worst case deactivate latency 0: 30517
> usbcore: registered new interface driver usbfs
> usbcore: registered new interface driver hub
> usbcore: registered new device driver usb
> omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz
> twl4030: PIH (irq 7) chaining IRQs 368..375
> twl4030: power (irq 373) chaining IRQs 376..383
> twl4030: gpio (irq 368) chaining IRQs 384..401
> print_constraints: VUSB1V5: 1500 mV normal standby
> print_constraints: VUSB1V8: 1800 mV normal standby
> print_constraints: VUSB3V1: 3100 mV normal standby
> twl4030_usb twl4030_usb: Initialized TWL4030 USB module
> print_constraints: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
> print_constraints: VDAC: 1800 mV normal standby
> print_constraints: VDVI: 1800 mV normal standby
> print_constraints: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
> omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517
> omap_device: omap_i2c.3: new worst case activate latency 0: 30517
> omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
> Advanced Linux Sound Architecture Driver Version 1.0.24.
> cfg80211: Calling CRDA to update world regulatory domain
> Switching to clocksource 32k_counter
> Switched to NOHz mode on CPU #0
> musb-hdrc: version 6.0, musb-dma, otg (peripheral+host)
> omap_device: musb-omap2430.-1: new worst case activate latency 0: 30517
> musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
> NET: Registered protocol family 2
> IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
> TCP established hash table entries: 16384 (order: 5, 131072 bytes)
> TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
> TCP: Hash tables configured (established 16384 bind 16384)
> TCP reno registered
> UDP hash table entries: 256 (order: 0, 4096 bytes)
> UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
> NET: Registered protocol family 1
> RPC: Registered named UNIX socket transport module.
> RPC: Registered udp transport module.
> RPC: Registered tcp transport module.
> RPC: Registered tcp NFSv4.1 backchannel transport module.
> VFS: Disk quotas dquot_6.5.2
> Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
> msgmni has been set to 965
> Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
> io scheduler noop registered
> io scheduler deadline registered
> io scheduler cfq registered (default)
> OMAP DSS rev 2.0
> Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
> omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
> omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
> console [ttyO2] enabled
> omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
> brd: module loaded
> omap2-nand driver initializing
> No NAND device found.
> No NAND device found.
> usbcore: registered new interface driver kaweth
> pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
> usbcore: registered new interface driver pegasus
> usbcore: registered new interface driver asix
> usbcore: registered new interface driver cdc_ether
> usbcore: registered new interface driver dm9601
> usbcore: registered new interface driver smsc75xx
> usbcore: registered new interface driver smsc95xx
> usbcore: registered new interface driver net1080
> usbcore: registered new interface driver cdc_subset
> usbcore: registered new interface driver zaurus
> usbcore: registered new interface driver MOSCHIP usb-ethernet driver
> usbcore: registered new interface driver int51x1
> cdc_ncm: 04-Aug-2011
> usbcore: registered new interface driver cdc_ncm
> console [netcon0] enabled
> netconsole: network logging started
> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy regulator
> _regulator_get: ehci-omap.0 supply hsusb1 not found, using dummy regulator
> ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
> ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
> ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
> ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
> hub 1-0:1.0: USB hub found
> hub 1-0:1.0: 3 ports detected
> Initializing USB Mass Storage driver...
> usbcore: registered new interface driver usb-storage
> USB Mass Storage support registered.
> mousedev: PS/2 mouse device common for all mice
> twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
> twl_rtc twl_rtc: Power up reset detected.
> twl_rtc twl_rtc: Enabling TWL-RTC.
> omap_device: omap_wdt.-1: new worst case activate latency 0: 30517
> OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
> omap_device: omap_wdt.-1: new worst case deactivate latency 0: 30517
> cpuidle: using governor ladder
> cpuidle: using governor menu
> usbcore: registered new interface driver usbhid
> usbhid: USB HID core driver
> OMAP3 Beagle/Devkit8000 SoC init
> asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
> ALSA device list:
> #0: omap3beagle
> TCP cubic registered
> NET: Registered protocol family 17
> Registering the dns_resolver key type
> VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
> ThumbEE CPU extension supported.
> sr_init: No PMIC hook to init smartreflex
> smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
> smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
> SmartReflex Class3 initialized
> clock: disabling unused clocks to save power
> registered taskstats version 1
> Console: switching to colour frame buffer device 80x25
> regulator_init_complete: VDAC: incomplete constraints, leaving on
> twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
> Waiting for root device /dev/mmcblk0p2...
> mmc0: new SDHC card at address 1234
> mmcblk0: mmc0:1234 SA08G 7.41 GiB (ro)
> mmcblk0: p1 p2
> VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2)
> Please append a correct "root=" boot option; here are the available
> partitions:
> b300 7774208 mmcblk0 driver: mmcblk
> b301 72261 mmcblk0p1 00000000-0000-0000-0000-000000000000
> b302 3494137 mmcblk0p2 00000000-0000-0000-0000-000000000000
> VFS: Unable to mount root fs on unknown-block(179,2)
> User configuration error - no valid root filesystem found
> Kernel panic - not syncing: Invalid configuration from end user prevents
> continu
> ing
> [<c0063d00>] (unwind_backtrace+0x0/0xec) from [<c044baa0>]
> (dump_stack+0x20/0x24
> )
> [<c044baa0>] (dump_stack+0x20/0x24) from [<c044bcb0>] (panic+0x64/0x184)
> [<c044bcb0>] (panic+0x64/0x184) from [<c0008eb4>]
> (mount_block_root+0x1e4/0x230)
> [<c0008eb4>] (mount_block_root+0x1e4/0x230) from [<c00090e0>]
> (mount_root+0xf8/0
> x11c)
> [<c00090e0>] (mount_root+0xf8/0x11c) from [<c0009270>]
> (prepare_namespace+0x16c/
> 0x1cc)
> [<c0009270>] (prepare_namespace+0x16c/0x1cc) from [<c0008ab0>]
> (kernel_init+0x12
> c/0x160)
> [<c0008ab0>] (kernel_init+0x12c/0x160) from [<c005e86c>]
> (kernel_thread_exit+0x0
> /0x8)
>
>
> * - * Qodem 0.1.2 Capture Generated Fri, 13 Jul 2012 10:51:55 -0600 END
> * - *
>
> I created a serial-boot.cmd
> setenv bootcmd 'mmc init; fatload mmc 0:1 0x80300000 uImage; bootm
> 0x80300000'
> setenv bootargs 'console=tty0 console=ttyO2,115200n8 root=/dev/mmcblk0p2
> rootwait rootfstype=ext3 ro'
> boot
>
>
> Any help will be appreciated.

Which exact beagleboard (model/revision) is this ? Was the default
kernel configuration modified at all ? I know that we had to disable
PREEMPT to get some of the mmc's to detect and boot, but I can't tell
if this is the same thing from the trace.

Cheers,

Bruce

> Regards
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



^ permalink raw reply	[flat|nested] 13+ messages in thread

* beagleboard not booting
@ 2012-07-14 13:23 Edward Vidal
  2012-07-16  3:45 ` Bruce Ashfield
  0 siblings, 1 reply; 13+ messages in thread
From: Edward Vidal @ 2012-07-14 13:23 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 14509 bytes --]

Hello,
git clone git://git.yoctoproject.org/poky.git
cd poky
. oe-init-build-env
MACHINE=beagleboard bitbake -v core-image-sato



Created 2 partitions on /dev/sdb
fdisk /dev/sdb
Welcome to fdisk (util-linux 2.21.1).

Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.


Command (m for help): p

Disk /dev/sdb: 7960 MB, 7960788992 bytes
255 heads, 63 sectors/track, 967 cylinders, total 15548416 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          63      144584       72261    c  W95 FAT32 (LBA)
/dev/sdb2          144585     7132859     3494137+  83  Linux

format 2 partitions.

mkfs.vfat -F 16 -n  "boot" /dev/sdb1
mke2fs -j -L "rootfs" /dev/sdb2
remove the mmc

/dev/sdb1                        72098        0     72098   0%
/run/media/vidal/boot
/dev/sdb2                      3441720    74096   3192920   3%
/run/media/vidal/rootfs

cd /home/vidal/poky/build/tmp/deploy/images
cp  MLO-beagleboard-1.5.0+git1+9f94c6577e3a018b6b75cbe39f32bb331871f915-r0
/run/media/vidal/boot/MLO

cp
u-boot-beagleboard-v2011.06+git5+b1af6f532e0d348b153d5c148369229d24af361a-r1.bin
/run/media/vidal/boot/u-boot.bin

cp
uImage-3.0.32+git1+d282029891bba5440630a885b940dea5e34e3e2c_1+3ab688a78cac7b2e32afc83376a53370f2bd13b7-r4.0-beagleboard-20120712003552.bin
/run/media/vidal/boot/uImage

cd /run/media/vidal/rootfs

tar jvxf
/home/vidal/poky/build/tmp/deploy/images/core-image-sato-beagleboard-20120712003552.rootfs.tar.bz2

cp /home/vidal/uEnv.txt /run/media/vidal/boot
cat /run/media/vidal/boot/uEnv.txt
mpurate=auto

dvimode="hd720 omapfb.vram=0:8M,1:4M,2:4M"
vram=16M
optargs="consoleblank=0"
console="tty0 console=ttyO2,115200n8"

umount /run/media/vidal/boot
umount /run/media/vidal/rootfs
sync
* - * Qodem 0.1.2 Capture Generated Fri, 13 Jul 2012 10:51:17 -0600 BEGIN *
- *



Texas Instruments X-Loader 1.5.0 (Jul 11 2012 - 21:01:18)
Beagle xM
Reading boot sector
Loading u-boot.bin from mmc


U-Boot 2011.06 (Jul 11 2012 - 21:01:18)

OMAP3630/3730-GP ES2.1, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz
OMAP3 Beagle board + LPDDR/NAND
I2C:   ready
DRAM:  512 MiB
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0
*** Warning - readenv() failed, using default environment

In:    serial
Out:   serial
Err:   serial
Beagle unknown 0x02
No EEPROM on expansion board
Die ID #158000029ff800000160a7450b02602d
Hit any key to stop autoboot: 10  9  8  7  6  5  4  3  2  1  0
SD/MMC found on device 0
reading uEnv.txt

130 bytes read
Importing environment from mmc ...
reading uImage

3043164 bytes read
Booting from mmc ...
## Booting kernel from Legacy Image at 82000000 ...
   Image Name:   Linux-3.0.32-yocto-standard
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3043100 Bytes = 2.9 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 3.0.32-yocto-standard
(vidal@ws009.swbell.net<http://us.mc1814.mail.yahoo.com/mc/compose?to=vidal@ws009.swbell.net>)
(gcc version 4.7.2
20120615 (prerelease) (GCC) ) #1 Wed Jul 11 20:38:46 MDT 2012
CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: OMAP3 Beagle Board
Reserving 16777216 bytes SDRAM for VRAM
Memory policy: ECC disabled, Data cache writeback
OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000
Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
Reprogramming SDRC clock to 332000000 Hz
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 125952
Kernel command line: console=tty0 console=ttyO2,115200n8 mpurate=auto
vram=16M o
mapfb.mode=dvi:hd720 omapfb.vram=0:8M,1:4M,2:4M omapfb.debug=y
omapdss.def_disp=
dvi root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
PID hash table entries: 2048 (order: 1, 8192 bytes)
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
allocated 2097152 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Memory: 496MB = 496MB total
Memory: 494448k/494448k available, 29840k reserved, 0K highmem
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
    vmalloc : 0xe0800000 - 0xf8000000   ( 376 MB)
    lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .init : 0xc0008000 - 0xc0058000   ( 320 kB)
      .text : 0xc0058000 - 0xc0613b0c   (5871 kB)
      .data : 0xc0614000 - 0xc0671438   ( 374 kB)
       .bss : 0xc067145c - 0xc06b5044   ( 271 kB)
SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
NR_IRQS:410
IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
Total of 96 interrupts on 1 active controller
omap_hwmod: gpt12_fck: missing clockdomain for gpt12_fck.
OMAP clockevent source: GPTIMER12 at 32768 Hz
sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
Console: colour dummy device 80x30
console [tty0] enabled
Calibrating delay loop... 500.97 BogoMIPS (lpj=1953792)
pid_max: default: 32768 minimum: 301
Security Framework initialized
Mount-cache hash table entries: 512
Initializing cgroup subsys debug
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys blkio
CPU: Testing write buffer coherency: ok
ftrace: allocating 18007 entries in 53 pages
devtmpfs: initialized
omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_core
omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
omap_hwmod: i2c1: softreset failed (waited 10000 usec)
omap_hwmod: i2c2: softreset failed (waited 10000 usec)
omap_hwmod: i2c3: softreset failed (waited 10000 usec)
print_constraints: dummy:
NET: Registered protocol family 16
GPMC revision 5.0
omap_device: omap_gpio.0: new worst case activate latency 0: 30517
OMAP GPIO hardware version 2.5
OMAP GPIO hardware version 2.5
OMAP GPIO hardware version 2.5
OMAP GPIO hardware version 2.5
OMAP GPIO hardware version 2.5
OMAP GPIO hardware version 2.5
omap_mux_init: Add partition: #1: core, flags: 0
OMAP3 Beagle Rev: unknown 2
omap_device: omap_uart.1: new worst case deactivate latency 0: 30517
Found NAND on CS0
Registering NAND on CS0
Unable to get DVI reset GPIO
OMAP DMA hardware revision 5.0
bio: create slab <bio-0> at 0
SCSI subsystem initialized
omap_device: omap2_mcspi.1: new worst case activate latency 0: 30517
omap_device: omap2_mcspi.1: new worst case deactivate latency 0: 30517
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz
twl4030: PIH (irq 7) chaining IRQs 368..375
twl4030: power (irq 373) chaining IRQs 376..383
twl4030: gpio (irq 368) chaining IRQs 384..401
print_constraints: VUSB1V5: 1500 mV normal standby
print_constraints: VUSB1V8: 1800 mV normal standby
print_constraints: VUSB3V1: 3100 mV normal standby
twl4030_usb twl4030_usb: Initialized TWL4030 USB module
print_constraints: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
print_constraints: VDAC: 1800 mV normal standby
print_constraints: VDVI: 1800 mV normal standby
print_constraints: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517
omap_device: omap_i2c.3: new worst case activate latency 0: 30517
omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
Advanced Linux Sound Architecture Driver Version 1.0.24.
cfg80211: Calling CRDA to update world regulatory domain
Switching to clocksource 32k_counter
Switched to NOHz mode on CPU #0
musb-hdrc: version 6.0, musb-dma, otg (peripheral+host)
omap_device: musb-omap2430.-1: new worst case activate latency 0: 30517
musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 5, 131072 bytes)
TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
TCP reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 965
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
OMAP DSS rev 2.0
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
console [ttyO2] enabled
omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
brd: module loaded
omap2-nand driver initializing
No NAND device found.
No NAND device found.
usbcore: registered new interface driver kaweth
pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
usbcore: registered new interface driver pegasus
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver dm9601
usbcore: registered new interface driver smsc75xx
usbcore: registered new interface driver smsc95xx
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
usbcore: registered new interface driver MOSCHIP usb-ethernet driver
usbcore: registered new interface driver int51x1
cdc_ncm: 04-Aug-2011
usbcore: registered new interface driver cdc_ncm
console [netcon0] enabled
netconsole: network logging started
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
_regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy regulator
_regulator_get: ehci-omap.0 supply hsusb1 not found, using dummy regulator
ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
mousedev: PS/2 mouse device common for all mice
twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
twl_rtc twl_rtc: Power up reset detected.
twl_rtc twl_rtc: Enabling TWL-RTC.
omap_device: omap_wdt.-1: new worst case activate latency 0: 30517
OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
omap_device: omap_wdt.-1: new worst case deactivate latency 0: 30517
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
OMAP3 Beagle/Devkit8000 SoC init
asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
ALSA device list:
  #0: omap3beagle
TCP cubic registered
NET: Registered protocol family 17
Registering the dns_resolver key type
VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
ThumbEE CPU extension supported.
sr_init: No PMIC hook to init smartreflex
smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
SmartReflex Class3 initialized
clock: disabling unused clocks to save power
registered taskstats version 1
Console: switching to colour frame buffer device 80x25
regulator_init_complete: VDAC: incomplete constraints, leaving on
twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
Waiting for root device /dev/mmcblk0p2...
mmc0: new SDHC card at address 1234
mmcblk0: mmc0:1234 SA08G 7.41 GiB (ro)
mmcblk0: p1 p2
VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2)
Please append a correct "root=" boot option; here are the available
partitions:
b300         7774208 mmcblk0  driver: mmcblk
  b301           72261 mmcblk0p1 00000000-0000-0000-0000-000000000000
  b302         3494137 mmcblk0p2 00000000-0000-0000-0000-000000000000
VFS: Unable to mount root fs on unknown-block(179,2)
User configuration error - no valid root filesystem found
Kernel panic - not syncing: Invalid configuration from end user prevents
continu
ing
[<c0063d00>] (unwind_backtrace+0x0/0xec) from [<c044baa0>]
(dump_stack+0x20/0x24
)
[<c044baa0>] (dump_stack+0x20/0x24) from [<c044bcb0>] (panic+0x64/0x184)
[<c044bcb0>] (panic+0x64/0x184) from [<c0008eb4>]
(mount_block_root+0x1e4/0x230)
[<c0008eb4>] (mount_block_root+0x1e4/0x230) from [<c00090e0>]
(mount_root+0xf8/0
x11c)
[<c00090e0>] (mount_root+0xf8/0x11c) from [<c0009270>]
(prepare_namespace+0x16c/
0x1cc)
[<c0009270>] (prepare_namespace+0x16c/0x1cc) from [<c0008ab0>]
(kernel_init+0x12
c/0x160)
[<c0008ab0>] (kernel_init+0x12c/0x160) from [<c005e86c>]
(kernel_thread_exit+0x0
/0x8)


* - * Qodem 0.1.2 Capture Generated Fri, 13 Jul 2012 10:51:55 -0600 END * -
*

I created a serial-boot.cmd
setenv bootcmd 'mmc init; fatload mmc 0:1 0x80300000 uImage; bootm
0x80300000'
setenv bootargs 'console=tty0 console=ttyO2,115200n8 root=/dev/mmcblk0p2
rootwait rootfstype=ext3 ro'
boot


Any help will be appreciated.
Regards

[-- Attachment #2: Type: text/html, Size: 15582 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-07-19 15:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-18 11:27 beagleboard not booting Edward Vidal
2012-07-18 11:55 ` Robert Berger
2012-07-18 13:01 ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2012-07-19 15:01 Edward Vidal
2012-07-19  0:22 Edward Vidal
2012-07-18 23:12 Edward Vidal
2012-07-19  4:36 ` Bruce Ashfield
2012-07-18 10:40 Edward Vidal
2012-07-18 11:04 ` Robert Berger
2012-07-18  0:54 Edward Vidal
2012-07-18 11:05 ` Robert Berger
2012-07-14 13:23 Edward Vidal
2012-07-16  3:45 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.