Failed flashing Jetson TX2

Hi,

I’m trying to flash Jetson TX2 using JetPack 3.3. Ethernet cable connected to the host PC through USB adapter. The system is Ubuntu 16.04 running on VirtualBox on Windows host machine. Start by ./JetPack-L4T-3.3-linux-x64_b39.run. I have done everything according to the giving instructions but got the error:

[ 5.2025 ] tegrarcm_v2 --boot recovery
[ 5.2072 ] Applet version 01.00.0000
[ 5.2518 ]
[ 5.2553 ] tegrarcm_v2 --isapplet
[ 5.9173 ]
[ 5.9448 ] tegradevflash_v2 --iscpubl
[ 5.9478 ] CPU Bootloader is not running on device.
[ 6.6715 ]
[ 38.0131 ] Retrieving storage infomation
[ 38.0175 ] tegrarcm_v2 --oem platformdetails storage storage_info.bin
[ 38.0228 ] Applet is not running on device. Continue with Bootloader
[ 38.0696 ]
[ 38.0804 ] tegradevflash_v2 --oem platformdetails storage storage_info.bin
[ 38.0827 ] CPU Bootloader is not running on device.
[ 38.1041 ]
Error: Return value 4
Command tegradevflash_v2 --oem platformdetails storage storage_info.bin
Failed flashing t186ref.

These are the last lines of flash_os_tx2.log

Thank you,
Maxim

VMs are not supported. These typically have issues with passing USB through correctly. Some people get VMs to work, but you are advised to instead run from a native install (you could for example dual boot). Someone else may have advise on getting VirtualBox working.

I got the same issue with Virtual Box,But once I switch to VMWare player it works.