Page 1 of 1
Hello new to raspberry pia?
Posted: Wed Dec 21, 2016 1:36 pm
by Ritesh
Hello,
What makes raspberry pia , power full then embedded system?
Re: Hello new to raspberry pia?
Posted: Wed Dec 21, 2016 1:43 pm
by DougieLawson
What do you mean?
Raspberry Pis are full Linux single board machines designed by the Raspberry Pi Foundation and made by Sony (and others). They're not really an embedded system.
Re: Hello new to raspberry pia?
Posted: Wed Dec 21, 2016 1:45 pm
by mahjongg
What do you mean by PIA?
Re: Hello new to raspberry pia?
Posted: Wed Dec 21, 2016 1:45 pm
by Ritesh
hello,
i am using Ubuntu in computer.
and how should i start raspberry pia?
Re: Hello new to raspberry pia?
Posted: Wed Dec 21, 2016 1:46 pm
by Ritesh
ok sorry its pi
Re: Hello new to raspberry pia?
Posted: Wed Dec 21, 2016 1:54 pm
by DougieLawson
Start here:
https://www.raspberrypi.org/help/
Download this:
https://downloads.raspberrypi.org/NOOBS_latest
Get a fresh SDCard and mount it on your Ubuntu system with
sudo mount /dev/sda /mnt
Unzip it then rsync the folder you've unzipped it to /mnt (which is where you've mounted your SDCard).
Re: Hello new to raspberry pia?
Posted: Wed Dec 21, 2016 2:00 pm
by Ritesh
Hello,
How to blink led with it GPIO.
Re: Hello new to raspberry pia?
Posted: Wed Dec 21, 2016 2:03 pm
by DougieLawson
Re: Hello new to raspberry pia?
Posted: Wed Dec 21, 2016 2:04 pm
by fruitoftheloom
Ritesh wrote:Hello,
How to blink led with it GPIO.
The Raspberry Pi Foundations has tons of information regards learning:
https://www.raspberrypi.org/help
Re: Hello new to raspberry pia?
Posted: Wed Dec 21, 2016 2:10 pm
by Ritesh
ok thanks sir i will try.