Re: [GTA-04] multiboot with QtMoko/SHR

2012-11-13 Thread Lukas Märdian
Hi,

the SHR install guide already conforms with the new uboot setup metioned
by Nikolaus.

You can just partition you SD card with up to 4 ext partitions and put
SHR on any of them. BUT your kernel needs to take the 'rootfs' bootarg
from the bootloader for this to work. There are some kernels wich have
'rootfs=/dev/mmcblk0p2' hardcoded, e.g. old SHR kernels (fixed since 29
Oct. [0]), NeilBrown's kernel (gta04_defconfig), ...

I hope this helps,
  Lukas

[0]
http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=50c4dbb7aece3d33b2a718d82a093700c066fe02

Am 13.11.2012 18:09, schrieb A.dre:
> Thanks for your quick response. I will try an entirely different
> partitioning scheme (omitting the FAT32 on p1).
> 
> Still puzzled as why my SHR on p4 never booted.
> 
> As for 'unofficial beagle board pages', I was redirected there by [7]:
>  "The SD card needs to have a special format as described here."
> (Probably I misinterpreted something here(?).)
> 
> Thanks again, André.
> 
> [7] http://projects.goldelico.com/p/gta04-rootfs/
> 
> On 11/13/2012 05:53 PM, Dr. H. Nikolaus Schaller wrote:
>> Hi,
>> with the new boot system [5] you can just format the heads/cylinders
>> as you like
>> and ignore [1] as long as your x-loader in NAND is intact. And even
>> then, I
>> suggest to follow the GTA04 documentation and not some inofficial beagle
>> board pages.
>>
>> The new boot system scans for the first kernel it finds in any of the
>> 4 ext2/3/4 partitions.
>> Therefore the first partition not even needs to be FAT and you can
>> have 4 ext partitions.
>>
>> Unfortunately I did not yet find the time to write a full documentation.
>>
>> Nikolaus
>>
>> [5] http://download.goldelico.com/gta04/20121030-GTA04-Production/
>>
>>
>> Am 13.11.2012 um 17:43 schrieb A.dre:
>>
>>> Is it possible to prepare a SD-card for GTA-04 with multiple OS'es
>>> installed? (QtMoko and SHR in my case.)
>>>
>>> I tried and did not succeed. I followed (in chronological order)
>>> [1](sd-card), [2](QtMoko) and [3](SHR) with result [4]
>>>
>>> Different from [2] is that partition 4 is formatted as ext3 (instead
>>> of SWAP). This is the partition where I put SHR.
>>> As I understand from [3] SHR does not mandate specific partitions to
>>> be installed on.
>>>
>>> I tried QtMoko on partition 2 and SHR on p4. I never got SHR to boot.
>>>   (QtMoko did boot.)
>>> I tried SHR on partition 2 and another SHR on p4. I never got SHR to
>>> boot from p4.
>>>   (SHR from p2 booted although I selected p4 during boot!)
>>>
>>> Any ideas?
>>> Should the partition with /boot reside below 2GB?
>>> Is it mandatory to put QtMoko/rootfs on partition 2?
>>>
>>> Thanks in advance for any suggestions,
>>> André
>>>
>>> (As I'm writing this email I see the number heads is 246 instead of
>>> the 255 as in mentioned in [1]. I will give it another try.)
>>>
>>> [1] http://code.google.com/p/beagleboard/wiki/LinuxBootDiskFormat
>>> [2] http://sourceforge.net/projects/qtmoko/files/GTA04/
>>> [3] http://shr-project.org/trac/wiki/Devices/GTA04/InstallGuide
>>> [4]$ sudo fdisk -l /dev/sdb
>>> Disk /dev/sdb: 7969 MB, 7969177600 bytes
>>> 246 heads, 62 sectors/track, 1020 cylinders, total 15564800 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: 0x
>>>
>>>Device Boot  Start End  Blocks   Id  System
>>> /dev/sdb1   *  63  144584   72261c  W95 FAT32 (LBA)
>>> /dev/sdb2  144585 5284655 2570035+  83  Linux
>>> /dev/sdb3 528465610424726 2570035+   c  W95 FAT32 (LBA)
>>> /dev/sdb41042472715564797 2570035+  83  Linux
>>> $
>>>
>>>
>>> ___
>>> Openmoko community mailing list
>>> community@lists.openmoko.org
>>> http://lists.openmoko.org/mailman/listinfo/community
>>
> 
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community




signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [GTA-04] multiboot with QtMoko/SHR

2012-11-13 Thread A.dre
Thanks for your quick response. I will try an entirely different 
partitioning scheme (omitting the FAT32 on p1).


Still puzzled as why my SHR on p4 never booted.

As for 'unofficial beagle board pages', I was redirected there by [7]:
 "The SD card needs to have a special format as described here."
(Probably I misinterpreted something here(?).)

Thanks again, André.

[7] http://projects.goldelico.com/p/gta04-rootfs/

