I updated my dtb and confirmed it is working via the FDT in /boot/extlinux/extlinux.conf. /sys/firmware/devicetree/base shows my changes.
My question is how I can flash this dtb to the dtb partition remotely? Here is what I already tried:
I first confirmed the active partition to be A (sudo nvbootctrl get-current-slot), then dd my new dtb file to the partition:
sudo dd if=mycustom.dtb of=/dev/disk/by-partlabel/A_kernel-dtb bs=1K oflag=direct conv=fsync
I also removed FDT line from extlinux.conf
After reboot, sudo nvbootctrl get-current-slot show we are still on the same slot, but /sys/firmware/devicetree/base doesn’t show my changes.
