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/08/15 16:54]
marcel [Flashing PiJack's EEPROM]
pijack:hat [2024/04/22 15:38] (current)
Line 7: Line 7:
  
 <​code>​ <​code>​
-#enable i2c using raspi-config +sudo apt-get update 
-raspi-config +sudo apt-get install git
- +
-apt-get update +
-apt-get install ​i2c-tools ​git+
  
 # edit /​boot/​config.txt and add the following to the end of the file (in this order) # edit /​boot/​config.txt and add the following to the end of the file (in this order)
 dtparam=i2c=on dtparam=i2c=on
 dtparam=i2c_vc=on dtparam=i2c_vc=on
-dtoverlay=enc28j60 
  
 # reboot pi # reboot pi
Line 27: Line 23:
 cd pijack-production-tests/​bin 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 # 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 -v+sudo ./​make_dtb.py -s 1
  
 </​code>​ </​code>​
pijack/hat.1471280059.txt.gz · Last modified: 2024/04/22 15:38 (external edit)