Site Tools


nvflash

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
nvflash [2011/07/28 22:46] ggrandounvflash [2011/07/28 23:33] – [From the nvidia tegra developper site] ggrandou
Line 23: Line 23:
   * ~/tools/ldk/bootloader/nvflash: the nvflash utility itself   * ~/tools/ldk/bootloader/nvflash: the nvflash utility itself
   * ~/tools/ldk/bootloader/harmony/fastboot.bin, a simple bootloader which is downloaded on the Tegra CPU to manage further communication with nvflash   * ~/tools/ldk/bootloader/harmony/fastboot.bin, a simple bootloader which is downloaded on the Tegra CPU to manage further communication with nvflash
 +
 +In order to be able to run nvflash as a normal user, you need to install an udev rule file:
 +
 +<code>
 +$ sudo -i
 +$ cat > /etc/udev/rules.d/60-nvflash.rules <<END
 +# nvflash support for Nvidia Tegra systems attached to USB
 +SUBSYSTEM=="usb", ATTR{idVendor}=="0955", ATTR{idProduct}=="7820", MODE="0660", GROUP="plugdev"
 +END
 +</code>
 +
 +This last step is optional, but without doing it you will have to run nvflash as root.
  
 ==== Debian/Ubuntu Package ==== ==== Debian/Ubuntu Package ====
nvflash.txt · Last modified: 2023/07/08 00:04 by 94.102.224.209