Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2016 17:15:14 +0100
From:      =?utf-8?Q?Martin_Waschb=C3=BCsch?= <martin@waschbuesch.de>
To:        freebsd-arm@freebsd.org
Subject:   FreeBSD on Utilite (revisited)
Message-ID:  <8262C265-A9F6-4336-9A33-4A97BE7451F6@waschbuesch.de>

next in thread | raw e-mail | index | archive | help
Hi there,

I just submitted a new port u-boot-utilite (waiting for commit - in case =
anyone with that bit set reads this *g*) that creates u-boot for utilite =
and utilite pro with the ubldr required options set:

#define CONFIG_API
#define CONFIG_CMD_ELF
#define CONFIG_SYS_MMC_MAX_DEVICE 1

With this, I can finally get my utilite to load ubldr using:

** snip **
CM-FX6 # fatload mmc 2 $loadaddr ubldr
reading ubldr
252282 bytes read in 30 ms (8 MiB/s)
CM-FX6 # bootelf
** snip **

ubldr starts up, but then all I get is errors:

** snip **
## Starting application at 0x10800054 ...
Consoles: U-Boot console =20
Compatible U-Boot API signature found @8f5587b0

FreeBSD/armv6 U-Boot loader, Revision 1.2
(root@crochet.waschbuesch.it, Sat Feb 27 17:25:09 CET 2016)

DRAM: 2048MB
Card did not respond to voltage select!
Card did not respond to voltage select!
MMC Device 3 not found
Card did not respond to voltage select!
Card did not respond to voltage select!
Card did not respond to voltage select!
MMC Device 3 not found
Card did not respond to voltage select!
Card did not respond to voltage select!
MMC Device 3 not found
Card did not respond to voltage select!
Card did not respond to voltage select!
MMC Device 3 not found
Card did not respond to voltage select!
Card did not respond to voltage select!
MMC Device 3 not found
Card did not respond to voltage select!
Card did not respond to voltage select!
MMC Device 3 not found
Number of U-Boot devices: 2
U-Boot env: loaderdev not set, will probe all devices.
Found U-Boot device: disk
  Probing all disk devices...
  Checking unit=3D0 slice=3D<auto> partition=3D<auto>...Card did not =
respond to voltage select!
Card did not respond to voltage select!
MMC Device 3 not found
disk0: read failed, error=3D1

  Checking unit=3D1 slice=3D<auto> partition=3D<auto>...
  Checking unit=3D2 slice=3D<auto> partition=3D<auto>...
  Checking unit=3D3 slice=3D<auto> partition=3D<auto>...
  Checking unit=3D4 slice=3D<auto> partition=3D<auto>...
  Checking unit=3D5 slice=3D<auto> partition=3D<auto>...
Found U-Boot device: net
** snip **

What I do know: The device has both, mmc and mSATA. Which does disk0 =
refer to?
Also, I tried playing around with u-boot env $loaderdev, but to no =
avail.

Any and all help is appreciated!

Martin=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8262C265-A9F6-4336-9A33-4A97BE7451F6>