Erinevus lehekülje "Raspberry Pi" redaktsioonide vahel

Allikas: Kuutõrvaja
20. rida: 20. rida:
  
 
http://www.youtube.com/watch?v=KGUIePe32Bo
 
http://www.youtube.com/watch?v=KGUIePe32Bo
 +
 +
Kui ühendada võrgukaabel startinud masinaga küsib see kohe endale DHCP aadressi
 +
 +
}
 +
lease 193.40.0.245 {
 +
  starts 1 2012/10/15 09:50:48;
 +
  ends 1 2012/10/15 13:50:48;
 +
  cltt 1 2012/10/15 09:50:48;
 +
  binding state active;
 +
  next binding state free;
 +
  hardware ethernet b8:27:eb:d9:2c:a1;
 +
  client-hostname "raspberrypi";
 +
}

Redaktsioon: 15. oktoober 2012, kell 12:52

C6dfb64e Raspberry-pi-models-a-and-b.jpeg

Tõmbame alla opsüsteemi ISO faili sisaldava arhiivi ja pakime selle lahti

# unzip 2012-09-18-wheezy-raspbian.zip

SD kettal võib olla juba peal mingine partitsioon, tehase poolt looduna. Eemaldame selle fdiskiga.

# dd bs=4M if=2012-09-18-wheezy-raspbian.img of=/dev/sdd
462+1 records in
462+1 records out
1939865600 bytes (1.9 GB) copied, 361.078 s, 5.4 MB/s

HD video mängimine

# omxplayer -o hdmi /path/to/filename.mp4

Näide:

http://www.youtube.com/watch?v=KGUIePe32Bo

Kui ühendada võrgukaabel startinud masinaga küsib see kohe endale DHCP aadressi

}
lease 193.40.0.245 {
  starts 1 2012/10/15 09:50:48;
  ends 1 2012/10/15 13:50:48;
  cltt 1 2012/10/15 09:50:48;
  binding state active;
  next binding state free;
  hardware ethernet b8:27:eb:d9:2c:a1;
  client-hostname "raspberrypi";
}