Few months back I have installed embedded Linux on an i.MX6 board using Mfgtools with image generated by buildroot.
I have made changes on the root file system and generated a new root file system. I don't want to reflash the existing setup, instead want to only copy the newly created files after making the configuration changes.
What is the best way to complete this task. I know I can compare the two root file system file by file and then manually copy one by one. Is there any other mechanism