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:08] niziakhw:via805 [2019/12/20 22:14] niziak
Line 58: Line 58:
 <code bash>VBoxManage modifyvm "VM name" --pciattach 04:00.0@01:05.0</code> <code bash>VBoxManage modifyvm "VM name" --pciattach 04:00.0@01:05.0</code>
  
-{{ :hw:vl805_before.png?direct&200 |}}+{{: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> 
 + 
 + 
 +[[https://ubuntuforums.org/archive/index.php/t-2390208.html]] 
 +After some research I was able to successfully upgrade after editing the SpiFlash.ini file with the parameters of the 25P10VP chip on my board. 
 + 
 +I added the following: 
 + 
 +<file | SpiFlash.ini> 
 + 
 + 
 +21=25P10VP 
 + 
 + 
 + 
 +[25P10VP] 
 +FlashID = 202011 
 +ReadID = 9F 
 +WriteEnable = 06 
 +WriteStatus = 01 
 +ChipErase = C7 
 +ReadData = 03 
 +ReadStatus = 05 
 +PageProgram = 02 
 +ClockRate = 32 
 +PageSize = 10 
 + 
 +</file> 
 + 
 +<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 
 +  
 +Match gFlashType No. = 21, FlashType = 25P10VP 
 + 
 +spi erase 
 + 
 +pageSizeDW = 64 
 + 
 +wait while programming... 
 + 
 +Update ISP Success. 
 + 
 +</code>
  
 To detach the same device, use: To detach the same device, use: