mirror of https://github.com/pikvm/pikvm.git
				
				
				
			docs: update flashing_hid.md
This changeset adds manual on installing platformio since recent image does not ship with it. Also fix some typo due to directory name change.
This commit is contained in:
		
							parent
							
								
									b23fb02985
								
							
						
					
					
						commit
						f2a1195655
					
				|  | @ -5,6 +5,20 @@ | ||||||
| 
 | 
 | ||||||
| # Flashing the Arduino HID | # Flashing the Arduino HID | ||||||
| 
 | 
 | ||||||
|  | ## Note for the recent images | ||||||
|  | 
 | ||||||
|  | Current image no longer ships with platformio, therefore if during the build the error message below occurs | ||||||
|  | 
 | ||||||
|  |     ```shell | ||||||
|  |     make[1]: platformio: No such file or directory | ||||||
|  |     ``` | ||||||
|  | 
 | ||||||
|  | Please install `platformio-core` and continue: | ||||||
|  | 
 | ||||||
|  |     ```shell | ||||||
|  |     # pacman -S platformio-core | ||||||
|  |     ``` | ||||||
|  | 
 | ||||||
| ## Serial Firmware (the default option) | ## Serial Firmware (the default option) | ||||||
| 
 | 
 | ||||||
| This operation can be done using your RPi (except Pi Zero W). Here the common steps: | This operation can be done using your RPi (except Pi Zero W). Here the common steps: | ||||||
|  | @ -21,7 +35,7 @@ This operation can be done using your RPi (except Pi Zero W). Here the common st | ||||||
|     # rw |     # rw | ||||||
|     # systemctl stop kvmd |     # systemctl stop kvmd | ||||||
|     # cp -r /usr/share/kvmd/hid/arduino ~ |     # cp -r /usr/share/kvmd/hid/arduino ~ | ||||||
|     # cd ~/hid |     # cd ~/arduino | ||||||
|     # make |     # make | ||||||
|     # make install |     # make install | ||||||
|     # reboot |     # reboot | ||||||
|  | @ -48,7 +62,7 @@ This operation can be done using your Raspberry Pi without disconnecting any wir | ||||||
|     # rw |     # rw | ||||||
|     # systemctl stop kvmd |     # systemctl stop kvmd | ||||||
|     # cp -r /usr/share/kvmd/hid/arduino ~ |     # cp -r /usr/share/kvmd/hid/arduino ~ | ||||||
|     # cd ~/hid |     # cd ~/arduino | ||||||
|     # make spi |     # make spi | ||||||
|     # make install |     # make install | ||||||
|     # reboot |     # reboot | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue