User Tools

Site Tools


pijack:hat

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pijack:hat [2016/04/05 19:25]
marcel [Docs]
pijack:hat [2024/04/22 15:38] (current)
Line 4: Line 4:
 {{https://​www.raspberrypi.org/​wp-content/​uploads/​2014/​04/​bplus-gpio.png}} {{https://​www.raspberrypi.org/​wp-content/​uploads/​2014/​04/​bplus-gpio.png}}
  
-====== ​Docs ======+====== ​Flashing PiJack'​s EEPROM ​======
  
 <​code>​ <​code>​
-#enable i2c using raspi-config +sudo apt-get update 
-apt-get install ​i2c-tools+sudo apt-get install ​git
  
- +# edit /​boot/​config.txt ​and add the following to the end of the file (in this order)
-/​boot/​config.txt (in this order!!)+
 dtparam=i2c=on dtparam=i2c=on
 dtparam=i2c_vc=on dtparam=i2c_vc=on
-dtoverlay=enc28j60 
-EOF 
  
-i2cdetect -a -y 0+# reboot pi
  
-./eepmake pijack_settings.txt pijack.eep ​/boot/overlays/​enc28j60-overlay.dtb +# login as user pi 
-./​eepflash.sh ​--f=blank.eep -t=24c32 +cd && mkdir git 
-hexdump /​sys/​class/​i2c-adapter/i2c-0/​0-0050/​eeprom +cd git 
-./eepflash.sh -w -f=pijack.eep -t=24c32 +# change '​hecko'​to your BitBucket account name 
-hexdump /​sys/​class/​i2c-adapter/​i2c-0/​0-0050/​eeprom+git clone https://hecko@bitbucket.org/hotgluetech/pijack-production-tests.git 
 +cd pijack-production-tests/bin 
 +# 1 is serial number ​written on every PiJack ​serial number defines MAC address that will be generated for the device 
 +sudo ./make_dtb.py -s 1
  
 </​code>​ </​code>​
pijack/hat.1459884352.txt.gz · Last modified: 2024/04/22 15:38 (external edit)