I have a microzed 7020 board and am running xillinux 1.3 on it. I created a bit file where I added another UART port using vivado. I modified the device tree file to include another UART port, and generated a new .dtb file. Also, I generated a new FSBL and boot.bin file.
Now, if I want to use the same configuration on the 7010 micorzed board, I know that I need to modify my Verilog (.tcl) file and generate a new bit file for the 7010 board.
Change tcl file from
set thepart "xc7z020clg400-1"
to
set thepart "xc7z010clg400-1"
But, do I have to again generate a new .dtb file and also a FSBL and hence boot.bin file ?