Ilans
Posts: 3
Joined: Tue Apr 01, 2014 7:28 am

Raspbian configuration

Tue Apr 01, 2014 7:50 am

HI

I've install the nobos on my Raspberry Pi board .
done bring up and install the Raspbian tool on the board

Now I need to run the first time configuration , the problem is that I can fine any update configuration documentation to the menu I've got.



Thanks in advanced
Ilan

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Raspbian configuration

Tue Apr 01, 2014 8:37 am

Do you mean raspi-config ? It is started via

Code: Select all

sudo raspi-config

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

Ilans
Posts: 3
Joined: Tue Apr 01, 2014 7:28 am

Re: Raspbian configuration

Tue Apr 01, 2014 8:41 am

Yes

What Should I choose in that menu ?

Ilan

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Raspbian configuration

Tue Apr 01, 2014 8:49 am

You should at least expand your SD card and set
keyboard/locale/timezone.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

Tarcas
Posts: 741
Joined: Thu Jan 09, 2014 5:38 am
Location: USA

Re: Raspbian configuration

Tue Apr 01, 2014 8:50 am

Ilans wrote:Yes

What Should I choose in that menu ?

Ilan
the options in there are configurations that different people will want differently. Be sure to update the Localisation options for your local region. Also look through all of the others to determine how you want those set. Defaults are usually okay if you're not sure, but any that you want changed, go ahead and change them. If you do something now and change your mind, it's not a problem. Just issue the command again and change the option later.

Also, you'll want to bring your software and firmware up to date. Issue the following three commands, in this order. (Some of them take quite a while, and you need Internet access.)

Code: Select all

sudo apt-get update
sudo apt-get upgrade
sudo rpi-update

Ilans
Posts: 3
Joined: Tue Apr 01, 2014 7:28 am

Re: Raspbian configuration

Tue Apr 01, 2014 8:58 am

thanks

Return to “Beginners”