Skip to content

Setting Up Documentation #2

@Farnaz03

Description

@Farnaz03

Adding network to SD card

  1. Mount SD Card to laptop
  2. Go to rootfs (not bootfs)
  3. roofs/etc/wpa_supplicant
  4. right click > open terminal
  5. type: sudo micro wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=EE
network={
    ssid="name"
    psk="password"
    priority=1
}
network={
    ssid="name2"
    psk="password2"
    priority=2
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions