Hello guys,<div>After  <span class="Apple-style-span" style="font-family:monospace;font-size:13px;line-height:14px;white-space:pre">dd if=barebox.bin of=/dev/sdb bs=512 and </span><span class="Apple-style-span" style="font-family:monospace;font-size:13px;line-height:14px;white-space:pre">dd if=arch/arm/boot/uImage of=/dev/sdb bs=512 seek=768 i am getting</span></div>
<div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="line-height:14px;white-space:pre"><br></span></font></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="line-height:14px;white-space:pre">Board: Freescale i.MX53 LOCO
registered netconsole as cs1
eth@eth0: got MAC address from EEPROM: 00:04:9F:01:B4:5B
mci@mci0: No partition table found
Cannot reset the SD/MMC interface
Malloc space: 0x7df00000 -> 0x7fefffff (size 32 MB)
Stack space : 0x7def8000 -> 0x7df00000 (size 32 kB)
envfs: wrong magic on /dev/env0
no valid environment found on /dev/env0. Using default environment
running /env/bin/init...

Hit any key to stop autoboot:  1
phy0: Link is up - 100/Full
T DHCP client bound to address 128.224.168.167
TFTP from server 128.224.168.11 ('zImage-loco' -> '/image')</span></font><span class="Apple-style-span" style="font-family:monospace;font-size:13px;line-height:14px;white-space:pre">
</span></div><div><span class="Apple-style-span" style="font-family:monospace;font-size:13px;line-height:14px;white-space:pre"><br></span></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="line-height:14px;white-space:pre">Wasn't the board suppose to boot from sd card by default?</span></font></div>
<div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="line-height:14px;white-space:pre"><br></span></font></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="line-height:14px;white-space:pre">Also, i have another question. I want to replace </span></font></div>
<div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="line-height:14px;white-space:pre"><div><br></div><div>/* call start_barebox with its absolute address */</div><div>        r = (unsigned int)&start_barebox;</div>
<div>        __asm__ __volatile__("mov pc, %0" : : "r"(r));</div><div><br></div><div>&start_barebox with the actual address of the uImage practically to skip all the barebox part and </div><div>boot only with the minimal CPU and memory setup. What do you think? </div>
<div>Regards,</div><div>George.</div></span></font></div>