Do you mean Orin devkit or custom board? Which SD slot do you mean? For custom carrier design, “the Orin module brings a single SDMMC interface to the connector pins for SD card or SDIO use”, eMMC is not supported.
Hi Trumany
I’m referring to my custom carrier.
How can the SD card be used as a boot option to boot the system, or how can I swipe firmware into the SD card?
None of our existing flash tool can achieve what you want here (SPI to write data to emmc). Also, as flash tool is not open source, we cannot let you refer to it either.
If I make all the system files into a compressed package, can I successfully write to emmc via SPI?
My goal is to complete a redundant backup of the operating system.
I think the point here is not related to how the file look like. The point here is your design must have image got flashed from SPI. This is not something we tried.
Our flash tool is using initrd to got files from host side to flash… or directly using usb connection to send file from host to device and then flash.