Thanks for the response.
Currently, for this product, there is a .sof that production uses that runs u-boot v2014.10 when in boot-from-FPGA.
~/intelFPGA/21.1/nios2eds/nios2_command_shell.sh \
quartus_pgm -c 1 -m jtag -o "p;boardCheckEmmcProg.sof"
I am trying to recreate boardCheckEmmcProg.sof with newer u-boot v2021.04 but I do not know how to create the hex file that our FPGA engineer needs to create the .sof.
My question:
Which u-boot binary to use? u-boot-dtb.bin?
How to convert to hex? arm-linux-gnueabi-objcopy?