for unit A, Can I use the maskrom tool to load extracted rz-udisk-loader.bin
,
(computer should detect a new storage device after the file is loaded)
then (in Linux)
sudo dd if=/dev/rdisk2 of=~/RadxaZero.img bs=4m
can I get the full cloned image of the EMMC?
then if I want to replicate the content on Unit B, I can flash the image using balenaEtcher, or simply
sudo dd of=/dev/rdisk2 if=~/RadxaZero.img bs=4m
Is it feasible? Can you confirm that?