<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Arial'; COLOR: #000000; FONT-SIZE: 10pt">
<DIV>“UBOOT2 JMP ” is what displays during bootup using VirtualBox.</DIV>
<DIV>This is after compiling with:</DIV>
<DIV>export ARCH=x86</DIV>
<DIV>make generic_defconfig</DIV>
<DIV>make</DIV>
<DIV>fdisk /dev/sdb...partition...mkfs.ext2 /dev/sdb1</DIV>
<DIV>./scripts/setupmbr/setupmbr –s 32 –m ./barebox.bin –d /dev/sdb</DIV>
<DIV> </DIV>
<DIV>I think there may be something I’m missing after “setupmbr” or I need to 
change a config value after setting “generic_defconfig”.</DIV>
<DIV>My end goal is to use barebox on my ODroid. I was “somewhat” familiar with 
syslinux but learned it doesn’t support ARM. I learned that Samsung Exynos in 
the ODroid uses UBoot and that barebox is the next evolution of uboot. I’m 
hoping it will be forward compatible (uboot in SoC calls barebox in MBR of SD 
which calls my linux kernel in SD partition).</DIV></DIV></DIV></BODY></HTML>