Hello,
I have been creating my Linux environment over the past day or two and successfully building uboot, ramdisk, linux, fsbl, and dtb. One thing I have noticed is that when I build uboot with the instructions on the wiki, it creates uboot.bin and not an elf file, but I am not really at that point yet.
I have a microzed board that I can boot and use in tera term with whatever is loaded from Avnet when the board ships. When I change the boot from qspi jumpers to load from the SD card, I cannot get it to boot. I figured I'd test to see if my files that I generated were the issue. I downloaded the SD card archived image from the wiki and also this website and basically followed the instructions from the wiki and copied them directly to a freshly formatted FAT32 single partition card. I set the baud in the terminal to 115200 and all I am seeing is a single character popping up on the screen every second or two. It doesnt appear to be booting.
Can anyone give me a hint of what is happening or where I am stalling? I guess I wanted to verify that I can load a stock set of files from the wiki onto an SD card and boot before I move to my own files (which also failed to boot) and this seems like the easiest piece of the whole process, but I cant get it working.
Thanks a bunch.
-Joe