Difference: RaspberryPI (2 vs. 3)

Revision 32019-06-03 - TimMcDonald

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Raspberry PI

Mounting a NAS drive

Line: 32 to 32
 Edit /etc/ftab and add the UUID at the start of the line set earlier:
  • UUID="XXXX-YYYY" //192.168.0.101/Volume_1 /mnt/DNS323 cifs username=dns322user,password=mypass,uid=1000,gid=1000,iocharset=utf8 0 0
Added:
>
>

Copying an image to the SD card

dd bs=4M if=<input file> of=/dev/sdX conv=fsync

 

Setting a static IP address

Added:
>
>
 Edit the dhcpcd.conf file.
  • sudo vi /etc/dhcpcd.conf
Line: 42 to 48
  static ip_address=192.168.0.10/24 static routers=192.168.0.1
Changed:
<
<
static domain_name_servers=192.168.0.1
>
>
static domain_name_servers=192.168.0.1
 
interface wlan0

static ip_address=192.168.0.10/24
static routers=192.168.0.1
Changed:
<
<
static domain_name_servers=192.168.0.1
>
>
static domain_name_servers=192.168.0.1
 

Comments

<--/commentPlugin-->
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback