Hi, I want to copy the Ubuntu system environment of a TX2 development board to other unconfigured development boards,I try to download the system image of the motherboard with the following command:
sudo ./flash.sh -r -k APP -G my_backup.img jetson-tx2 mmcblk0p1
And burn the system image of the motherboard to the target board with the following command:
sudo ./flash.sh -r jetson-xavier mmcblk0p1
However, when I test the target board, I find that the MAC address of the target board and the motherboard are the same and cannot be modified,I used a lot of methods that didn’t work
How to modify the MAC address of the target board?
And How to clone Ubuntu system environment to other development boards?