Tool/software: Linux
I am working on BBB adding new h/w configurations with device tree. I do not want everytime to build a new image and again flash it to test a new feature(a very long process indeed). So what I was doing was updating the dts file and then creating a new dtb file with the latest features and using ssh to transfer the new dtb file to the boot folder of BBB(in other words replacing the old dtb file of BBB with a new one).
After doing all this, I performed a sync operation followed by a reboot.
Shouldn't this start the BBB with added features? Am I doing it the right way?