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:41] – [Debian/Ubuntu Package] ggrandounvflash [2011/07/28 23:35] – [Debian/Ubuntu Package] 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 ====
Line 33: Line 45:
 <code> <code>
 $ cd /tmp $ cd /tmp
-$ wget http://share.grandou.net/debian/nvflash/nvflash_20110222-1_all.deb  +$ wget http://share.grandou.net/debian/nvflash/nvflash_20110628-1_all.deb  
-$ sudo dpkg -i nvflash_20110222-1_all.deb+$ sudo dpkg -i nvflash_20110628-1_all.deb
 </code> </code>
  
-nvflash is install as /usr/bin/nvflash, and so can be run directly from your shell+nvflash is installed in /usr/bin/nvflash, and so can be run directly from your shell 
 +The bootloader is installed here: /usr/lib/nvflash/bootloader.bin 
 + 
 +The package takes care of installing an udev rules, allowing you to run nvflash as a normal user. 
 + 
 + 
  
-the bootloader is installed here: /usr/lib/nvflash/bootloader.bin 
  
nvflash.txt · Last modified: 2023/07/08 00:04 by 94.102.224.209