|
Hi,
Do you know why there are the EBOOT_LowLevelInit() (at init_at91sam9263.c) calls OEMInitDebugSerial twice? Once before SetProcessorAndMasterClocks and once after? I have a custom AT91SAM9263 board with 18MHz oscillator instead of the 16MHz crystal on AT91SAM9263EK. Firstboot works fine without any changes and the serial port output looks fine. But for Eboot, the serial terminal displays dummy characters first before displaying "Press [ENTER] to download now or [SPACE] to cancel." correctly. I think the OEMInitDebugSerial before SetProcessorAndMasterClocks is causing the dummy characters. Is that right?
Thanks, Derek
|