meta data for this page
  •  

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
hw:via805 [2019/12/20 22:03] niziakhw:via805 [2019/12/20 22:10] niziak
Line 52: Line 52:
   * https://github.com/raspberrypi/rpi-eeprom   * https://github.com/raspberrypi/rpi-eeprom
   * https://www.geeks3d.com/20191101/raspberry-pi-4-new-firmware-reduces-power-consumption-and-boards-temperatures/   * https://www.geeks3d.com/20191101/raspberry-pi-4-new-firmware-reduces-power-consumption-and-boards-temperatures/
 +
 +
 +====== Update ======
 +
 +<code bash>VBoxManage modifyvm "VM name" --pciattach 04:00.0@01:05.0</code>
 +
 +{{:hw:vl805_before.png?direct&200|}}
 +
 +<code>
 +Targeted VID = 1106
 +Targeted PID = 3483
 + 
 +ISP file size: 24246(DW)
 +
 +FW file = 013704.bin
 +VL805/VL806 is found.
 +Bus=1, Dev=5, Func=0
 +, Chip Verision=B1
 + 
 +Cannot Recognize SPI Flash, Try Default Flash Command To Download...
 +spi erase
 +
 +pageSizeDW = 64
 +
 +wait while programming...
 +
 +Update ISP Success.
 +</code>
 +
 +To detach the same device, use:
 +
 +<code>VBoxManage modifyvm "VM name" --pcidetach 04:00.0</code>