Typically, flash TK1 with Ubuntu host, mainly rely on nvflash.
Is it possible to flash from a Windows host?
Hi huangyi,
There is no longer to support Window PC environment to flash Jetson device.
We developed and tested Jetson platform under Linux and suggest Linux only
Thanks
The actual executable binary which performs the flash is Linux ELF/x86, which has no possibility of running on Windows without some sort of VM. VMs themselves are problematic and often fail due to USB behavior (sometimes VMs can be made to work, typically work has to be done to make sure USB gets passed to the VM even during re-enumeration).
Thanks all for your feedback.