* flashing arago onto beaglebone black emmc
@ 2013-08-21 21:36 Nick Gart
2013-08-23 0:58 ` Christian Gagneraud
0 siblings, 1 reply; 2+ messages in thread
From: Nick Gart @ 2013-08-21 21:36 UTC (permalink / raw)
To: meta-arago
[-- Attachment #1: Type: text/plain, Size: 2422 bytes --]
Sorry, I am not sure if my first e-mail went through since I wasn't
subscribed to the list, please ignore if this is a duplicate.
I'm trying to flash ti-sdk-am335x-evm-06.00.00.00 to the eMMC of a beagle
bone black.
I believe I'm successfully partitioning and flashing it, using angstrom's
emmc flashing script(
https://raw.github.com/beagleboard/meta-beagleboard/master/contrib/bone-flash-tool/emmc.sh)
but upon boot I get the following output:
U-Boot SPL 2013.01.01 (Aug 20 2013 - 17:14:40)
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split,
HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split,
HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
OMAP SD/MMC: 0
mmc_send_cmd : timeout: No status update
reading u-boot.img
reading u-boot.img
U-Boot 2013.01.01 (Aug 20 2013 - 17:14:40)
I2C: ready
DRAM: 512 MiB
WARNING: Caches not enabled
NAND: No NAND device found!!!
0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split,
HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split,
HB-ISO Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net: <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot: 1 ... 0
mmc_send_cmd : timeout: No status update
Card did not respond to voltage select!
mmc0(part 0) is current device
mmc_send_cmd : timeout: No status update
Card did not respond to voltage select!
Booting from nand ...
no devices available
Wrong Image Format for bootm command
ERROR: can't get kernel image!
U-Boot#
Any ideas on how to proceed?
[-- Attachment #2: Type: text/html, Size: 3919 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: flashing arago onto beaglebone black emmc
2013-08-21 21:36 flashing arago onto beaglebone black emmc Nick Gart
@ 2013-08-23 0:58 ` Christian Gagneraud
0 siblings, 0 replies; 2+ messages in thread
From: Christian Gagneraud @ 2013-08-23 0:58 UTC (permalink / raw)
To: meta-arago
On 22/08/13 09:36, Nick Gart wrote:
>
> Sorry, I am not sure if my first e-mail went through since I wasn't
> subscribed to the list, please ignore if this is a duplicate.
>
> I'm trying to flash ti-sdk-am335x-evm-06.00.00.00 to the eMMC of a
> beagle bone black.
> I believe I'm successfully partitioning and flashing it, using
> angstrom's emmc flashing
> script(https://raw.github.com/beagleboard/meta-beagleboard/master/contrib/bone-flash-tool/emmc.sh)
Are you running this script from an external SD/MMC card? I assume so,
Do you have a log? Did you run this script unmodified?
> but upon boot I get the following output:
>
>
> U-Boot SPL 2013.01.01 (Aug 20 2013 - 17:14:40)
It seems the processor was able to load MLO, which in turn loads u-boot
SPL, but where from? Is your external MMC still in at that stage?
If not, then at least up to there, stuff have been loaded from your eMMC
VFAT boot partition.
> musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split,
> HB-ISO Rx, HB-ISO Tx, SoftConn)
> musb-hdrc: MHDRC RTL version 2.0
> musb-hdrc: setup fifo_mode 4
> musb-hdrc: 28/31 max ep, 16384/16384 memory
> USB Peripheral mode controller at 47401000 using PIO, IRQ 0
> musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split,
> HB-ISO Rx, HB-ISO Tx, SoftConn)
> musb-hdrc: MHDRC RTL version 2.0
> musb-hdrc: setup fifo_mode 4
> musb-hdrc: 28/31 max ep, 16384/16384 memory
> USB Host mode controller at 47401800 using PIO, IRQ 0
> OMAP SD/MMC: 0
One (e)MMC instance for u-boot SPL (while "full" u-boot sees 2, see
below)...
> mmc_send_cmd : timeout: No status update
I'm not sure if it's the beginning of your problems, but it seems u-boot
SPL is having some trouble with (e)MMC ...
> reading u-boot.img
> reading u-boot.img
>
>
> U-Boot 2013.01.01 (Aug 20 2013 - 17:14:40)
... but anyway, u-boot SPL was able to load and run a "full" u-boot,
again, is it from eMMC? If so, this is looking good.
>
> I2C: ready
> DRAM: 512 MiB
> WARNING: Caches not enabled
> NAND: No NAND device found!!!
> 0 MiB
> MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
2 (e)MMC instances for "full" u-boot (u-boot SPL had only one), looks
good to me so far.
> *** Warning - readenv() failed, using default environment
If you don't have a uEnv.txt on your boot partition, then this message
can be ignored, if you have one, it means that u-boot couldn't read it
>
> musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split,
> HB-ISO Rx, HB-ISO Tx, SoftConn)
> musb-hdrc: MHDRC RTL version 2.0
> musb-hdrc: setup fifo_mode 4
> musb-hdrc: 28/31 max ep, 16384/16384 memory
> USB Peripheral mode controller at 47401000 using PIO, IRQ 0
> musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split,
> HB-ISO Rx, HB-ISO Tx, SoftConn)
> musb-hdrc: MHDRC RTL version 2.0
> musb-hdrc: setup fifo_mode 4
> musb-hdrc: 28/31 max ep, 16384/16384 memory
> USB Host mode controller at 47401800 using PIO, IRQ 0
> Net: <ethaddr> not set. Validating first E-fuse MAC
> cpsw, usb_ether
> Hit any key to stop autoboot: 1 ... 0
> mmc_send_cmd : timeout: No status update
> Card did not respond to voltage select!
> mmc0(part 0) is current device
> mmc_send_cmd : timeout: No status update
> Card did not respond to voltage select!
The eMMC isn't detected, or maybe it's your empty external MMC slot, or
both, can't tell, I'm not familiar with this :(
> Booting from nand ...
And the BB black doesn't have NAND!
>
> no devices available
> Wrong Image Format for bootm command
> ERROR: can't get kernel image!
> U-Boot#
Game over!
>
> Any ideas on how to proceed?
Did you have a look at u-boot and u-boot SPL source code, especially the
(e)MMC stuff?
My half-a-cent.
Chris
PS: Can you send plain text email please? See
http://catb.org/~esr/faqs/smart-questions.html#formats
>
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-23 0:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21 21:36 flashing arago onto beaglebone black emmc Nick Gart
2013-08-23 0:58 ` Christian Gagneraud
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.