This page (revision-11) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:06 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
11 23-Apr-2022 17:05 5 KB Harry Metske to previous typo
10 23-Apr-2022 17:06 5 KB Harry Metske to previous | to last
9 23-Apr-2022 17:06 5 KB Harry Metske to previous | to last
8 23-Apr-2022 17:06 5 KB Harry Metske to previous | to last
7 23-Apr-2022 17:06 4 KB Harry Metske to previous | to last
6 23-Apr-2022 17:06 4 KB Harry Metske to previous | to last
5 23-Apr-2022 17:06 4 KB Harry Metske to previous | to last
4 23-Apr-2022 17:06 4 KB Harry Metske to previous | to last
3 23-Apr-2022 17:06 4 KB Harry Metske to previous | to last
2 23-Apr-2022 17:06 3 KB Harry Metske to previous | to last
1 23-Apr-2022 17:06 1 KB Harry Metske to last

Page References

Incoming links Outgoing links
Raspberrypi...nobody

Version management

Difference between version and

At line 28 changed 2 lines
After first login, you are advised to run the ''sudo pi-config'' script.
I did that to set the Timezone and Locale properly.
After first login (user pi password raspberry), you are advised to run the ''sudo raspi-config'' script.
I did that to "Expand root partition to fill SD card", and set the Timezone and Locale properly.
At line 31 added 61 lines
! Some "screenshots"
{{{
metskem@athena ~/Downloads $ ssh pi@10.0.0.171
Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Jan 5 14:59:34 2013 from 10.0.0.164
}}}
{{{
pi@raspberrypi ~ $ df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 1.8G 1.5G 238M 86% /
/dev/root 1.8G 1.5G 238M 86% /
devtmpfs 220M 0 220M 0% /dev
tmpfs 44M 200K 44M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 88M 0 88M 0% /run/shm
/dev/mmcblk0p1 56M 17M 40M 30% /boot
}}}
{{{
pi@raspberrypi ~ $ sudo fdisk -l
Disk /dev/mmcblk0: 1967 MB, 1967128576 bytes
4 heads, 16 sectors/track, 60032 cylinders, total 3842048 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00017b69
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
/dev/mmcblk0p2 122880 3842047 1859584 83 Linux
}}}
{{{
pi@raspberrypi ~ $ cat /proc/cpuinfo
Processor : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : swp half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7
Hardware : BCM2708
Revision : 000e
Serial : 0000000095619558
}}}
{{{
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l GNU/Linux
pi@raspberrypi ~ $
}}}