Difference between revisions of "Pandian"

From Pandora Wiki
Jump to: navigation, search
m (Stackshadow moved page Software projects/OS/Pandian/02 en to Pandian over redirect)
m (merged the single pages of pandian together)
Line 1: Line 1:
 +
[[File:Post-3032-0-90501200-1380479048.png|thumbnail|Logo]]
  
 +
= Pandian =
 +
Pandian is an debian-based armhf distro for you Pandora
 +
 +
== Main Idea ==
 +
Bring a fully desktop to the pandora with the flavor of debian :)
 +
 +
== Help / Bugs / Features ==
 +
Ideas, Bugs, or features-requests take a look on:
 +
http://www.evilbrain.de/projects/pandian/issues
 +
 +
== Versions ==
 +
 +
{| class="wikitable"
 +
|-
 +
! Release !! Version Name !! Description
 +
|-
 +
| 29.09.2013 || 02 || The very first version of pandian
 +
|-
 +
| End of December || "MARK 2" || The next version
 +
|}
 +
 +
= 01 =
 +
'''Full debian GNU/Linux 7.2 codename Wheezy (stable) with LXDE desktop environment hardfloat armv7l released Date: 29.09.2013'''
 +
 +
==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/Ideas ==
 +
 +
* Assistant for tzdata
 +
* libpnd - PND-Support
 +
* OpenGL not tested yet
 +
* Aptitude
 +
* Minimal-Network-Installation
 +
* Pandian-Debian-Repository for special packages ( libpnd, touch-screen-calibrator )
 +
* of course, in-system-documentation ( Documentation on the pandora )
 +
 +
Download [http://www.share-online.biz/dl/TPMFFXTM2AU here]
 +
 +
[http://boards.openpandora.org/topic/14482-pandian-01 Forum thread]
 +
 +
== 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: <br /> pandian-stable-hf_2013-09-29.001.7z '''2a85bbb40bbe7c6e8f92f058e150951a'''  <br />  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'' <br />
 +
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 ||
 +
|}
 +
 +
we would like to resize the second partition to the nearly end ( -512MB for swap )
 +
# (parted) resizepart                                                      # Partition number? 2                                                      # Warning: Partition /dev/sdc2 is being used. Are you sure you want to continue?# Yes/No? YES                                                              # End?  [1933MB]? 7453MB this is how the partitions looks like after
 +
 +
(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 || '''7453'''MB || '''7400'''MB || primary || ext4 ||
 +
|-
 +
|        || '''7453'''MB || 7965MB || '''512'''MB ||          || Free Space ||
 +
|}
 +
 +
create Swap (optional)
 +
 +
(parted) mkpart primary linux-swap
 +
Start? 7453MB
 +
End? 7965MB
 +
 +
this is how the partitions looks like after
 +
 +
(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 || 7453MB || 7400MB || primary || ext4 ||
 +
|-
 +
|      ||  '''7453MB'''  || '''7453MB''' || '''278kB''' ||        ||  '''Free Space'''||
 +
|-
 +
|        || 7453MB || 7965MB || 512MB ||  '''primary'''  || Free Space ||
 +
|}
 +
disregard the 4th entry, the new resized partition is the last one.
 +
 +
resize filesystem
 +
*resize2fs /dev/sdc2
 +
 +
 +
 +
create swap
 +
 +
*mkswap /dev/sdc3
 +
 +
[[Category:Documentation]]
 +
[[Category:Operating system]]
 +
[[Category:Software]]
 +
 +
= MARK2 =
 +
{{warning
 +
| '''<big>Pandian MARK2 is not released yet, so please do nothing which is mentioned below this chapter ! Its only for preliminary documentation purpose to dont forget anything :)
 +
IT WILL NOT WORK WITH THE ACTUAL VERSION OF PANDIAN</big>'''
 +
}}
 +
 +
== Additional Users/Groups ==
 +
There are additional Users/Groups added to the standard debian-users
 +
=== Groups ===
 +
* admin
 +
:This user is used by sudo for admin task like shutdown etc.

Revision as of 21:29, 6 December 2013

Logo

Pandian

Pandian is an debian-based armhf distro for you Pandora

Main Idea

Bring a fully desktop to the pandora with the flavor of debian :)

Help / Bugs / Features

Ideas, Bugs, or features-requests take a look on: http://www.evilbrain.de/projects/pandian/issues

Versions

Release Version Name Description
29.09.2013 02 The very first version of pandian
End of December "MARK 2" The next version

01

Full debian GNU/Linux 7.2 codename Wheezy (stable) with LXDE desktop environment hardfloat armv7l released Date: 29.09.2013

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/Ideas

  • Assistant for tzdata
  • libpnd - PND-Support
  • OpenGL not tested yet
  • Aptitude
  • Minimal-Network-Installation
  • Pandian-Debian-Repository for special packages ( libpnd, touch-screen-calibrator )
  • of course, in-system-documentation ( Documentation on the pandora )

Download here

Forum thread

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.

  1. Download Image ( as 7z )
  2. Verify md5-checksum:
    pandian-stable-hf_2013-09-29.001.7z 2a85bbb40bbe7c6e8f92f058e150951a
    pandian-stable-hf_2013-09-29.001.img e62d101dc708de49af1ca7743e2df2bd
  3. Unzip with 7z ( in Linux with 7zr e <image.7z> )
  4. 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"
  1. (parted) print free # Model: USB Mass Storage Device (scsi)
  2. 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

we would like to resize the second partition to the nearly end ( -512MB for swap )

  1. (parted) resizepart # Partition number? 2 # Warning: Partition /dev/sdc2 is being used. Are you sure you want to continue?# Yes/No? YES # End? [1933MB]? 7453MB this is how the partitions looks like after

(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 7453MB 7400MB primary ext4
7453MB 7965MB 512MB Free Space

create Swap (optional)

(parted) mkpart primary linux-swap Start? 7453MB End? 7965MB

this is how the partitions looks like after

(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 7453MB 7400MB primary ext4
7453MB 7453MB 278kB Free Space
7453MB 7965MB 512MB primary Free Space

disregard the 4th entry, the new resized partition is the last one.

resize filesystem

  • resize2fs /dev/sdc2


create swap

  • mkswap /dev/sdc3

MARK2



Additional Users/Groups

There are additional Users/Groups added to the standard debian-users

Groups

  • admin
This user is used by sudo for admin task like shutdown etc.