TsiChung,<br>Thanks for your reply.&nbsp; I&#39;ll focus my efforts on 1.3.1, adjusting code from the M5271EVB.&nbsp; Through some rather sketchy adjustments, I actually have it compiling now.&nbsp; Here&#39;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.&nbsp; 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) &amp;&amp; (TEXT_BASE == CFG_INT_FLASH_BASE)<br>//.long&nbsp;&nbsp;&nbsp; _start - TEXT_BASE<br><br>(lines 180 - 182)<br>//#if defined(CONFIG_M5282) &amp;&amp; (TEXT_BASE == CFG_INT_FLASH_BASE)<br>//&nbsp;&nbsp;&nbsp; 
move.l&nbsp;&nbsp;&nbsp; #CFG_INT_FLASH_BASE, %d0<br>//#else<br><br>(lines 333 - 336)<br>//#if defined(DEBUG) &amp;&amp; (TEXT_BASE != CFG_INT_FLASH_BASE) &amp;&amp; \<br>&nbsp;&nbsp;&nbsp; defined(CFG_HALT_BEFOR_RAM_JUMP)<br>//&nbsp;&nbsp;&nbsp; halt<br>//#endif<br>
<br>The first two don&#39;t seem too essential, seeing as how I&#39;m not using the M5282, but the last one is somewhat worrying.&nbsp; The issue seems to be that TEXT_BASE is not defined.... all the errors said &quot;no left operand&quot;.&nbsp; I never touched these lines or TEXT_BASE, so I&#39;m not sure what&#39;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&#39;m tempted to try it out on our board, but somewhat un-optimistic about the results.&nbsp; 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>