Skip to content

Commit

Permalink
Update PocketInstructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpoirier51 committed Jan 26, 2018
1 parent b115fa5 commit 8bb594b
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions PocketInstructions.md
Expand Up @@ -39,7 +39,7 @@ A special note about FIREWALLS: make sure your firewall is configured to allow
Extend partition:
`sudo /opt/scripts/tools/grow_partition.sh`

##REBOOT AND TEST
REBOOT AND TEST
`sudo reboot`

Confirm file system has been extended (number may vary):
Expand Down Expand Up @@ -68,8 +68,9 @@ REBOOT AND TEST

Confirm the New kernel:
`uname -a`
`Linux beaglebone 4.14.11-bone-rt-r12 #1 PREEMPT RT Wed Jan 3 23:08:51 UTC 2018 armv7l GNU/Linux`

```
Linux beaglebone 4.14.11-bone-rt-r12 #1 PREEMPT RT Wed Jan 3 23:08:51 UTC 2018 armv7l GNU/Linux
```

Check SPI correctly mapped (without adding a DTB):
```
Expand All @@ -78,12 +79,14 @@ ls /dev/spi*
```

Check the serial ports as well (dont forget its the letter "O"):
```ls /dev/ttyO*
`ls /dev/ttyO*`
```
/dev/ttyO0 /dev/ttyO1 /dev/ttyO2 /dev/ttyO4
```

Check that boot environment include the universal cape (used to map IO):
```cat /boot/uEnv.txt
`cat /boot/uEnv.txt`
```
uname_r=4.14.11-bone-rt-r12
enable_uboot_overlays=1
uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo
Expand All @@ -107,8 +110,10 @@ In that case connman is already loaded and ready to use.
Install connman:
`sudo apt install connman`

Start the interactive console:
`sudo connmanctl`

```
sudo connmanctl
connmanctl> tether wifi disable
connmanctl> enable wifi
connmanctl> scan wifi
Expand Down Expand Up @@ -151,14 +156,14 @@ this is the driver for TP-LINK TL-WN722N:
`sudo apt-get install firmware-atheros`

Check the wifi dongle id with
`ifconfig -a`
`sudo ifconfig -a`
and confirm wlan0 or wlan1 or else

Manually start the wireless card
`sudo ifconfig wlan0 up`

Confirm its up
`ifconfig`
`sudo ifconfig`
You should see the Wlan interface with the others network devices


Expand Down

0 comments on commit 8bb594b

Please sign in to comment.