Flashing just DTB on 28.2 and TX1

Thanks for the reply.

sudo ./flash.sh -r -d <device tree> jetson-tx1 mmcblk0p1

Using this command flashes the entire system.img, overwriting my entire system. This makes development almost impossibly slow. What release do you expect this to be fixed in, and when is that getting published? I noticed there is a 28.2.1 in the git repo now, which I didn’t see a few days ago, but that still doesn’t fix the problem.

Is there any other work-around that doesn’t require burning the entire system image and overwriting everything?

This also makes me hesitant to even do any work on 28.2. The update from JetPack 3.1 to 3.2 broke almost all of our customizations needed to make our device work. The entire CSI camera structure changed significantly. If we get everything working on 28.2, all of our effort could be thrown out the window with the next release. What’s the real solution here? Is nvidia not planning to support the TX1 properly in future releases? Should we stick with JetPack3.1 forever if we plan to use the TX1?