All times are UTC-06:00




Post new topic  Reply to topic  [ 22 posts ] 
Author Message
PostPosted: Mon Aug 29, 2011 1:04 pm 
Offline

Joined: Fri Aug 19, 2011 1:18 pm
Posts: 18
Location: Seattle, WA US
Greetings,

In order to make sure that other problems are not being caused by out-of-date firmware, I'm starting with an update to uboot.

I downloaded the efikamx-updated.img.gz, copied it to an SD card, and booted the box. I verified that the card is OK as it has the right files:


> ls -l /a/dev/sdd1/
total 3366
-rwxr-xr-x 1 root root 1093 Dec 13 2010 boot.scr*
-rwxr-xr-x 1 root root 5 Dec 7 2010 type_id.bin*
-rwxr-xr-x 1 root root 165060 Dec 13 2010 ubootsb.bin*
-rwxr-xr-x 1 root root 3275204 Dec 7 2010 uImage*

This is a vFAT partition.

Booting the card yields the log at the end of this message. A couple of comments.

o This appears to be an older uboot running on the system, from November. Is this really an old version?
o The error about the unrecognized power-off command also suggests that the boot script is newer than the version of uboot.
o The error on fatload seems to indicate that uboot cannot read the SD card. I was able to read the card by executing mmcinit; mmcprobe 0:1; fatls mmc 0:1 / . I could read boot.scr into memory can dump it, but uboot wouldn't execute it.

So, how can I upgrade uboot?

U-Boot# autoscr $scrptaddr
## Executing script at 90007fc0
Wrong image format for autoscript

------

U-Boot 2009.01-2.0.6-efikamx (Nov 02 2010 - 17:13:53)

CPU: Freescale i.MX51 family 3.0V at 800 MHz
mx51 pll1: 800MHz
mx51 pll2: 665MHz
mx51 pll3: 216MHz
ipg clock : 66500000Hz
ipg per clock : 665000000Hz
uart clock : 66500000Hz
cspi clock : 54000000Hz
Board: MX51 Efika MX 3.0 [RST]
DRAM: 512 MB
JEDEC ID: 0xbf:0x25:0x4a
Reading SPI NOR flash 0x40000 [0x10000 bytes] -> ram 0x975f06e8
.SUCCESS

*** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
board id: 1.0.1, rev1.3
Boot Source: SPI NOR FLASH BOOT
Boot Cmd: for device in "mmc ide"; do if strcmp ${device} == mmc; then; mmcinit; setenv units "0 1"; else; setenv units "0"; fi; for interface in ${units}; do if strcmp ${device} == mmc; then mmcprobe ${interface}; else; ide reset; fi; for fs in "ext2 fat"; do setenv loadcmd "${fs}load ${device} 0:1"; if ${loadcmd} ${scriptaddr} boot.scr; then; if imi ${scriptaddr}; then; autoscr ${scriptaddr}; fi; fi; done; done; done;
Hit any key to stop autoboot: 0
SD card.
Vendor: Man 02 OEM TM "SD02G" Date 06/2008
Product: 2793231502
Revision: 3.8
SD card.
Vendor: Man 02 OEM TM "SD02G" Date 06/2008
Product: 2793231502
Revision: 3.8
MMC interface 0 selected
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - mmc 0:1 **
reading boot.scr

## Checking Image at 91000000 ...
Legacy image found
Image Name: Efika MX Installer
Image Type: ARM Linux Script (uncompressed)
Data Size: 1029 Bytes = 1 kB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 1021 Bytes = 1 kB
Verifying Checksum ... OK
## Executing script at 91000000

Unknown command 'poweroff' - try 'help'
Unknown command 'poweroff' - try 'help'
No MMC card found
Please initial the Card first
** Can't read partition table on 0:0 **
** Bad partition 1 **
Please initial the Card first
** Can't read from device 0 **

** Unable to use mmc 0:1 for fatload **

Reset IDE: Bus 0: OK
Device 0: Model: SanDisk pSSD-P2 8GB Firm: SSD 5.20 Ser#: DJZ071410200518
Type: Hard Disk
Capacity: 7641.2 MB = 7.4 GB (15649200 x 512)

474 bytes read

## Checking Image at 91000000 ...
Legacy image found
Image Name: Ubuntu boot script
Image Type: ARM Linux Script (uncompressed)
Data Size: 410 Bytes = 0.4 kB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 402 Bytes = 0.4 kB
Verifying Checksum ... OK
## Executing script at 91000000

6633817 bytes read

## Checking Image at 92000000 ...
Legacy image found
Image Name: Ramdisk 2.6.31.14.24-efikamx
Image Type: ARM Linux RAMDisk Image (uncompressed)
Data Size: 6633753 Bytes = 6.3 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK

2051908 bytes read

## Checking Image at 90007fc0 ...
Legacy image found
Image Name:
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2051844 Bytes = 2 MB
Load Address: 90008000
Entry Point: 90008000
Verifying Checksum ... OK

## Booting kernel from Legacy Image at 90007fc0 ...
Image Name:
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2051844 Bytes = 2 MB
Load Address: 90008000
Entry Point: 90008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 92000000 ...
Image Name: Ramdisk 2.6.31.14.24-efikamx
Image Type: ARM Linux RAMDisk Image (uncompressed)
Data Size: 6633753 Bytes = 6.3 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux............................................................................................................................................ done, booting the kernel.


Last edited by beewoolie on Tue Aug 30, 2011 1:50 pm, edited 1 time in total.

Top
   
PostPosted: Mon Aug 29, 2011 1:36 pm 
Offline
Site Admin

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1589
Location: Austin, TX
Quote:
Greetings,

In order to make sure that other problems are not being caused by out-of-date firmware, I'm starting with an update to uboot.
Just a note: display problems are nothing to do with the firmware. Display is initialized only in the kernel.
Quote:
U-Boot 2009.01-2.0.6-efikamx (Nov 02 2010 - 17:13:53)
This is the latest. I'm looking into your problem right now.

Can you log in to the system (you have serial console) and please get the output of dmesg here so we can see what the kernel is doing?

_________________
Matt Sealey


Top
   
PostPosted: Mon Aug 29, 2011 1:49 pm 
Offline

Joined: Fri Aug 19, 2011 1:18 pm
Posts: 18
Location: Seattle, WA US
Quote:
Just a note: display problems are nothing to do with the firmware. Display is initialized only in the kernel.
Indeed. I just want to make sure that everything running on the target is up to date.

When running the maverick image installer it looks like uboot is working OK. Without video out it's hard to tell where it is hung-up. I don't see a login prompt on the console but that may just be because it's working on the flash drive. The USB keyboard isn't being initialized though since the capslock won't toggle.


Top
   
 Post subject:
PostPosted: Mon Aug 29, 2011 2:23 pm 
Offline

Joined: Fri Aug 19, 2011 1:18 pm
Posts: 18
Location: Seattle, WA US
Interesting. The armhf SD image works fine. It's a little low to boot. but I am seeing video output.


Top
   
 Post subject:
