Hi,
Based on the LS1028 platform, I have compiled ATF, U-Boot, and other firmware. However, I want to package them into firmware_ls1028ardb_uboot_emmcboot without using flex-builder. Is there another way to do this?
Thank you
Please try the following command.
dd if=$FBOUTDIR/${img_file} of=${fw_img} bs=1K seek=${offset} 2>/dev/null