I have each of the individual files, do I need to build them together into the u-boot.bin file? If so, what software can be used? One of the files is a uimage file which is Linux. I have tried simply copying the files and reformatting an SD card but this is still not working.
Hello BufferGHz,
You need to build all together with make dtb in your kernel. if your SD doesnt work could be that the dtb is not working correctly, or other fail.
regards