Hello! I solved the problem with Yamon compiling I asked recently, but still have technical related questions about Yamon linking & code allocating in memory. Here it is. When I compile little-endian only image, as far as I understood, I got image without RESET code at the beginning, so according to the memory map and link script (link_el.xn) - starting entry point is __RESET_HANDLER_END (locating in init.S) and its address is 0x9fc10000. So, I don't quite understand, how will be going after CPU reset? As documentation's saying "following a reset, hardware fetches instructions starting at the reset exception vector 0xBFC00000". But what is waiting at this address, because reset code (reset.S) is not compiled and is not linked? Could you please make it clear to me? Thanks in advance! With best regards, Roman Mashak. E-mail: mrv@xxxxxxxx