From: jojo <rjiejie@gmail.com>
To: Daiane Angolini <daiane.angolini@freescale.com>
Cc: meta-freescale@yoctoproject.org
Subject: 回复: 回复: MX53QSB-R can not boot from microSD
Date: Wed, 30 Oct 2013 10:14:13 +0800 [thread overview]
Message-ID: <F5DCE0811257495985AC189BD20F2DB7@gmail.com> (raw)
In-Reply-To: <526F8BFB.9080204@freescale.com>
[-- Attachment #1: Type: text/plain, Size: 3933 bytes --]
Hi,
I use the command like you to copy image besides failing as bellow also,
i think about u-boot does not recognize the microSD really, and there is no
normal SD adapter in my IMX53QSB :(
i just have microSD in my board ….any ideal about this ?
BTW, my microSD is "SanDisk 4GB class 4"
U-Boot 2013.10 (Oct 28 2013 - 17:28:17)
Board: MX53 LOCO
I2C: ready
DRAM: 1 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
MMC: no card present
MMC init failed
Using default environment
In: serial
Out: serial
Err: serial
CPU: Freescale i.MX53 family rev2.1 at 1000 MHz
Reset cause: POR
Net: FEC
Warning: failed to set MAC address
Hit any key to stop autoboot: 0
MMC: no card present
mmc0(part 0) is current device
MMC: no card present
Booting from net ...
*** ERROR: `ethaddr' not set
*** ERROR: `ethaddr' not set
Wrong Image Format for bootm command
ERROR: can't get kernel image!
MX53LOCO U-Boot >
Thanks,
- Jojo
在 2013年10月29日星期二,下午6:20,Daiane Angolini 写道:
> On 10/29/2013 01:07 AM, jojo wrote:
> > Hi,
> > I use the command "sudo dd
> > if=fsl-image-gui-imx53qsb-20131024020930.rootfs.sdcard of=/dev/sdb
> > bs=1M" to put image in to microSD,
> > is it right about for my step to burning SD image into microSD ?
> >
>
>
> Hi Jojo
>
> I copy using:
>
> sudo dd if=fsl-image-gui-imx53qsb-20131024020930.rootfs.sdcard of=/dev/sdb
>
>
>
> Daiane
> >
> > BTW, what's your step of burning ? i think about my command is wrong :(
> >
> > Thanks,
> >
> > - Jojo
> >
> > 在 2013年10月28日星期一,下午11:07,Daiane Angolini 写道:
> >
> > > On 10/28/2013 09:22 AM, jojo wrote:
> > > > Hi
> > > > Help ….
> > > >
> > > > no none met this issue ?
> > > U-Boot 2013.10 (Oct 28 2013 - 10:51:11)
> > >
> > > Board: MX53 LOCO
> > > I2C: ready
> > > DRAM: 1 GiB
> > > MMC: FSL_SDHC: 0, FSL_SDHC: 1
> > >
> > >
> > > I tested with core-image-base, and I was able to reach the user-space
> > > prompt.
> > >
> > > Daiane
> > >
> > >
> > > > OMG...
> > > >
> > > > Thanks,
> > > >
> > > > - Jojo
> > > >
> > > > 在 2013年10月25日星期五,下午3:44,jojo 写道:
> > > >
> > > > > Hi,
> > > > > I use microSD to boot my board,
> > > > >
> > > > > and i have done two microSD card,
> > > > > either of them is failed :(
> > > > >
> > > > > Thanks,
> > > > >
> > > > > - Jojo
> > > > >
> > > > > 在 2013年10月25日星期五,下午3:18,Eric Bénard 写道:
> > > > >
> > > > > > Hi Jojo,
> > > > > >
> > > > > > Le Fri, 25 Oct 2013 14:49:31 +0800,
> > > > > > jojo <rjiejie@gmail.com <mailto:rjiejie@gmail.com>> a écrit :
> > > > > > > I rebuild the imx53qsb completely and boot failed also as bellow :
> > > > > > >
> > > > > > > and i do not change anything about for yocto dora except DL_DIR to
> > > > > > > redirect to "DL_DIR = "${TOPDIR}/../../downloads""
> > > > > > >
> > > > > > > U-Boot 2013.10-rc3 (Oct 25 2013 - 13:28:32)
> > > > > > >
> > > > > > > Board: MX53 LOCO
> > > > > > > I2C: ready
> > > > > > > DRAM: 1 GiB
> > > > > > > MMC: FSL_SDHC: 0, FSL_SDHC: 1
> > > > > > > MMC: no card present
> > > > > > > MMC init failed
> > > > > > >
> > > > > >
> > > > > >
> > > > > > can you try with an other SDCard it seems u-boot fails to initialize
> > > > > > this one.
> > > > > > I'll try dora on MX53QSB asap.
> > > > > >
> > > > > > Eric
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > meta-freescale mailing list
> > > > meta-freescale@yoctoproject.org <mailto:meta-freescale@yoctoproject.org>
> > > > https://lists.yoctoproject.org/listinfo/meta-freescale
> > > >
> > >
> > >
> > >
> > > --
> > > Daiane
> > >
> >
> >
>
>
>
> --
> Daiane
>
>
[-- Attachment #2: Type: text/html, Size: 6093 bytes --]
next prev parent reply other threads:[~2013-10-30 2:14 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-24 4:46 IMX53QSB-R can not boot from microSD jojo
2013-10-24 7:13 ` Eric Bénard
2013-10-25 6:49 ` 回复: " jojo
2013-10-25 7:18 ` Eric Bénard
2013-10-25 7:44 ` jojo
2013-10-28 11:22 ` jojo
2013-10-28 15:07 ` Daiane Angolini
2013-10-29 3:07 ` 回复: 回复: MX53QSB-R " jojo
2013-10-29 10:20 ` 回复: 回复: IMX53QSB-R " Daiane Angolini
2013-10-30 2:14 ` jojo [this message]
2013-10-30 11:40 ` Otavio Salvador
2013-10-30 11:43 ` Fabio Estevam
2013-10-29 15:03 ` Jose Mª Ferreiro
2013-10-29 15:12 ` Daiane Angolini
2013-10-29 15:41 ` Mario Domenech Goulart
2013-10-28 11:54 ` Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=F5DCE0811257495985AC189BD20F2DB7@gmail.com \
--to=rjiejie@gmail.com \
--cc=daiane.angolini@freescale.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.