Re: GSM Firmware Flashed, now UBIFS problem and Kernel Panic

2011-04-14 Thread sferic
Hi, to mount a ubifs you should give another way a try: cat /proc/mtd ubiattach /dev/ubi_ctrl -m 6 -d 0 -O 2048 mkdir /tmp/qtmoko mount -t ubifs ubi0_0 /tmp/qtmoko/ I found this at the ubuntu-wiki, a nice source for all linux-related questions (as far they are not openmoko-specific - of course!)

Re: qtmoko v35- status of qtmoko.meurisse.org

2011-04-14 Thread Vincent Meurisse
> Uhm, ok now it's working don't know what's wrong before... sorry for > bothering My bad. I made a mistake while uploading the files. Anyway it's fixed now. Regards -- Vincent Meurisse ___ Openmoko community mailing list community@lists.openmoko

Re: qtmoko v35- status of qtmoko.meurisse.org

2011-04-14 Thread urodelo
Just finished, rebooted, but qtmoko doesn't start. It has stopped at "login". I've got several modules errors, included one for usb device which doesn't allow me to connect through ush with ssh anymore. Tomorrow I'll chroot in that partition and see what went wrong. urodelo On Thu, 14 Apr 20

Re: qtmoko v35- status of qtmoko.meurisse.org

2011-04-14 Thread urodelo
Uhm, ok now it's working don't know what's wrong before... sorry for bothering I'm upgrading now On Thu, 14 Apr 2011 20:18:56 +0200, urodelo wrote: Helo. When I run apt-get update, I get this error: W: Failed to fetch http://qtmoko.meurisse.org/Release Unable to find expected ent

Re: qtmoko v35- status of qtmoko.meurisse.org

2011-04-14 Thread urodelo
Helo. When I run apt-get update, I get this error: W: Failed to fetch http://qtmoko.meurisse.org/Release Unable to find expected entry Packages in Meta-index file (malformed Release file?) E: Some index files failed to download, they have been ignored, or old ones used instead. in my s

Re: [QtMoko] Update v31 to v35

2011-04-14 Thread Vincent Meurisse
Hello, > I am trying to upgrade 31 to 35 following the instructions: > http://qtmoko.org/wiki/Update#Updates > but does nothing. You first need to install the packages: edit the file /etc/apt/sources.list and add the line deb http://qtmoko.meurisse.org / then run: #apt-get update #apt-get i

Re: GSM Firmware Flashed, now UBIFS problem and Kernel Panic

2011-04-14 Thread Benjamin Deering
On 04/14/2011 12:13 PM, Thomas Franck wrote: --- On Thu, 4/14/11, Dave wrote: On Thu, Apr 14, 2011 at 7:21 PM, Raphael Wimmer wrote: If there is a better solution that preserves the FS, I would be happy to learn about it. I wonder if it would be possible to boot into

Re: GSM Firmware Flashed, now UBIFS problem and Kernel Panic

2011-04-14 Thread Thomas Franck
> --- On Thu, 4/14/11, Dave wrote: >> On Thu, Apr 14, 2011 at 7:21 PM, Raphael Wimmer >> wrote: >>> If there is a better solution that preserves the FS, >>> I would be happy to learn about it. >> I wonder if it would be possible to boot into a distro on the sd card >> and mount the nand partition

Re: GSM Firmware Flashed, now UBIFS problem and Kernel Panic

2011-04-14 Thread W. B. Kranendonk
--- On Thu, 4/14/11, Dave wrote: > On Thu, Apr 14, 2011 at 7:21 PM, Raphael Wimmer > wrote: > > If there is a better solution that preserves the FS, > > I would be happy to learn about it. > I wonder if it would be possible to boot into a distro on the sd card > and mount the nand partitions. Th

Re: GSM Firmware Flashed, now UBIFS problem and Kernel Panic

2011-04-14 Thread Dave
I wonder if it would be possible to boot into a distro on the sd card and mount the nand partitions. Then you could save /home. Just a thought. On Thu, Apr 14, 2011 at 7:21 PM, Raphael Wimmer wrote: > Hi Thomas, > > > On Thu, 14 Apr 2011 11:05:38 +0200, Thomas Franck > wrote: > [...] > > ---8<-

Re: GSM Firmware Flashed, now UBIFS problem and Kernel Panic

2011-04-14 Thread Raphael Wimmer
Hi Thomas, On Thu, 14 Apr 2011 11:05:38 +0200, Thomas Franck wrote: [...] ---8<8<- UBIFS error (pid 1): ubifs_read_node: bad node type (255 but expected 6) UBIFS error (pid 1): ubifs_Read_node: bad node at LEB 0:0 Kernel panic - not syncing: VFS: Unable to mount

GSM Firmware Flashed, now UBIFS problem and Kernel Panic

2011-04-14 Thread Thomas Franck
Hi.. Please advice if you can.. Stupidly I didn't make any backup prior to this.. (well, nothing recent anyways) my QtMoko is on NAND and I just used the µSD Flashing Method as recommended in the Wiki to update my GSM Firmware from Moko10 to Moko11.. It finshed with D_O_N_E and showed the green

[QtMoko] Update v31 to v35

2011-04-14 Thread GRiera
Hi: I'm fairly new to the world of OpenMoko and (I'm using OpenMoko ago only a few months). I've been using version v31 of QtMoko. I am trying to upgrade 31 to 35 following the instructions: http://qtmoko.org/wiki/Update#Updates but does nothing. The commands I use are: neo:~# apt-g