Hello,
I currently have a TE0821 with a 703 carrier that is booting form SD card. We have a custom carrier board coming soon with no SD card which we will connect to a TE0820 SOM and I need to boot from QSPI/eMCC and have a few questions about doing this since I can't find a step-by-step guide.
I understand that I can't flash the QSPI via jtag without a special fsbl; however, what if I boot from SD and do the setup from linux(obviously using the 703 carrier)?
Can I use flash_erase/flashcp to copy a BOOT.BIN onto the QSPI?
I want to put the image.ub with the kernel and ramdisk in eMCC. It looks like it is already partitioned:
brw-rw---- 1 root disk 179, 0 Aug 17 20:36 /dev/mmcblk0
brw-rw---- 1 root disk 179, 8 Aug 17 20:36 /dev/mmcblk0boot0
brw-rw---- 1 root disk 179, 16 Aug 17 20:36 /dev/mmcblk0boot1
crw------- 1 root root 245, 0 Aug 17 20:36 /dev/mmcblk0rpmb
Does it matter what type of filesystem I put on boot0?
Looking at the uboot env it look like will try multiple devices until it finds one that works so it seems like I don't have to change the u-boot config.
thanks,
jeff