Updated version of the tutorial from Have Blue to be used on a RPi3, with stratasys 250mc, and with the new library Stratatools Only the main differences from the tutorial are listed here.
Change the modes of pin where it connect to chip
gpio mode 7 out
gpio write 7 1sudo raspi-configInterfacing Options->1-Wire->Enable
sudo modprobe w1-gpio gpiopin=4
sudo modprobe w1-ds2433cd /sys/bus/w1/devices/w1_bus_master1
lscheck for folder started with "23-00"
cd 23-0000022ebe12
xxd -p idoutput of eeprom id in my case is:
2312be2e0200005aWith Stratatools installed
Create a cartridge.txt as showed in Stratatools git.
stratatools eeprom_encode -t prodigy -e 2312be2e0200005a cartridge.txt cartridge.binsudo cp cartridge.bin /sys/bus/w1/devices/w1_busmaster1/23-0000022ebe12/eeprom