Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
boards:bpi [2023/10/10 01:01]
darron [Issues]
boards:bpi [2023/11/05 16:15]
darron [Pickle Microchip PIC ICSP]
Line 74: Line 74:
 Along with USB serial we can use the BPi GPIOs to program PICMicros using [[projects:pickle|Pickle Microchip PIC ICSP]]. Along with USB serial we can use the BPi GPIOs to program PICMicros using [[projects:pickle|Pickle Microchip PIC ICSP]].
  
-Memory mapped I/O can be used to drive the GPIOs, however, the [[projects:gpio-bb|GPIO bit-bang driver for Linux]] may also be utilised on the BPi if preferred.+Install [[projects:gpio-bb|GPIO bit-bang driver for Linux]].
  
 == Low Voltage Programming with VPP at 3V3 == == Low Voltage Programming with VPP at 3V3 ==
Line 104: Line 104:
 (R3..R6) 470R. (R3..R6) 470R.
  
-DEVICE=BPI 
- or 
 DEVICE=GPIO-BB DEVICE=GPIO-BB
-IFACCE=/dev/gpio-bb+IFACE=/dev/gpio-bb
 </code> </code>