On 11/13/2012 05:53 PM, Dr. H. Nikolaus Schaller wrote:

Hi,
with the new boot system [5] you can just format the heads/cylinders as you like
and ignore [1] as long as your x-loader in NAND is intact. And even then, I
suggest to follow the GTA04 documentation and not some inofficial beagle
board pages.

The new boot system scans for the first kernel it finds in any of the 4 
ext2/3/4 partitions.
Therefore the first partition not even needs to be FAT and you can have 4 ext 
partitions.

Unfortunately I did not yet find the time to write a full documentation.

Nikolaus

[5] http://download.goldelico.com/gta04/20121030-GTA04-Production/


Am 13.11.2012 um 17:43 schrieb A.dre:


Is it possible to prepare a SD-card for GTA-04 with multiple OS'es installed? 
(QtMoko and SHR in my case.)

I tried and did not succeed. I followed (in chronological order) [1](sd-card), 
[2](QtMoko) and [3](SHR) with result [4]

Different from [2] is that partition 4 is formatted as ext3 (instead of SWAP). 
This is the partition where I put SHR.
As I understand from [3] SHR does not mandate specific partitions to be 
installed on.

I tried QtMoko on partition 2 and SHR on p4. I never got SHR to boot.
  (QtMoko did boot.)
I tried SHR on partition 2 and another SHR on p4. I never got SHR to boot from 
p4.
  (SHR from p2 booted although I selected p4 during boot!)

Any ideas?
Should the partition with /boot reside below 2GB?
Is it mandatory to put QtMoko/rootfs on partition 2?

Thanks in advance for any suggestions,
André

(As I'm writing this email I see the number heads is 246 instead of the 255 as 
in mentioned in [1]. I will give it another try.)

[1] http://code.google.com/p/beagleboard/wiki/LinuxBootDiskFormat
[2] http://sourceforge.net/projects/qtmoko/files/GTA04/
[3] http://shr-project.org/trac/wiki/Devices/GTA04/InstallGuide
[4]$ sudo fdisk -l /dev/sdb
Disk /dev/sdb: 7969 MB, 7969177600 bytes
246 heads, 62 sectors/track, 1020 cylinders, total 15564800 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: 0x

   Device Boot  Start End  Blocks   Id  System
/dev/sdb1   *  63  144584   72261c  W95 FAT32 (LBA)
/dev/sdb2  144585 5284655 2570035+  83  Linux
/dev/sdb3 528465610424726 2570035+   c  W95 FAT32 (LBA)
/dev/sdb41042472715564797 2570035+  83  Linux
$


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community





___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [GTA-04] multiboot with QtMoko/SHR

2012-11-13 Thread Dr. H. Nikolaus Schaller
Hi,
with the new boot system [5] you can just format the heads/cylinders as you like
and ignore [1] as long as your x-loader in NAND is intact. And even then, I
suggest to follow the GTA04 documentation and not some inofficial beagle
board pages.

The new boot system scans for the first kernel it finds in any of the 4 
ext2/3/4 partitions.
Therefore the first partition not even needs to be FAT and you can have 4 ext 
partitions.

Unfortunately I did not yet find the time to write a full documentation.

Nikolaus

[5] http://download.goldelico.com/gta04/20121030-GTA04-Production/


Am 13.11.2012 um 17:43 schrieb A.dre:

> Is it possible to prepare a SD-card for GTA-04 with multiple OS'es installed? 
> (QtMoko and SHR in my case.)
> 
> I tried and did not succeed. I followed (in chronological order) 
> [1](sd-card), [2](QtMoko) and [3](SHR) with result [4]
> 
> Different from [2] is that partition 4 is formatted as ext3 (instead of 
> SWAP). This is the partition where I put SHR.
> As I understand from [3] SHR does not mandate specific partitions to be 
> installed on.
> 
> I tried QtMoko on partition 2 and SHR on p4. I never got SHR to boot.
>  (QtMoko did boot.)
> I tried SHR on partition 2 and another SHR on p4. I never got SHR to boot 
> from p4.
>  (SHR from p2 booted although I selected p4 during boot!)
> 
> Any ideas?
> Should the partition with /boot reside below 2GB?
> Is it mandatory to put QtMoko/rootfs on partition 2?
> 
> Thanks in advance for any suggestions,
> André
> 
> (As I'm writing this email I see the number heads is 246 instead of the 255 
> as in mentioned in [1]. I will give it another try.)
> 
> [1] http://code.google.com/p/beagleboard/wiki/LinuxBootDiskFormat
> [2] http://sourceforge.net/projects/qtmoko/files/GTA04/
> [3] http://shr-project.org/trac/wiki/Devices/GTA04/InstallGuide
> [4]$ sudo fdisk -l /dev/sdb
> Disk /dev/sdb: 7969 MB, 7969177600 bytes
> 246 heads, 62 sectors/track, 1020 cylinders, total 15564800 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: 0x
> 
>   Device Boot  Start End  Blocks   Id  System
> /dev/sdb1   *  63  144584   72261c  W95 FAT32 (LBA)
> /dev/sdb2  144585 5284655 2570035+  83  Linux
> /dev/sdb3 528465610424726 2570035+   c  W95 FAT32 (LBA)
> /dev/sdb41042472715564797 2570035+  83  Linux
> $
> 
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[GTA-04] multiboot with QtMoko/SHR

