Page 1 of 1

Raspbian configuration

Posted: Tue Apr 01, 2014 7:50 am
by Ilans
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

Re: Raspbian configuration

Posted: Tue Apr 01, 2014 8:37 am
by ghans
Do you mean raspi-config ? It is started via

Code: Select all

sudo raspi-config

ghans

Re: Raspbian configuration

Posted: Tue Apr 01, 2014 8:41 am
by Ilans
Yes

What Should I choose in that menu ?

Ilan

Re: Raspbian configuration

Posted: Tue Apr 01, 2014 8:49 am
by ghans
You should at least expand your SD card and set
keyboard/locale/timezone.

ghans

Re: Raspbian configuration

Posted: Tue Apr 01, 2014 8:50 am
by Tarcas
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

Re: Raspbian configuration

Posted: Tue Apr 01, 2014 8:58 am
by Ilans
thanks