Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-13 Thread Robert Deliën
Hi Matthias, I a patch would be welcome. I only need USB and SPI flash for my application. And USB was easy to setup. Currently I am also jiggling around the SPI / SPI flash support. For USB, all you need to do is to configure it in and to copy Marek's clock setup in board_early_init_f for

Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-13 Thread Matthias Fuchs
Robert, On 13.01.2012 11:33, Robert Deliën wrote: Hi Matthias, I a patch would be welcome. I only need USB and SPI flash for my application. And USB was easy to setup. Currently I am also jiggling around the SPI / SPI flash support. For USB, all you need to do is to configure it in and

Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-12 Thread Matthias Fuchs
Hi Fabio, thanks for your details. Some of the discrete switches where messed up. Boot Mode was fine. So now it's working fine. Even the power button is not needed ;-) I still have to investigate a little to get USB recovery working. This does not work out of the box as with Freescale'S initial

Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-12 Thread Fabio Estevam
Hi Matthias, On Thu, Jan 12, 2012 at 8:07 AM, Matthias Fuchs matthias.fu...@esd.eu wrote: Hi Fabio, thanks for your details. Some of the discrete switches where messed up. Boot Mode was fine. So now it's working fine. Even the power button is not needed ;-) I am glad to know it is working

Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-12 Thread Matthias Fuchs
On 12.01.2012 11:15, Fabio Estevam wrote: Hi Matthias, On Thu, Jan 12, 2012 at 8:07 AM, Matthias Fuchs matthias.fu...@esd.eu wrote: Hi Fabio, thanks for your details. Some of the discrete switches where messed up. Boot Mode was fine. So now it's working fine. Even the power button is not

Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-12 Thread Robert Deliën
Hi Matthias, I have a fully functional U-Boot for the mx28evk board: - Both Ethernet ports work - Both MMC slots work - NAND works (if configure in, one MMC slot will be configured out, due to shared pins) - USB works - I2C works - Currently working on SPI It's basically an integration of

Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-12 Thread Matthias Fuchs
Hi Robert, I a patch would be welcome. I only need USB and SPI flash for my application. And USB was easy to setup. Currently I am also jiggling around the SPI / SPI flash support. I only mentioned the 2009.08 u-boot for reference in my initial posting. There was no plan to stay with it - of

Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-11 Thread Fabio Estevam
Hi Matthias, On Wed, Jan 11, 2012 at 12:41 PM, Matthias Fuchs matthias.fu...@esd.eu wrote: Hi Fabio, can you confirm that the current u-boot-imx tree runs fine on the MX28EVK? I tried it but the debug console stays dead. Yes, it works fine. This is what I did: 1) make mx28evk I think

Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-11 Thread Wolfgang Denk
Dear Fabio, In message CAOMZO5C-dUk93S_zptECLKWH=csod3etgvcx5txo5dhusku...@mail.gmail.com you wrote: On my board I don't have to press the power button in order to get the console output. ... Also, I have only tested this on a MX28EVK rev.D board. Our Rev. A board also starts only after

Re: [U-Boot] u-boot-imx on Freescale MX28EVK

2012-01-11 Thread Fabio Estevam
Hi Wolfgang, On Wed, Jan 11, 2012 at 3:55 PM, Wolfgang Denk w...@denx.de wrote: Dear Fabio, In message CAOMZO5C-dUk93S_zptECLKWH=csod3etgvcx5txo5dhusku...@mail.gmail.com you wrote: On my board I don't have to press the power button in order to get the console output. ... Also, I have