PostPosted: Tue Aug 30, 2011 7:53 am 
Offline
Site Admin

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1589
Location: Austin, TX
Quote:
Interesting. The armhf SD image works fine. It's a little low to boot. but I am seeing video output.
I don't know what kernel that's using to be honest (I have a doubt it's the 2.6.31 one). Is the display resolution fixed (800x600 or so?) - can you paste the dmesg out?

If the Maverick installer card is hanging and not giving you a serial console that's far, far more scary than just not getting a display. This implies that the kernel tried to set a display mode and absolutely couldn't, which is actually tantamount to impossible (it will always, always set a 640x480 mode which is the minimum size Plymouth needs). If it is hanging at Plymouth then that means you're using perhaps the March image, which can trip on monitors that don't give valid EDID, which would explain the lack of USB keyboard. Have you tried the May or July/August images?

_________________
Matt Sealey


Top
   
 Post subject:
PostPosted: Tue Aug 30, 2011 8:48 am 
Offline

Joined: Fri Aug 19, 2011 1:18 pm
Posts: 18
Location: Seattle, WA US
I'm using this image.

# md5sum maverick-20110722.img.xz
395e0069554a74259d46bac7b4fa5ca9 maverick-20110722.img.xz

This image worked fine on the first efikamx device I had.

I'll see if I can modify the command line for booting the maverick installer and capture the boot messages. I'll also check the kernel version for the armhf build.


Top
   
 Post subject:
PostPosted: Tue Aug 30, 2011 9:51 am 
Offline

Joined: Fri Aug 19, 2011 1:18 pm
Posts: 18
Location: Seattle, WA US
Below are some of the captured log entries for the armhf build

[ 0.000000] Linux version 2.6.31.14.23-efikamx (neko@shinji) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #7 PREEMPT Thu Jun 9 21:29:48 CDT 2011
[ 0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw video=imx-ipuv3-fb:1024x600M-16@60 rootfstype=ext4 lpj=3997696

and here are the log entries for the initialization of the hdmi.


[ 1.721359] mxc_ipu mxc_ipu: Channel already disabled 9
[ 1.721373] mxc_ipu mxc_ipu: Channel already uninitialized 9
[ 1.721413] mxc_sdc_fb mxc_sdc_fb.0: mxcfb: Error initializing panel.
[ 1.724406] Console: switching to colour frame buffer device 80x30
[ 2.391660] SIIHDMI: Device ID: 0xb0 (TPI revision 2.9)
[ 2.432756] SIIHDMI: Unsupported modelines:
[ 2.436961] SIIHDMI: p "1280x1024@75" 135.07 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
[ 2.446136] SIIHDMI: Removed 1 modes due to incompatibilities
[ 2.451908] SIIHDMI: Supported modelines:
[ 2.455934] SIIHDMI: "1152x864@75" 108.03 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
[ 2.464671] SIIHDMI: "1024x768@75" 78.802 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
[ 2.473410] SIIHDMI: "1024x768@60" 65.02 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
[ 2.482059] SIIHDMI: "800x600@75" 49.500 800 816 896 1056 600 601 604 625 +hsync +vsync
[ 2.490434] SIIHDMI: "800x600@60" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
[ 2.498735] SIIHDMI: "640x480@75" 31.500 640 656 720 840 480 481 484 500 -hsync -vsync
[ 2.507036] SIIHDMI: "640x480@60" 25.200 640 656 752 800 480 490 492 525 -hsync -vsync
[ 2.515338] SIIHDMI: "720x400@70" 26.171 720 737 808 896 400 401 404 417 -hsync -vsync
[ 2.523648] SIIHDMI: * "1280x1024@60" 108.03 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
[ 2.532821] SIIHDMI: Setting Resolution: 1280x1024@60.02
[ 2.674801] mxc_ipu mxc_ipu: Channel already disabled 9
[ 2.690797] IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
[ 2.728685] mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00080000
[ 2.755280] Serial: MXC Internal UART driver
[ 2.759730] mxcintuart.0: ttymxc0 at MMIO 0x73fbc000 (irq = 31) is a Freescale i.MX
[ 2.767508] console handover: boot [ttymxc0] -> real [ttymxc0]


Top
   
 Post subject:
PostPosted: Tue Aug 30, 2011 10:23 am 
Offline

Joined: Fri Aug 19, 2011 1:18 pm
Posts: 18
Location: Seattle, WA US
And here is the boot log from the maverick installer. I removed the 'quiet' keyword from the command line. I didn't add the video initialization clause that the armhf uses.

My USB mouse lights up so we know it is being enumerated. The keyboard doesn't respond to capslock. BTW, it's an old Apple keyboard.

-----


Uncompressing Linux............................................................................................................................................ done, booting the kernel.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Linux version 2.6.31.14.24-efikamx (neko@shinji) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #2 PREEMPT Fri Jul 22 11:43:26 CDT 2011
[ 0.000000] CPU: ARMv7 Processor [412fc085] revision 5 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: Genesi Efika MX (Smarttop)
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
[ 0.000000] Kernel command line: console=ttymxc0,115200 console=tty1 root=LABEL=installer rootwait rw splash
[ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 512MB = 512MB total
[ 0.000000] Memory: 508824KB available (3728K code, 596K data, 148K init, 0K highmem)
[ 0.000000] SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:368
[ 0.000000] MXC IRQ initialized
[ 0.000000] MXC_Early serial console at MMIO 0x73fbc000 (options '115200')
[ 0.000000] console [ttymxc0] enabled
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console handover: boot [ttymxc0] -> real [tty1]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Linux version 2.6.31.14.24-efikamx (neko@shinji) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #2 PREEMPT Fri Jul 22 11:43:26 CDT 2011
[ 0.000000] CPU: ARMv7 Processor [412fc085] revision 5 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: Genesi Efika MX (Smarttop)
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
[ 0.000000] Kernel command line: console=ttymxc0,115200 console=tty1 root=LABEL=installer rootwait rw splash
[ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 512MB = 512MB total
[ 0.000000] Memory: 508824KB available (3728K code, 596K data, 148K init, 0K highmem)
[ 0.000000] SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:368
[ 0.000000] MXC IRQ initialized
[ 0.000000] MXC_Early serial console at MMIO 0x73fbc000 (options '115200')
[ 0.000000] console [ttymxc0] enabled
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console handover: boot [ttymxc0] -> real [tty1]
[ 0.000000] Calibrating delay loop... 799.53 BogoMIPS (lpj=3997696)
[ 0.000000] Mount-cache hash table entries: 512
[ 0.000000] Initializing cgroup subsys ns
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Initializing cgroup subsys freezer
[ 0.000000] Initializing cgroup subsys net_cls
[ 0.000000] CPU: Testing write buffer coherency: ok
[ 0.000000] devtmpfs: initialized
[ 0.000000] regulator: core version 0.5
[ 0.000000] NET: Registered protocol family 16
[ 0.000000] i.MX IRAM pool: 128 KB@0xa0840000
[ 0.000000] IRAM READY
[ 0.000000] CPU is i.MX51 Revision 3.0
[ 0.000000] MXC GPIO hardware
[ 0.000000] Efika MX: mmc0 configured as external SDHC
[ 0.000000] Efika MX: Smarttop Revision 1.3
[ 0.000000] Using SDMA I.API
[ 0.000000] MXC DMA API initialized
[ 0.000000] bio: create slab <bio-0> at 0
[ 0.000000] SCSI subsystem initialized
[ 0.000000] CSPI: mxc_spi-0 probed
[ 0.000000] IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
[ 0.000000] NET: Registered protocol family 8
[ 0.000000] NET: Registered protocol family 20
[ 0.000000] mc13892 Rev 2.0 FinVer 2 detected
[ 0.000000] Initializing regulators for Efika MX
[ 0.000000] regulator: SW1: 600 <--> 1375 mV
[ 0.000000] regulator: SW2: 900 <--> 1850 mV
[ 0.000000] regulator: SW3: 1100 <--> 1850 mV
[ 0.000000] regulator: SW4: 1100 <--> 1850 mV
[ 0.000000] regulator: SWBST: 0 mV
[ 0.000000] regulator: VIOHI: 0 mV
[ 0.000000] regulator: VPLL: 1050 <--> 1800 mV
[ 0.000000] regulator: VDIG: 1650 mV
[ 0.000000] regulator: VSD: 1800 <--> 3150 mV
[ 0.000000] regulator: VUSB2: 2400 <--> 2775 mV
[ 0.000000] regulator: VVIDEO: 2775 mV
[ 0.000000] regulator: VAUDIO: 2300 <--> 3000 mV
[ 0.000000] regulator: VCAM: 2500 <--> 3000 mV fast normal
[ 0.000000] regulator: VGEN1: 1200 <--> 3150 mV
[ 0.000000] regulator: VGEN2: 1200 <--> 3150 mV
[ 0.000000] regulator: VGEN3: 1800 <--> 2900 mV
[ 0.000000] regulator: VUSB: 0 mV
[ 0.000000] regulator: GPO1: 0 mV
[ 0.000000] regulator: GPO2: 0 mV
[ 0.000000] regulator: GPO3: 0 mV
[ 0.000000] regulator: GPO4: 0 mV
[ 0.000000] Device spi1.0 probed
[ 1.252375] NET: Registered protocol family 2
[ 1.252763] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 1.253800] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 1.254389] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[ 1.254690] TCP: Hash tables configured (established 16384 bind 16384)
[ 1.254722] TCP reno registered
[ 1.254945] NET: Registered protocol family 1
[ 1.255177] Unpacking initramfs...
[ 1.646288] Freeing initrd memory: 5996K
[ 1.647243] LPMode driver module loaded
[ 1.647280] Static Power Management for Freescale i.MX51
[ 1.647630] PM driver module loaded
[ 1.647935] sdram autogating driver module loaded
[ 1.648341] Bus freq driver module loaded
[ 1.648405] mxc_dvfs_core_probe
[ 1.648747] DVFS driver module loaded
[ 1.648786] i.MXC CPU frequency driver
[ 1.649331] DVFS PER driver module loaded
[ 1.651370] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.651536] msgmni has been set to 1005
[ 1.653237] alg: No test for stdrng (krng)
[ 1.653638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.653688] io scheduler noop registered (default)
[ 1.653734] io scheduler cfq registered
[ 1.666896] mxc_ipu mxc_ipu: Channel already disabled 9
[ 1.666911] mxc_ipu mxc_ipu: Channel already uninitialized 9
[ 1.684615] Console: switching to colour frame buffer device 80x30
[ 2.342313] SIIHDMI: Device ID: 0xb0 (TPI revision 2.9)
[ 2.367333] Serial: MXC Internal UART driver
[ 2.369629] mxcintuart.0: ttymxc0 at MMIO 0x73fbc000 (irq = 31) is a Freescale i.MX
[ 2.373812] console [ttymxc0] enabled
[ 3.047248] loop: module loaded
[ 3.054429] pata_fsl pata_fsl: rchan=29 wchan=28
[ 3.061229] scsi0 : pata_fsl
[ 3.066698] ata1: PATA max UDMA/44 irq 70
[ 3.074429] mice: PS/2 mouse device common for all mice
[ 3.081825] mc13892 rtc probe start
[ 3.091897] pmic_rtc pmic_rtc.1: rtc core: registered pmic_rtc as rtc0
[ 3.100434] mc13892 rtc probe succeed
[ 3.106288] i2c /dev entries driver
[ 3.112465] Linux video capture interface: v2.00
[ 3.119672] mxc_v4l2_output mxc_v4l2_output.0: Registered device video0
[ 3.128645] MXC WatchDog Driver 2.0
[ 3.134373] clk: Unable to get requested clock: wdog_clk
[ 3.142133] MXC Watchdog # 0 Timer: initial timeout 60 sec
[ 3.150025] cpuidle: using governor ladder
[ 3.156280] cpuidle: using governor menu
[ 3.162745] PMIC Character device: successfully loaded
[ 3.170645] VPU initialized
[ 3.175991] mxsdhci: MXC Secure Digital Host Controller Interface driver
[ 3.184907] mxsdhci: MXC SDHCI Controller Driver.
[ 3.192251] mmc0: SDHCI detect irq 128 irq 1 INTERNAL DMA
[ 3.200588] Registered led device: efikamx:green
[ 3.207848] Registered led device: efikamx:red
[ 3.225036] Registered led device: efikamx:blue
[ 3.233199] Advanced Linux Sound Architecture Driver Version 1.0.20.
[ 3.264825] ata1.00: ATA-8: SanDisk pSSD-P2 8GB, SSD 5.20, max UDMA/133
[ 3.273562] ata1.00: 15649200 sectors, multi 0: LBA48
[ 3.323330] ata1.00: configured for UDMA/44
[ 3.331753] ALSA device list:
[ 3.336717] No soundcards found.
[ 3.343304] TCP cubic registered
[ 3.348422] NET: Registered protocol family 17
[ 3.354856] ThumbEE CPU extension supported.
[ 3.361635] scsi 0:0:0:0: Direct-Access ATA SanDisk pSSD-P2 SSD PQ: 0 ANSI: 5
[ 3.375212] sd 0:0:0:0: [sda] 15649200 512-byte logical blocks: (8.01 GB/7.46 GiB)
[ 3.387079] sd 0:0:0:0: [sda] Write Protect is off
[ 3.404297] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.418358] sda:
[ 3.421786] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3.431544] sda1 sda2
[ 3.437450] input: Efika MX Input as /devices/virtual/input/input0
[ 3.476529] mmc0: new high speed SD card at address 2f5d
[ 3.484550] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2
[ 3.496913] mmcblk0: mmc0:2f5d SD02G 1.83 GiB
[ 3.503747] mmcblk0: p1 p2
[ 3.510685] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.519548] regulator_init_complete: incomplete constraints, leaving GPO4 on
[ 3.528888] regulator_init_complete: incomplete constraints, leaving GPO3 on
[ 3.538096] regulator_init_complete: incomplete constraints, leaving GPO2 on
[ 3.547292] regulator_init_complete: incomplete constraints, leaving GPO1 on
[ 3.556421] regulator_init_complete: incomplete constraints, leaving VGEN1 on
[ 3.565571] regulator_init_complete: incomplete constraints, leaving VCAM on
[ 3.574563] regulator_init_complete: incomplete constraints, leaving VAUDIO on
[ 3.585535] regulator_init_complete: incomplete constraints, leaving VSD on
[ 3.594508] regulator_init_complete: incomplete constraints, leaving VDIG on
[ 3.603553] regulator_init_complete: incomplete constraints, leaving SWBST on
[ 3.631478] pmic_rtc pmic_rtc.1: setting system clock to 1970-01-04 17:10:26 UTC (321026)
[ 3.643710] Freeing init memory: 148K
[ 3.781832] udev[520]: starting version 163
[ 4.537150] usbcore: registered new interface driver usbfs
[ 4.545611] usbcore: registered new interface driver hub
[ 4.553785] usbcore: registered new device driver usb
[ 4.571731] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.681420] fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
[ 4.690620] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
[ 4.731440] fsl-ehci fsl-ehci.0: irq 18, io base 0x73f80000
[ 4.751405] fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
[ 4.759714] usb usb1: configuration #1 chosen from 1 choice
[ 4.767604] hub 1-0:1.0: USB hub found
[ 4.773253] hub 1-0:1.0: 1 port detected
[ 4.991425] usb 1-1: new high speed USB device using fsl-ehci and address 2
[ 5.001985] fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller
[ 5.010662] fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2
[ 5.051693] fsl-ehci fsl-ehci.1: irq 14, io base 0x73f80200
[ 5.141417] fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00
[ 5.149928] usb usb2: configuration #1 chosen from 1 choice
[ 5.158881] hub 2-0:1.0: USB hub found
[ 5.165053] hub 2-0:1.0: 1 port detected
[ 5.185816] usb 1-1: configuration #1 chosen from 1 choice
[ 5.481441] usb 2-1: new high speed USB device using fsl-ehci and address 2
[ 5.632718] usb 2-1: configuration #1 chosen from 1 choice
[ 5.648972] hub 2-1:1.0: USB hub found
[ 5.655273] hub 2-1:1.0: 4 ports detected
[ 5.848804] EXT4-fs (mmcblk0p2): barriers enabled
[ 5.856952] kjournald2 starting: pid 632, dev mmcblk0p2:8, commit interval 5 seconds
[ 5.941582] usb 2-1.1: new high speed USB device using fsl-ehci and address 3
[ 6.085649] usb 2-1.1: configuration #1 chosen from 1 choice
[ 6.118448] EXT4-fs (mmcblk0p2): internal journal on mmcblk0p2:8
[ 6.127025] EXT4-fs (mmcblk0p2): delayed allocation enabled
[ 6.135029] EXT4-fs: file extents enabled
[ 6.141691] EXT4-fs: mballoc enabled
[ 6.147563] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode
[ 6.176762] usb 2-1.2: new full speed USB device using fsl-ehci and address 4
[ 6.295620] usb 2-1.2: configuration #1 chosen from 1 choice
[ 6.304325] hub 2-1.2:1.0: USB hub found
[ 6.311157] hub 2-1.2:1.0: 3 ports detected
[ 6.591880] usb 2-1.2.3: new full speed USB device using fsl-ehci and address 5
[ 6.719373] usb 2-1.2.3: configuration #1 chosen from 1 choice
[ 6.961870] usb 2-1.2.1: new low speed USB device using fsl-ehci and address 6
[ 7.097157] usb 2-1.2.1: configuration #1 chosen from 1 choice


