Difference between revisions of "Pandian"
From Pandora Wiki
(added partition table) |
|||
Line 39: | Line 39: | ||
Username: ''Pandian'' <br /> | Username: ''Pandian'' <br /> | ||
Passwd: ''Root'' (change this after installation) | Passwd: ''Root'' (change this after installation) | ||
+ | |||
+ | == Resize == | ||
+ | Default installation is limited to 2GB, if you want to expand it, you can, provided you have installed it on a bigger SD-card and want to make use of the space. | ||
+ | |||
+ | * Size will be changed with parted | ||
+ | * parted /dev/sdx | ||
+ | * show size with "print free" | ||
+ | |||
+ | # (parted) print free # Model: USB Mass Storage Device (scsi) | ||
+ | # Disk /dev/sdc: 7965MB# Sector size (logical/physical): 512B/512B# Partition Table: msdos | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | | Number || Start || End || Size || Type || File system || Flags | ||
+ | |- | ||
+ | | || 32,3kB || 1049kB || 1016kB || || Free Space || | ||
+ | |- | ||
+ | | 1 || 1049kB || 53,5MB || 52,4MB || primary || fat32 || | ||
+ | |- | ||
+ | | 2 || 53,5MB || 1933MB || 1879MB || primary || ext4 || | ||
+ | |- | ||
+ | | || 1933MB || 7965MB || 6032MB || || Free Space || | ||
+ | |} |
Revision as of 10:37, 9 November 2013
Full debian GNU/Linux 7.2 codename Wheezy (stable) with LXDE desktop environment hardfloat armv7l released Date: 29.09.2013
Contents
Features
- Hard-Float-ABI
- Ext4 Root for better performance
- Working Touch-Screen
- Working Nubs
- Screen-Off on LID-Close
- Low-Power-Mode
- WLAN
- Music ( with Sonata/MPD )
- Automount
Upcoming
- Assistant for tzdata
- libpnd - PND-Support
- OpenGL not tested yet
- Aptitude
Download here
Installation
note: It is assumed here, that the card-reader load the card as /dev/sdc. Please check before which device is your sd-card ! This can be checked with gparted. Minimum requirement 2GB SD-card.
- Download Image ( as 7z )
- Verify md5-checksum:
pandian-stable-hf_2013-09-29.001.7z 2a85bbb40bbe7c6e8f92f058e150951a
pandian-stable-hf_2013-09-29.001.img e62d101dc708de49af1ca7743e2df2bd - Unzip with 7z ( in Linux with 7zr e <image.7z> )
- Copy image to SD-Card ( dd if=<image.img> of=/dev/sdx ) Don't specify "bs="
Username: Pandian
Passwd: Root (change this after installation)
Resize
Default installation is limited to 2GB, if you want to expand it, you can, provided you have installed it on a bigger SD-card and want to make use of the space.
- Size will be changed with parted
- parted /dev/sdx
- show size with "print free"
- (parted) print free # Model: USB Mass Storage Device (scsi)
- Disk /dev/sdc: 7965MB# Sector size (logical/physical): 512B/512B# Partition Table: msdos
Number | Start | End | Size | Type | File system | Flags |
32,3kB | 1049kB | 1016kB | Free Space | |||
1 | 1049kB | 53,5MB | 52,4MB | primary | fat32 | |
2 | 53,5MB | 1933MB | 1879MB | primary | ext4 | |
1933MB | 7965MB | 6032MB | Free Space |