I have two boards, board A and board B, both of them have burned in SBKPKC mode.
I flashed board A and it booted correctly, then I flashed board B using ./flash.sh -r ...... that use existing system.img, it was flashed successfully, but when booting it say no network connection.
I know that when using existing system.img that its /boot was created base board A the second board can not boot using the content of /boot but it should fallback to kernel boot and boot from partitions why it cant boot from partitions and fallback to netwotk boot?
did you meant both of them using identical PKC/SBK keys?
what’s the real use-case of image re-flashing? for instance, are you trying to skip building system.img to speed-up image flashing process?
you may using l4t_initrd_flash.sh to generate a massflash package using the --no-flash and --massflash options.
please refer to $OUT/Linux_for_Tegra/tools/kernel_flash/README_initrd_flash.txt of [Workflow 8: Secure initrd Massflash] for the steps to create mfi package.