TsiChung,<br>Thanks for your reply. I'll focus my efforts on 1.3.1, adjusting code from the M5271EVB. Through some rather sketchy adjustments, I actually have it compiling now. Here's what I did in addition to my previous efforts:
<br><br>1. Changed the line in immap.h to #if defined(CONFIG_M5271) || defined(CONFIG_M5275)<br><br>2. Did some un-holy commenting of the following sections in /home/david/u-boot/cpu/mcf52x2/start.S<br><br>(lines 61 - 62)
<br>//#elif defined(CONFIG_M5282) && (TEXT_BASE == CFG_INT_FLASH_BASE)<br>//.long _start - TEXT_BASE<br><br>(lines 180 - 182)<br>//#if defined(CONFIG_M5282) && (TEXT_BASE == CFG_INT_FLASH_BASE)<br>//
move.l #CFG_INT_FLASH_BASE, %d0<br>//#else<br><br>(lines 333 - 336)<br>//#if defined(DEBUG) && (TEXT_BASE != CFG_INT_FLASH_BASE) && \<br> defined(CFG_HALT_BEFOR_RAM_JUMP)<br>// halt<br>//#endif<br>
<br>The first two don't seem too essential, seeing as how I'm not using the M5282, but the last one is somewhat worrying. The issue seems to be that TEXT_BASE is not defined.... all the errors said "no left operand". I never touched these lines or TEXT_BASE, so I'm not sure what's going on here.
<br><br>2. added board/m5275evb and copied files from board/m5271evb, renaming m5271evb.c to m5275evb.c.<br><br>I'm tempted to try it out on our board, but somewhat un-optimistic about the results. If it does screw things up, I should be able to re-flash the dBug firmware with CF Flasher, correct?
<br><br>Let me know when you have had a look at it.<br>Thanks.<br><br>-David<br>[ Rhythm Reloaded ]<br><a href="http://www.rhythmreloaded.com">www.rhythmreloaded.com</a><br>