
Hi Michael,
On Wed, Jul 4, 2012 at 10:29 AM, Hornung, Michael mhornung@init-ka.de wrote:
$ make mx35pdk $ cp board/freescale/mx51evk/imximage.cfg board/freescale/mx35pdk/
This is not correct. You can not use the DDR settings from mx51evk directly into mx35pdk.
You would need to create a imximage.cfg for mx35pdk.
Take a look at Freescale U-boot as a reference: http://opensource.freescale.com/git?p=imx/uboot-imx.git;a=blob;f=board/frees...
With these values you can create a correct imximage.cfg file for mx35pdk.
Currently mx35pdk does not support internal boot mode and that is the reason you don't find a imximage currently.
So my suggestion for you is to try to boot from internal boot mode first. Try booting from SD card first as this would be easier.
Once you managed to boot from SD card, you will be also able to boot it from SPI NOR.
Regards,
Fabio Estevam