Top
   
 Post subject:
PostPosted: Tue Aug 30, 2011 11:04 am 
Offline
Genesi

Joined: Tue Feb 07, 2006 4:49 pm
Posts: 145
Location: San Antonio, TX
What is the make/model of the monitor you're using? Are you connected via hdmi or an hdmi->dvi adapter?

_________________
Steev Klimaszewski, Genesi USA Inc.
Senior Software Engineer


Top
   
 Post subject:
PostPosted: Tue Aug 30, 2011 11:26 am 
Offline

Joined: Fri Aug 19, 2011 1:18 pm
Posts: 18
Location: Seattle, WA US
Quote:
What is the make/model of the monitor you're using? Are you connected via hdmi or an hdmi->dvi adapter?
It's a old Dell 1907FP. I'm using an HDMI cable with an HDMI to DVI adapter. The monitor has a DVI input.


Top
   
 Post subject:
PostPosted: Tue Aug 30, 2011 11:40 am 
Offline

Joined: Fri Aug 19, 2011 1:18 pm
Posts: 18
Location: Seattle, WA US
FWIW, adding the video= command line option had no effect on the maverick boot.


Top
   
 Post subject:
PostPosted: Tue Aug 30, 2011 2:54 pm 
Offline
Genesi

Joined: Tue Feb 07, 2006 4:49 pm
Posts: 145
Location: San Antonio, TX
The video= option is only for a mainline kernel.

