Differences

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

Link to this comparison view

projects:pickle [2023/11/05 17:47] – [ICSP interfaces] darronprojects:pickle [2024/07/10 12:34] (current) – external edit 127.0.0.1
Line 68: Line 68:
 |[[projects:pickle#linuxpcf8574|PCF8574]]  |Linux PCF8574 I2C.|Slow|Single data I/O| |[[projects:pickle#linuxpcf8574|PCF8574]]  |Linux PCF8574 I2C.|Slow|Single data I/O|
 |SYSFSGPIO|Linux SYSFS|Slow|Single data I/O| |SYSFSGPIO|Linux SYSFS|Slow|Single data I/O|
-|[[projects:pickle#rpi1|RPI]]              |Linux Raspberry Pi GPIO (Pi0/Pi1/Pi2/Pi3/Pi4).|Fast|[[:boards:rpi|RPi]] [[:boards:chipkitpi|chipKITPi]]|+|[[projects:pickle#rpi1|RPI]] (2)          |Linux Raspberry Pi GPIO (Pi0/Pi1/Pi2/Pi3/Pi4).|Fast|[[:boards:rpi|RPi]] [[:boards:chipkitpi|chipKITPi]]|
 |[[projects:pickle#k8048tty|TTY]]          |POSIX Serial bit-bang.|Variable|8250/16550 is fast, USB is slow, Eg. [[:interfaces:cp2102|CP2102]]| |[[projects:pickle#k8048tty|TTY]]          |POSIX Serial bit-bang.|Variable|8250/16550 is fast, USB is slow, Eg. [[:interfaces:cp2102|CP2102]]|
  
-(1) Memory mapped I/O on BPI appears to cause a conflict on latest kernels. Use GPIO-BB instead.+(1) Memory mapped I/O on BPI can cause a lock-up on latest kernels. Use GPIO-BB instead.\\ 
 +(2) Board auto-detect does not work with newer Kernels.
  
 <wrap right>[[projects:pickle#pickle_microchip_pic_icsp|TOC]]</wrap>\\ <wrap right>[[projects:pickle#pickle_microchip_pic_icsp|TOC]]</wrap>\\
Line 268: Line 269:
 === Installation === === Installation ===
  
-Download the latest archive file [[https://wiki.kewl.org/downloads/pickle-5.01.tgz|pickle-5.01.tgz]] or check out the latest development version here [[http://hg.kewl.org/pub/pickle/archive/tip.tar.gz|tip.tar.gz]].+Download the latest archive file {{downloads:pickle-5.01.tgz|pickle-5.01.tgz}} or check out the latest development version here [[http://hg.kewl.org/pub/pickle/archive/tip.tar.gz|tip.tar.gz]].
  
 Decompress and extract the application source code from the archive. Perform `sudo make && sudo make install', the application will be ready for use. Decompress and extract the application source code from the archive. Perform `sudo make && sudo make install', the application will be ready for use.
Line 274: Line 275:
 This has been tested on FreeBSD 5 and 6 yet should work on all FreeBSD variants and other BSD derived systems. It has also been test to work in Linux 2.6 but only compiled for 2.4. This has been tested on FreeBSD 5 and 6 yet should work on all FreeBSD variants and other BSD derived systems. It has also been test to work in Linux 2.6 but only compiled for 2.4.
  
-A binary build is available for the RPi [[https://wiki.kewl.org/downloads/pickle-5.02-pi.tgz|pickle-5.02-pi.tgz]]. This pre-built binary must be extracted as root into / as /opt/pickle/.+A binary build is available for the RPi {{downloads:pickle-5.02-pi.tgz|pickle-5.02-pi.tgz}}. This pre-built binary must be extracted as root into / as /opt/pickle/.
  
 Here are some sample sessions obtaining the source of the application and then compiling and installing it. Here are some sample sessions obtaining the source of the application and then compiling and installing it.
Line 288: Line 289:
 rehash rehash
 cd /root cd /root
-fetch "https://wiki.kewl.org/downloads/pickle-5.01.tgz"+fetch "https://wiki.kewl.org/_media/downloads:pickle-5.01.tgz"
 tar zxf pickle-5.01.tgz tar zxf pickle-5.01.tgz
 cd pickle cd pickle
Line 298: Line 299:
  
 <code> <code>
-wget "https://wiki.kewl.org/downloads/pickle-5.01.tgz"+wget "https://wiki.kewl.org/_media/downloads:pickle-5.01.tgz"
 tar zxf pickle-5.01.tgz tar zxf pickle-5.01.tgz
 cd pickle cd pickle
Line 308: Line 309:
  
 <code> <code>
-wget "https://wiki.kewl.org/downloads/pickle-5.01.tgz"+wget "https://wiki.kewl.org/_media/downloads:pickle-5.01.tgz"
 tar zxf pickle-5.01.tgz tar zxf pickle-5.01.tgz
 cd pickle cd pickle