I recently received an AAEON boxer-1852AI (Jetson Orin 16GB system) that I am designing into my embedded platform. Looks like this platform uses NVMe storage only (no emmc partition like Jetson AGX Xavier systems I've used in the past), and the out-of-box setup has 14 partitions on the NVMe drive, with the first partition being a large root filesystem partition.

For my system, I plan to re-partition the NVMe so that I can split the large root APP partition into several partitions used for specific purposes (root, video, images, logs, read-onliy system config, etc). With this in mind, I'm going to be needing to create and flash my own root filesystem image onto this device. However, I do not see any documentation / manual for 8652AI at at https://www.aaeon.com/en/p/ai-edge-solutions-boxer-8652ai . Typically, such a manual talks about the details of how to flash the vendor's device; e.g. showing where to download the out-of-box rootfs, any necessary device tree files, etc, and desribing how to use Nvidia's flash.sh script (or a vendor-specific flashing script) to flash an os + rootfs image onto the device. For example, here's the manual for the 8250AI: https://data-us.aaeon.com/DOWNLOAD/MANUAL/BOXER-8250AI%20Manual%201st%20Ed.pdf ... Anybody have any ideas where I can get this info?

