Re: Can't Boot Qtopia from microSD

2008-08-08 Thread Olivier Berger
"Matthew McCormick" <[EMAIL PROTECTED]> writes: > On Wed, Aug 6, 2008 at 8:33 AM, Matthew McCormick < > [EMAIL PROTECTED]> wrote: > >> Brian C <[EMAIL PROTECTED]> writes: >> >> > >> > 2. partition2 is where I want to put Qtopia. >> > After formatting it ext2 and mounting the partition, I did: >> >

Re: Can't Boot Qtopia from microSD

2008-08-06 Thread Shakthi Kannan
Hi Brian, --- On Wed, Aug 6, 2008 at 9:59 PM, Brian C <[EMAIL PROTECTED]> wrote: | [EMAIL PROTECTED]:/mnt/qtopia# modprobe mtdcore \-- Not on the device, but, on the host development system. Please see: http://wiki.openmoko.org/wiki/Userspace_root_image#Mounting_the_JFFS2_image_on_a_loop_back_dev

Re: Can't Boot Qtopia from microSD

2008-08-06 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | Andy Green wrote: | |> setenv bootcmd mmcinit \; ext2load mmc 2 0x3200 uImage.bin \; |> setenv bootargs \${mtdparts} rootfstype=ext2 root=/dev/mmcblk0p2 |> console=ttySAC2,115200 loglevel=4 init=/sbin/i

Re: Can't Boot Qtopia from microSD

2008-08-06 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | You are right that I did not extract the rootfs, but that is because 1) | I do not know how to extract the rootfs and 2) none of the various | instructions on the wiki (which are inconsistent) worked for me

Re: Can't Boot Qtopia from microSD

2008-08-06 Thread arne anka
> of them come back FATAL no such module, like so: > > [EMAIL PROTECTED]:/mnt/qtopia# modprobe mtdcore > FATAL: Module mtdcore not found. > [EMAIL PROTECTED]:/mnt/qtopia# modprobe jffs2 > FATAL: Module jffs2 not found. > [EMAIL PROTECTED]:/mnt/qtopia# modprobe mtdram total_size=59024 > FATAL: Modul

Re: Can't Boot Qtopia from microSD

2008-08-06 Thread Mike Montour
Andy Green wrote: > setenv bootcmd mmcinit \; ext2load mmc 2 0x3200 uImage.bin \; > setenv bootargs \${mtdparts} rootfstype=ext2 root=/dev/mmcblk0p2 > console=ttySAC2,115200 loglevel=4 init=/sbin/init \; bootm 0x3200 ; boot > > Notice on ext2load the first number is the partition index i

Re: Can't Boot Qtopia from microSD

2008-08-06 Thread Brian C
Matthew McCormick wrote: > Brian C <[EMAIL PROTECTED]> writes: > >> >> 2. partition2 is where I want to put Qtopia. >> After formatting it ext2 and mounting the partition, I did: >> wget http://qtopia.net/downloads/neo/qtopia-4.3.2-gta02-flash-07221045.tgz >> tar zvxf qtopia-4.3.2-gta02-flash-0722

Re: Can't Boot Qtopia from microSD

2008-08-06 Thread Matthew McCormick
On Wed, Aug 6, 2008 at 8:33 AM, Matthew McCormick < [EMAIL PROTECTED]> wrote: > Brian C <[EMAIL PROTECTED]> writes: > > > > > 2. partition2 is where I want to put Qtopia. > > After formatting it ext2 and mounting the partition, I did: > > wget > http://qtopia.net/downloads/neo/qtopia-4.3.2-gta02-f

Re: Can't Boot Qtopia from microSD

2008-08-06 Thread Matthew McCormick
Brian C <[EMAIL PROTECTED]> writes: > > 2. partition2 is where I want to put Qtopia. > After formatting it ext2 and mounting the partition, I did: > wget http://qtopia.net/downloads/neo/qtopia-4.3.2-gta02-flash-07221045.tgz > tar zvxf qtopia-4.3.2-gta02-flash-07221045.tgz > mv uImage*.bin uImage.b

Re: Can't Boot Qtopia from microSD

2008-08-06 Thread Shakthi Kannan
Hi Brian, --- On Wed, Aug 6, 2008 at 1:37 PM, Brian C <[EMAIL PROTECTED]> wrote: | If someone has Qtopia (or any other distro, for that matter) booting | from microSD, I'd appreciate very step-by-step instructions \-- Some quick notes I had made: 1. Download qtopia-4.3.2-gta02-flash-07221045.tgz

Re: Can't Boot Qtopia from microSD

2008-08-06 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | I changed the kernel name based on something I read stating it had to be | called uImage.bin (is that wrong?) It needs to match whatever you called it on the kernel commandline in U-Boot, our ones use "uIm