* IMX53QSB-R can not boot from microSD
@ 2013-10-24 4:46 jojo
2013-10-24 7:13 ` Eric Bénard
2013-10-28 11:54 ` Fabio Estevam
0 siblings, 2 replies; 16+ messages in thread
From: jojo @ 2013-10-24 4:46 UTC (permalink / raw)
To: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]
Hi,
This board is supported by yocto project ?
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, and
i use the command "MACHINE=imx53qsb source setup-environment build-imx53qsb"
to create the fsl-image-gui to boot, some error is reported as bellow :
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!
i reference the doc "i.MX53_START_Linux_BSP_UserGuide.pdf" to set microSD parameters in boot line as bellow:
MX53LOCO U-Boot > setenv bootargs_base 'setenv bootargs console=ttymxc0,115200'
MX53LOCO U-Boot > setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw video=mxcdi1fb:GBR24,VGA-XGA di1_primary vga'
MX53LOCO U-Boot > setenv bootcmd_mmc 'run bootargs_base bootargs_mmc;mmc dev 0;mmc read ${loadaddr} 0x800 0x1800;bootm'
MX53LOCO U-Boot > setenv bootcmd 'run bootcmd_mmc'
MX53LOCO U-Boot > saveenv
Saving Environment to MMC...
MMC: no card present
MMC init failed
MX53LOCO U-Boot > run bootcmd
MMC: no card present
mmc0(part 0) is current device
MMC read: dev # 0, block # 2048, count 6144 ... MMC: no card present
MMC: block number 0x2000 exceeds max(0x0)
0 blocks read: ERROR
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Anyone have any idea for this issue ?
Thanks,
- Jojo
[-- Attachment #2: Type: text/html, Size: 2797 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: IMX53QSB-R can not boot from microSD 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-28 11:54 ` Fabio Estevam 1 sibling, 1 reply; 16+ messages in thread From: Eric Bénard @ 2013-10-24 7:13 UTC (permalink / raw) To: jojo; +Cc: meta-freescale Hi Jojo, Le Thu, 24 Oct 2013 12:46:12 +0800, jojo <rjiejie@gmail.com> a écrit : > This board is supported by yocto project ? > yes > Anyone have any idea for this issue ? > don't change anything on the environment the image generated by Yocto is ready to boot and not in sync with i.MX53_START_Linux_BSP_UserGuide.pdf which is LTIB based. Eric ^ permalink raw reply [flat|nested] 16+ messages in thread
* 回复: IMX53QSB-R can not boot from microSD 2013-10-24 7:13 ` Eric Bénard @ 2013-10-25 6:49 ` jojo 2013-10-25 7:18 ` Eric Bénard 0 siblings, 1 reply; 16+ messages in thread From: jojo @ 2013-10-25 6:49 UTC (permalink / raw) To: Eric Bénard; +Cc: meta-freescale [-- Attachment #1: Type: text/plain, Size: 1400 bytes --] Hi, 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 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 > BTW, my board is IMX53-START-R Thanks, - Jojo 在 2013年10月24日星期四,下午3:13,Eric Bénard 写道: > Hi Jojo, > > Le Thu, 24 Oct 2013 12:46:12 +0800, > jojo <rjiejie@gmail.com (mailto:rjiejie@gmail.com)> a écrit : > > This board is supported by yocto project ? > > yes > > > Anyone have any idea for this issue ? > don't change anything on the environment the image generated by Yocto > is ready to boot and not in sync with > i.MX53_START_Linux_BSP_UserGuide.pdf which is LTIB based. > > Eric [-- Attachment #2: Type: text/html, Size: 2758 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 回复: IMX53QSB-R can not boot from microSD 2013-10-25 6:49 ` 回复: " jojo @ 2013-10-25 7:18 ` Eric Bénard 2013-10-25 7:44 ` jojo 2013-10-29 15:03 ` Jose Mª Ferreiro 0 siblings, 2 replies; 16+ messages in thread From: Eric Bénard @ 2013-10-25 7:18 UTC (permalink / raw) To: jojo; +Cc: meta-freescale Hi Jojo, Le Fri, 25 Oct 2013 14:49:31 +0800, jojo <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 ^ permalink raw reply [flat|nested] 16+ messages in thread
* 回复: IMX53QSB-R can not boot from microSD 2013-10-25 7:18 ` Eric Bénard @ 2013-10-25 7:44 ` jojo 2013-10-28 11:22 ` jojo 2013-10-29 15:03 ` Jose Mª Ferreiro 1 sibling, 1 reply; 16+ messages in thread From: jojo @ 2013-10-25 7:44 UTC (permalink / raw) To: Eric Bénard; +Cc: meta-freescale [-- Attachment #1: Type: text/plain, Size: 882 bytes --] 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 [-- Attachment #2: Type: text/html, Size: 1955 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* 回复: IMX53QSB-R can not boot from microSD 2013-10-25 7:44 ` jojo @ 2013-10-28 11:22 ` jojo 2013-10-28 15:07 ` Daiane Angolini 0 siblings, 1 reply; 16+ messages in thread From: jojo @ 2013-10-28 11:22 UTC (permalink / raw) To: Eric Bénard; +Cc: meta-freescale [-- Attachment #1: Type: text/plain, Size: 1114 bytes --] Hi Help …. no none met this issue ? 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 > [-- Attachment #2: Type: text/html, Size: 2786 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 回复: IMX53QSB-R can not boot from microSD 2013-10-28 11:22 ` jojo @ 2013-10-28 15:07 ` Daiane Angolini 2013-10-29 3:07 ` 回复: 回复: MX53QSB-R " jojo 0 siblings, 1 reply; 16+ messages in thread From: Daiane Angolini @ 2013-10-28 15:07 UTC (permalink / raw) To: jojo, Eric Bénard; +Cc: meta-freescale 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 > https://lists.yoctoproject.org/listinfo/meta-freescale > -- Daiane ^ permalink raw reply [flat|nested] 16+ messages in thread
* 回复: 回复: MX53QSB-R can not boot from microSD 2013-10-28 15:07 ` Daiane Angolini @ 2013-10-29 3:07 ` jojo 2013-10-29 10:20 ` 回复: 回复: IMX53QSB-R " Daiane Angolini 0 siblings, 1 reply; 16+ messages in thread From: jojo @ 2013-10-29 3:07 UTC (permalink / raw) To: Daiane Angolini; +Cc: meta-freescale [-- Attachment #1: Type: text/plain, Size: 2267 bytes --] 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 ? 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 > > [-- Attachment #2: Type: text/html, Size: 3834 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 回复: 回复: IMX53QSB-R can not boot from microSD 2013-10-29 3:07 ` 回复: 回复: MX53QSB-R " jojo @ 2013-10-29 10:20 ` Daiane Angolini 2013-10-30 2:14 ` 回复: 回复: MX53QSB-R " jojo 0 siblings, 1 reply; 16+ messages in thread From: Daiane Angolini @ 2013-10-29 10:20 UTC (permalink / raw) To: jojo; +Cc: meta-freescale 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 ^ permalink raw reply [flat|nested] 16+ messages in thread
* 回复: 回复: MX53QSB-R can not boot from microSD 2013-10-29 10:20 ` 回复: 回复: IMX53QSB-R " Daiane Angolini @ 2013-10-30 2:14 ` jojo 2013-10-30 11:40 ` 回复: 回复: IMX53QSB-R " Otavio Salvador 2013-10-30 11:43 ` Fabio Estevam 0 siblings, 2 replies; 16+ messages in thread From: jojo @ 2013-10-30 2:14 UTC (permalink / raw) To: Daiane Angolini; +Cc: meta-freescale [-- 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 --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 回复: 回复: IMX53QSB-R can not boot from microSD 2013-10-30 2:14 ` 回复: 回复: MX53QSB-R " jojo @ 2013-10-30 11:40 ` Otavio Salvador 2013-10-30 11:43 ` Fabio Estevam 1 sibling, 0 replies; 16+ messages in thread From: Otavio Salvador @ 2013-10-30 11:40 UTC (permalink / raw) To: jojo; +Cc: meta-freescale@yoctoproject.org Hello, On Wed, Oct 30, 2013 at 12:14 AM, jojo <rjiejie@gmail.com> wrote: > 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 > Did you try replacing your uSD card? This is an indication of uSD card or connector problems (more likely the first). U-Boot is failing to 'see' your card. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 回复: 回复: IMX53QSB-R can not boot from microSD 2013-10-30 2:14 ` 回复: 回复: MX53QSB-R " jojo 2013-10-30 11:40 ` 回复: 回复: IMX53QSB-R " Otavio Salvador @ 2013-10-30 11:43 ` Fabio Estevam 1 sibling, 0 replies; 16+ messages in thread From: Fabio Estevam @ 2013-10-30 11:43 UTC (permalink / raw) To: jojo; +Cc: meta-freescale@yoctoproject.org On Wed, Oct 30, 2013 at 12:14 AM, jojo <rjiejie@gmail.com> wrote: > 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 Can previous versions of U-boot detect your card? Regards, Fabio Estevam ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 回复: IMX53QSB-R can not boot from microSD 2013-10-25 7:18 ` Eric Bénard 2013-10-25 7:44 ` jojo @ 2013-10-29 15:03 ` Jose Mª Ferreiro 2013-10-29 15:12 ` Daiane Angolini 1 sibling, 1 reply; 16+ messages in thread From: Jose Mª Ferreiro @ 2013-10-29 15:03 UTC (permalink / raw) To: meta-freescale El 25/10/2013 9:18, Eric Bénard escribió: > Hi Jojo, > > Le Fri, 25 Oct 2013 14:49:31 +0800, > jojo <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 > https://lists.yoctoproject.org/listinfo/meta-freescale Hello A similar problem here: just a week ago, we got a imx6qsabresd board. We compiled a image for it and burn it into a microSD (with adapter). u-boot does not recognize the card. We burned it into a normal SD card and the board started well. It seems as if u-boot does not recognize the microSD card. Thank you ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 回复: IMX53QSB-R can not boot from microSD 2013-10-29 15:03 ` Jose Mª Ferreiro @ 2013-10-29 15:12 ` Daiane Angolini 2013-10-29 15:41 ` Mario Domenech Goulart 0 siblings, 1 reply; 16+ messages in thread From: Daiane Angolini @ 2013-10-29 15:12 UTC (permalink / raw) To: Jose Mª Ferreiro, meta-freescale On 10/29/2013 01:03 PM, Jose Mª Ferreiro wrote: > > El 25/10/2013 9:18, Eric Bénard escribió: >> Hi Jojo, >> >> Le Fri, 25 Oct 2013 14:49:31 +0800, >> jojo <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 >> https://lists.yoctoproject.org/listinfo/meta-freescale > > Hello > > A similar problem here: just a week ago, we got a imx6qsabresd board. We > compiled a image for it and burn it into a microSD (with adapter). > u-boot does not recognize the card. We burned it into a normal SD card > and the board started well. > > It seems as if u-boot does not recognize the microSD card. I've been using microSD for imx53qsb with u-boot mainline since 2 years ago, and I have never faced this problem. Sometimes I need to hardreset (unplug power supply) because some QSB does not have a good reset button, but microsd always worked for me > > Thank you > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale -- Daiane ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 回复: IMX53QSB-R can not boot from microSD 2013-10-29 15:12 ` Daiane Angolini @ 2013-10-29 15:41 ` Mario Domenech Goulart 0 siblings, 0 replies; 16+ messages in thread From: Mario Domenech Goulart @ 2013-10-29 15:41 UTC (permalink / raw) To: Daiane Angolini; +Cc: meta-freescale Hi, On Tue, 29 Oct 2013 13:12:21 -0200 Daiane Angolini <daiane.angolini@freescale.com> wrote: > On 10/29/2013 01:03 PM, Jose Mª Ferreiro wrote: >> >> El 25/10/2013 9:18, Eric Bénard escribió: >>> >>> Le Fri, 25 Oct 2013 14:49:31 +0800, jojo <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. >> >> A similar problem here: just a week ago, we got a imx6qsabresd >> board. We compiled a image for it and burn it into a microSD (with >> adapter). u-boot does not recognize the card. We burned it into a >> normal SD card and the board started well. >> >> It seems as if u-boot does not recognize the microSD card. > > I've been using microSD for imx53qsb with u-boot mainline since 2 > years ago, and I have never faced this problem. > > Sometimes I need to hardreset (unplug power supply) because some QSB > does not have a good reset button, but microsd always worked for me I once had problems with an SD card adapter. Don't remember which board it was, but just replacing the adapter did the trick. Best wishes. Mario -- http://www.ossystems.com.br ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: IMX53QSB-R can not boot from microSD 2013-10-24 4:46 IMX53QSB-R can not boot from microSD jojo 2013-10-24 7:13 ` Eric Bénard @ 2013-10-28 11:54 ` Fabio Estevam 1 sibling, 0 replies; 16+ messages in thread From: Fabio Estevam @ 2013-10-28 11:54 UTC (permalink / raw) To: jojo; +Cc: meta-freescale@yoctoproject.org On Thu, Oct 24, 2013 at 2:46 AM, jojo <rjiejie@gmail.com> wrote: > Hi, > This board is supported by yocto project ? > > 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, and > > i use the command "MACHINE=imx53qsb source setup-environment build-imx53qsb" > > to create the fsl-image-gui to boot, some error is reported as bellow : > > 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 I would suggest you to debug why you get 'MMC: no card present'. Regards, Fabio Estevam ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2013-10-30 11:43 UTC | newest] Thread overview: 16+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 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 ` 回复: 回复: MX53QSB-R " jojo 2013-10-30 11:40 ` 回复: 回复: IMX53QSB-R " 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
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.