Hi all;
I have been trying without success to change the ARM clock on our custom DM355 EVM derived board from 216 MHz to 270Mz. After some searching it seems the ubl, not u-boot and not the kernel and definitely not userspace is the place to do it. I added a define to device.h (#define DM355_270) to change the multiplier to 270MHz. The ubl builds but when flashed to the board does not start. No console output, nothing.
The chip is clearly marked 270 and our DVEVM chip is clearly marked 216. I'm reluctantly coming to the conclusion that this is not possible. Does anyone have any clues as to what I might try next?
Adrian Edmonds