removed pin4 to unclutter + no rpi-update

This commit is contained in:
RogueM 2016-10-19 13:33:53 +01:00
parent f5be9450b5
commit 14d276b73e
1 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@ name: PiJack
class: board class: board
type: network type: network
formfactor: pHAT formfactor: pHAT
manufacturer: Hot Glue Technologies manufacturer: Hot Glue Tech
description: Add Ethernet to your Pi Zero description: Add Ethernet to your Pi Zero
url: https://pijack.net url: https://pijack.net
buy: https://pijack.net buy: https://pijack.net
@ -13,7 +13,6 @@ pincount: 40
eeprom: yes eeprom: yes
power: power:
'2': '2':
'4':
ground: ground:
'6': '6':
'9': '9':
@ -49,7 +48,6 @@ There are a couple of recent improvements to the Ethernet controller driver, so
```bash ```bash
sudo apt-get update sudo apt-get update
sudo apt-get dist-upgrade sudo apt-get dist-upgrade
sudo rpi-update
``` ```