User`s manual
Getting Started With Linux on the LPC3250 OEM Board Page 19
Copyright 2009 © Embedded Artists AB Rev A
a. Go to the System Preferences Keyboard menu.
b. Click on the Layouts tab.
c. Click the “Add” button.
d. Select your keyboard layout (country) and click the “Add” button.
e. Select which layout to be the default layout. You can also remove the layouts you
don’t intend to use.
f. Click the “Close” button.
2. A user with name “user” has already been added to the system which means that we don’t
have to add this user as was done in section 3.2.2. If you would like to change the password
for this user, use the
passwd
command.
a. Open a terminal application (note the same kind of application as Tera Term) from
Applications Accessories Terminal.
b. Run the
passwd
command as illustrated below and enter the password of your
choice when asked for it (note that when using sudo you might first be asked for the
current password which is “chrysaor.info” without the quotation marks).
$ sudo passwd user
3. Make sure you have network access by activating the network device in VMware Player. It
should be connected and of type “Bridged” as can be seen in Figure 7.
Figure 7 Activate Network Device
4. The user “user” has been added to the admin group which by default has been given
administrative rights in the
sudoers
file. LTIB requires additional rights to be added for this
user; more specifically a password may not be requested when using the rpm command.
a. Start the visudo tool to edit the sudoers file.
$ sudo visudo
b. At the end of the file add the following line.
u
u
s
s
e
e
r
r
A
A
L
L
L
L
=
=
(
(
A
A
L
L
L
L
)
)
N
N
O
O
P
P
A
A
S
S
S
S
W
W
D
D
:
:
/
/
u
u
s
s
r
r
/
/
b
b
i
i
n
n
/
/
r
r
p
p
m
m
,
,
/
/
o
o
p
p
t
t
/
/
l
l
t
t
i
i
b
b
/
/
u
u
s
s
r
r
/
/
b
b
i
i
n
n
/
/
r
r
p
p
m
m
c. Press CTRL+X to exit the file. Choose ‘Y’ to save the changes.
5. A terminal application is used often and it is therefore convenient to add shortcuts on the
desktop and panel for the terminal application.
a. Go to Applications Accessories.
b. Right-click on Terminal and select “Add this launcher to panel”.