* [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech?
@ 2012-10-01 14:13 Greg Topmiller
2012-10-01 16:35 ` Fabio Estevam
2012-10-02 10:17 ` Marek Vasut
0 siblings, 2 replies; 7+ messages in thread
From: Greg Topmiller @ 2012-10-01 14:13 UTC (permalink / raw)
To: u-boot
I am using release 2012.07 of u-boot with board type freescale/mx6qarm2. The mx6qarm2 is what is used as the board type in the freescale u-boot delivered with the board. We want to use the main line u-boot 2012.07. To get it working I had to change the serial port and it boots ok. I also noticed sdhc1 and sdhc2 were not being initialized with fsl_esdhc_initialize. I tried to initialize them but it hangs on "mmc rescan". I turned on CONFIG_MMC_TRACE and get the following.
MX6QARM2 U-Boot > mmc rescan
board_mmc_getcd called for FSL_SDHC
MMC: mmc_set_bus_width
MMC: mmc_set_clock
MMC: mmc_go_idle
CMD_SEND:0
ARG 0x00000000
FLAG 0
MMC_RSP_NONE
MMC: mmc_send_if_cond
CMD_SEND:8
ARG 0x000001AA
FLAG 0
FYI, below is some debug output when sdhc1 and sdhc2 are not initialized and doing an mmc rescan.
MX6QARM2 U-Boot > mmc rescan
board_mmc_getcd called for FSL_SDHC
MMC: mmc_set_bus_width
MMC: mmc_set_clock
MMC: mmc_go_idle
CMD_SEND:0
ARG 0x00000000
FLAG 0
MMC_RSP_NONE
MMC: mmc_send_if_cond
CMD_SEND:8
ARG 0x000001AA
FLAG 0
MMC_RSP_R1,5,6,7 0x4FD77E14
MMC: sd_send_op_cond
CMD_SEND:55
ARG 0x00000000
FLAG 0
MMC_RSP_R1,5,6,7 0x00000002
MMC: sd_send_op_cond err -19
CMD_SEND:0
ARG 0x00000000
FLAG 0
MMC_RSP_NONE
CMD_SEND:1
ARG 0x00000000
FLAG 0
MMC_RSP_R3,4 0x00000002
Card did not respond to voltage select!
Any help is much appreciated.
Thanks,
Greg
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech?
2012-10-01 14:13 [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech? Greg Topmiller
@ 2012-10-01 16:35 ` Fabio Estevam
[not found] ` <CEF1C43EC1BF464090308EB428E13600022271@AMEXMB02.ds.jdsu.net>
2012-10-02 10:17 ` Marek Vasut
1 sibling, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2012-10-01 16:35 UTC (permalink / raw)
To: u-boot
On Mon, Oct 1, 2012 at 11:13 AM, Greg Topmiller <Greg.Topmiller@jdsu.com> wrote:
> I am using release 2012.07 of u-boot with board type freescale/mx6qarm2. The mx6qarm2 is what is used as the board type in the freescale u-boot delivered with the board. We want to use the main line u-boot 2012.07. To get it working I had to change the serial port and it boots ok. I also noticed sdhc1 and sdhc2 were not being initialized with fsl_esdhc_initialize. I tried to initialize them but it hangs on "mmc rescan". I turned on
sdhc1 and sdhc2 are not available on mx6qarm2. Only sdhc3 and sdhc4
you can use on this board.
Regards,
Fabio Estevam
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech?
[not found] ` <CEF1C43EC1BF464090308EB428E13600022271@AMEXMB02.ds.jdsu.net>
@ 2012-10-01 17:20 ` Fabio Estevam
[not found] ` <CEF1C43EC1BF464090308EB428E136000222E2@AMEXMB02.ds.jdsu.net>
0 siblings, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2012-10-01 17:20 UTC (permalink / raw)
To: u-boot
On Mon, Oct 1, 2012 at 2:10 PM, Greg Topmiller <Greg.Topmiller@jdsu.com> wrote:
> Hi Fabio,
>
> To clarify, Novtech's NOVPEK board used the mx6qarm2 board type for in the Freescale u-boot which is not the correct board type.
>
> Novtech's NOVPEK board has sdhc1 connected up, not sdhc3 or sdhc4. Do you know of any power or clocking requirements specific to sdhc1 on the mx6?
>
I would suggest you to double check the iomux settings for sdhc1 on this board.
Also, if you post the changes you did for adding support for the
Novpek board it is easier for us to review and maybe come up with some
ideas.
Regards,
Fabio Estevam
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech?
[not found] ` <CEF1C43EC1BF464090308EB428E136000222E2@AMEXMB02.ds.jdsu.net>
@ 2012-10-01 19:09 ` Fabio Estevam
[not found] ` <CEF1C43EC1BF464090308EB428E136000222FE@AMEXMB02.ds.jdsu.net>
0 siblings, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2012-10-01 19:09 UTC (permalink / raw)
To: u-boot
On Mon, Oct 1, 2012 at 4:03 PM, Greg Topmiller <Greg.Topmiller@jdsu.com> wrote:
> Thanks for the hint. I didn't have the pad settings for sdhc1 and sdhc2. I still had some other problems but they were config differences in the include/configs/mx6qarm2.h file.
Is it working now? Would you care to add support for this board in
mainline U-boot?
Regards,
Fabio Estevam
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech?
[not found] ` <CEF1C43EC1BF464090308EB428E136000222FE@AMEXMB02.ds.jdsu.net>
@ 2012-10-01 19:24 ` Fabio Estevam
0 siblings, 0 replies; 7+ messages in thread
From: Fabio Estevam @ 2012-10-01 19:24 UTC (permalink / raw)
To: u-boot
On Mon, Oct 1, 2012 at 4:12 PM, Greg Topmiller <Greg.Topmiller@jdsu.com> wrote:
> Yes, it seems to be working but let me do some more testing. I want to make sure it boots to Linux properly with mmc, Ethernet, and usb. I would need to create a new board name as well. How about mx6qnovpek?
Yes, it looks good.
Regards,
Fabio Estevam
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech?
2012-10-01 14:13 [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech? Greg Topmiller
2012-10-01 16:35 ` Fabio Estevam
@ 2012-10-02 10:17 ` Marek Vasut
2012-10-02 12:05 ` Greg Topmiller
1 sibling, 1 reply; 7+ messages in thread
From: Marek Vasut @ 2012-10-02 10:17 UTC (permalink / raw)
To: u-boot
Dear Greg Topmiller,
> I am using release 2012.07 of u-boot with board type freescale/mx6qarm2.
> The mx6qarm2 is what is used as the board type in the freescale u-boot
> delivered with the board. We want to use the main line u-boot 2012.07.
> To get it working I had to change the serial port and it boots ok. I also
> noticed sdhc1 and sdhc2 were not being initialized with
> fsl_esdhc_initialize. I tried to initialize them but it hangs on "mmc
> rescan". I turned on CONFIG_MMC_TRACE and get the following.
[..]
Do you supply power to the card ?
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech?
2012-10-02 10:17 ` Marek Vasut
@ 2012-10-02 12:05 ` Greg Topmiller
0 siblings, 0 replies; 7+ messages in thread
From: Greg Topmiller @ 2012-10-02 12:05 UTC (permalink / raw)
To: u-boot
Thanks for the response Merek. I got it working. I forgot to set the pad setting for the sdhc pins.
Thanks,
Greg
-----Original Message-----
From: Marek Vasut [mailto:marex at denx.de]
Sent: Tuesday, October 02, 2012 6:18 AM
To: u-boot at lists.denx.de
Cc: Greg Topmiller
Subject: Re: [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech?
Dear Greg Topmiller,
> I am using release 2012.07 of u-boot with board type freescale/mx6qarm2.
> The mx6qarm2 is what is used as the board type in the freescale u-boot
> delivered with the board. We want to use the main line u-boot 2012.07.
> To get it working I had to change the serial port and it boots ok. I
> also noticed sdhc1 and sdhc2 were not being initialized with
> fsl_esdhc_initialize. I tried to initialize them but it hangs on "mmc
> rescan". I turned on CONFIG_MMC_TRACE and get the following.
[..]
Do you supply power to the card ?
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-10-02 12:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 14:13 [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech? Greg Topmiller
2012-10-01 16:35 ` Fabio Estevam
[not found] ` <CEF1C43EC1BF464090308EB428E13600022271@AMEXMB02.ds.jdsu.net>
2012-10-01 17:20 ` Fabio Estevam
[not found] ` <CEF1C43EC1BF464090308EB428E136000222E2@AMEXMB02.ds.jdsu.net>
2012-10-01 19:09 ` Fabio Estevam
[not found] ` <CEF1C43EC1BF464090308EB428E136000222FE@AMEXMB02.ds.jdsu.net>
2012-10-01 19:24 ` Fabio Estevam
2012-10-02 10:17 ` Marek Vasut
2012-10-02 12:05 ` Greg Topmiller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox