天天看点

nVIDIA Jetson TX1 eMMC img Cloning

完全参考网上教程:

http://elinux.org/Jetson/TX1_Cloning

1、Cloning the Image

首先,在host主机上需要有安装好的linux_driver_package,然后cd到~/linux_driver_package/Linux_for_Tegra/bootloader/   运行命令:

$ sudo ./tegraflash.py --bl cboot.bin --applet nvtboot_recovery.bin --chip 0x21 --cmd "read APP my_backup_image_APP.img"

nVIDIA Jetson TX1 eMMC img Cloning

中间失败了,因为需要15G的额外空间,我虚拟机没有这么大的空间

2、Restoring the Image

 $ sudo ./tegraflash.py --bl cboot.bin --applet nvtboot_recovery.bin --chip 0x21 --cmd "write APP my_backup_image_APP.img"

nVIDIA Jetson TX1 eMMC img Cloning

完。

下一篇: Version.rc

继续阅读