2012-11-13 Thread A.dre
Is it possible to prepare a SD-card for GTA-04 with multiple OS'es 
installed? (QtMoko and SHR in my case.)


I tried and did not succeed. I followed (in chronological order) 
[1](sd-card), [2](QtMoko) and [3](SHR) with result [4]


Different from [2] is that partition 4 is formatted as ext3 (instead of 
SWAP). This is the partition where I put SHR.
As I understand from [3] SHR does not mandate specific partitions to be 
installed on.


I tried QtMoko on partition 2 and SHR on p4. I never got SHR to boot.
  (QtMoko did boot.)
I tried SHR on partition 2 and another SHR on p4. I never got SHR to 
boot from p4.

  (SHR from p2 booted although I selected p4 during boot!)

Any ideas?
Should the partition with /boot reside below 2GB?
Is it mandatory to put QtMoko/rootfs on partition 2?

Thanks in advance for any suggestions,
André

(As I'm writing this email I see the number heads is 246 instead of the 
255 as in mentioned in [1]. I will give it another try.)


[1] http://code.google.com/p/beagleboard/wiki/LinuxBootDiskFormat
[2] http://sourceforge.net/projects/qtmoko/files/GTA04/
[3] http://shr-project.org/trac/wiki/Devices/GTA04/InstallGuide
[4]$ sudo fdisk -l /dev/sdb
Disk /dev/sdb: 7969 MB, 7969177600 bytes
246 heads, 62 sectors/track, 1020 cylinders, total 15564800 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: 0x

   Device Boot  Start End  Blocks   Id  System
/dev/sdb1   *  63  144584   72261c  W95 FAT32 (LBA)
/dev/sdb2  144585 5284655 2570035+  83  Linux
/dev/sdb3 528465610424726 2570035+   c  W95 FAT32 (LBA)
/dev/sdb41042472715564797 2570035+  83  Linux
$


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GTA04 sound

2012-11-13 Thread Griera
Hi:

I confirm that with the meeting profile, I can hear the voice from the
telephone call.

Thanks a lot. Regards. Griera.


On Mon, 12 Nov 2012 19:00:54 +0100
Radek Polak  wrote:

> On Monday, November 12, 2012 05:29:53 PM Griera wrote:
> 
> > Hi:
> > 
> > My OpenPhoenux GTA04 arrived! Thanks all for the work!!
> > 
> > I installed QTMoko v48 (thanks a lot, Radek) downloaded from:
> > 
> > http://sourceforge.net/projects/qtmoko/files/GTA04/
> > 
> > Sometimes I have a serious problem with sound (I never had this problem
> > with GTA02):
> > 
> >   - Incoming calls do not result in any audio tone but the call actually
> > received.
> 
> Hi,
> there is something wrong with ringtones playback - it keeps the sound card 
> open. You can workaround it by setting meeting profile (no ringtones, but the 
> phone will vibrate). You can do this by going to Settings->Ringtones and 
> profiles->select meeting->select Activate from context menu.
> 
> I am currenyly working on solution, but it will take a few days or maybe 
> weeks.
> 
> > On the home screen there are two icons: 1.sh and 2.sh. What are they?
> 
> I dont think they do anything useful now. They are executed in early boot 
> (initramfs). You can use those scripts e.g. for some custom booting - like 
> squashfs, tmpfs or nfs image.
> 
> > After installing v48 QTMoko the NAND home screen icon does not work.
> 
> You would have to flash QtMoko to NAND. But this is not working good and is 
> even discouraged. It's best to keep the stock hw validation distribution in 
> NAND. On GTA04 SD card works fast and reliably so there is not much reason to 
> do any flashing.
> 
> Regards
> 
> Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Where is the design and electric scheme of gta04?

2012-11-13 Thread Radek Polak
On Monday, November 12, 2012 09:54:45 PM Nadav Vinik wrote:

> Thanks
> Nice to know that the new open moko is not really open hardware

I dont think you are right here.

> The guide which also contain the scheme  is not open:
> 
> For commercial use, please contact Golden Delicious Computers GmbH&Co. KG
> for a
> license.
> ©Golden Delicious Computers, 2011-2012. License: CC-BY-*NC*-SA.!
> 
> :(

IIRC this is only license for the user manual. It was already discussed here, 
you can search the archives and you should not make assumptions that fast... 

Also you are crying on the wrong mailing list. gta04-owner or the other 
Goldelico's mailing lists are right place to ask since i doubt GTA04 devs are 
reading this list.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community