Difference between revisions of "Talk:Create SD Image Version 0.8"

From HiveTool
Jump to: navigation, search
Line 8: Line 8:
  
  
===Disable the onboard WiFi==
+
==Disable the onboard WiFi==
  
 
To completely disable the onboard WiFi from the firmware on the Pi3, in /boot/config.txt add
 
To completely disable the onboard WiFi from the firmware on the Pi3, in /boot/config.txt add
 
  dtoverlay=pi3-disable-wifi
 
  dtoverlay=pi3-disable-wifi
 
https://raspberrypi.stackexchange.com/questions/43720/disable-wifi-wlan0-on-pi-3
 
https://raspberrypi.stackexchange.com/questions/43720/disable-wifi-wlan0-on-pi-3

Revision as of 18:22, 15 May 2017

Set Time Zone

Install perl DateTime module

apt-get install libdatetime-perl


Disable the onboard WiFi

To completely disable the onboard WiFi from the firmware on the Pi3, in /boot/config.txt add

dtoverlay=pi3-disable-wifi

https://raspberrypi.stackexchange.com/questions/43720/disable-wifi-wlan0-on-pi-3