Whoops, you did already, so the question is, what change between .23 and .24 broke your display.

_________________
Steev Klimaszewski, Genesi USA Inc.
Senior Software Engineer


Top
   
 Post subject:
PostPosted: Tue Aug 30, 2011 3:51 pm 
Offline

Joined: Fri Aug 19, 2011 1:18 pm
Posts: 18
Location: Seattle, WA US
Quote:
The video= option is only for a mainline kernel.

Whoops, you did already, so the question is, what change between .23 and .24 broke your display.
I'm not sure what you mean. I started with the efikamx as shipped. No video output. Then I tried the stock maverick install image. No video output. I tried the armhf image as distributed and there is video out. So, the monitor cables, and some of the efikamx hardware must be OK. I had used the same maverick installer on a previous efikamx device no problem.

IMHO, the question is what could have changed in the hardware that is preventing either the stock installed system image from driving video *and* is preventing the maverick installer from working.

I suppose, yes, we could look at the kernel changes. The diff is 12000 lines in 48 commits. Bisecting it may work. Though it seems like you have a more pressing issue if an efikamx, as shipped, doesn't work.


Top
   
PostPosted: Thu Sep 01, 2011 2:19 pm 
Offline

Joined: Fri Aug 19, 2011 1:18 pm
Posts: 18
Location: Seattle, WA US
Quote:
I'm looking into your problem right now.
Any news on figuring out what could be the root cause? Do you need me to send the box back?


Top
   
 Post subject:
PostPosted: Fri Sep 02, 2011 12:36 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
How my LCDs work changed with almost every release. I have three LCDs, all with DVI, so I use a HDMI->DVI converter.
The latest release works fine with an LG Flatron, but has trouble with my main LCD, a 22" Samsung. But it can be worked around: just by pushing the buttons on the Samsung it does not go to sleep mode, where the smarttop does not recognize it. AFAIR, earlier releases had no problem using the Samsung even without pushing its buttons on boot.
And the ARMHF port also uses a completely different kernel...

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 22 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group