[fedora-arm] Is support for Utilite envisioned?

Steven Falco stevenfalco at gmail.com
Fri Jul 3 19:05:33 UTC 2015


On 07/03/2015 01:53 PM, Steven Falco wrote:
> On 07/03/2015 01:02 PM, Peter Robinson wrote:
>> Grab the latest rawhide fedora-arm-installer and that should have the
>> Utilite as an option to flash. It's called cm_fx6
> 
> Interesting.  I just tried fedora-arm-installer-1.99.3-1.fc23, which you
> just built today.  However, I couldn't even get out of the SPL:
> 
> U-Boot SPL 2015.07-rc3 (Jul 03 2015 - 01:16:44)
> Booting from MMC
> spl: mmc: no boot mode left to try
> ### ERROR ### Please RESET the board ###
> 
> I noticed that /usr/share/fedora-arm-installer/boards.d/cm_fx6 was
> writing u-boot.img with seek=69.  The manual process I originally used
> had seek=64.
> 
> As an experiment, I modified /usr/share/fedora-arm-installer/boards.d/cm_fx6
> to use seek=64, and now I get the same result that I had originally (when I
> did everything manually).  I.e. the SPL does chain to u-boot correctly, but
> u-boot hangs before giving a prompt, right after it detects the display.
> 
> So I think seek=64 is more correct, but I'll have to somehow get inside
> u-boot to see why it is hanging.

The crash comes from video_logo() in drivers/video/cfb_console.c.

I added "#undef CONFIG_VIDEO_LOGO" in drivers/video/cfb_console.c
at line 2223 (right before the #ifdef CONFIG_VIDEO_LOGO in that file)
and rebuilt u-boot.

Now I get:

U-Boot SPL 2015.07-rc3 (Jul 03 2015 - 14:59:12)
Booting from MMC


U-Boot 2015.07-rc3 (Jul 03 2015 - 14:59:12 -0400)

CPU:   Freescale i.MX6Q rev1.2 1200 MHz (running at 792 MHz)
Reset cause: POR
Board: CM-FX6
I2C:   ready
DRAM:  2 GiB
NAND:  0 MiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
SF: Detected SST25VF016B with page size 256 Bytes, erase size 4 KiB, total 2 MiB
No panel detected: default to HDMI
Display: HDMI (1024x768)
In:    serial
Out:   serial
Err:   serial
Net:   FEC
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc2 is current device
** Unrecognized filesystem type **
** Unrecognized filesystem type **

So the next challenge is to figure out why I'm getting the "unrecognized
filesystem type".

	Steve



More information about the arm mailing list