
Hi Jean-Christophe,
Jean-Christophe PLAGNIOL-VILLARD wrote:
On 10:24 Fri 27 Mar , Daniel Gorsulowski wrote:
This patch adds support for MEESC board from esd gmbh. The MEESC is based on an Atmel AT91SAM9263 SoC.
Signed-off-by: Daniel Gorsulowski Daniel.Gorsulowski@esd.eu
please rebase your patch against
git://git.denx.de/u-boot-at91.git branch clock
Best Regards, J.
sorry, but my board does not boot by this branch. Followed by the bootstrapper-"RomBOOT"-prompt just some cryptical characters appear. Seems like the cpu clock is not initialized correctly. The board uses an 16.0 Mhz crystal. I configured as followed:
/* ARM asynchronous clock */ #define AT91_CPU_NAME "AT91SAM9263" #define AT91_MAIN_CLOCK 16000000 /* 16.0 MHz crystal */ #define CONFIG_SYS_HZ 1000 /* decrementer freq */
#define CONFIG_MEESC 1 /* Board is esd MEESC */ #define CONFIG_ARM926EJS 1 /* This is an ARM926EJS Core */ #define CONFIG_AT91SAM9263 1 /* It's an AT91SAM9263 SoC*/ #define CONFIG_ARCH_CPU_INIT 1 ...
If I build from git://git.denx.de/u-boot.git branch master after applying my patches, the board boots up correctly.
Best Regards, Daniel