Can we boot directly from the MMC card

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

Can we boot directly from the MMC card

by Michael Thompson-14 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

All,
I have been working the WaySmall Basix 200 computer with a 1gb RS-MMC card using the serial connection and Windows XP HyperTerminal for communications. I would like to know if we can boot directly from the MMC card and how I can configure the system to do that. Thanks for your help.
 
Mike Thompson

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Koen Kooi-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michael Thompson schreef:
| All,
| I have been working the WaySmall Basix 200 computer with a 1gb RS-MMC
| card using the serial connection and Windows XP HyperTerminal for
| communications. I would like to know if we can boot directly from the
| MMC card and how I can configure the system to do that. Thanks for your
| help.

If the mmc controller is supported in uboot try:

mmcinit; ext2load mmc 0:1 0x20008000 /uImage; bootm 0x20008000

that should boot 'uImage' from the first (ext2) partition on the mmc
card. It will probably require changing bootargs as well, but the above
should work as a test to see if uboot can use the mmc controller.

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFHh5+qMkyGM64RGpERAicSAJ9IWtlyx7whPK+IeKVkw25zTcP35ACfbhOf
MtRKhQzgN8yPPzmHWqBDeY8=
=KXKP
-----END PGP SIGNATURE-----


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Levi Scott :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Since hes running Windows XP I don't think he can create a ext2
partition on his mmc.  You'll have to boot from a linux live-cd like
knoppix or ubuntu etc to create an ext2 partition on the mmc card.
On Fri, 2008-01-11 at 17:56 +0100, Koen Kooi wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Michael Thompson schreef:
> | All,
> | I have been working the WaySmall Basix 200 computer with a 1gb RS-MMC
> | card using the serial connection and Windows XP HyperTerminal for
> | communications. I would like to know if we can boot directly from the
> | MMC card and how I can configure the system to do that. Thanks for your
> | help.
>
> If the mmc controller is supported in uboot try:
>
> mmcinit; ext2load mmc 0:1 0x20008000 /uImage; bootm 0x20008000
>
> that should boot 'uImage' from the first (ext2) partition on the mmc
> card. It will probably require changing bootargs as well, but the above
> should work as a test to see if uboot can use the mmc controller.
>
> regards,
>
> Koen
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFHh5+qMkyGM64RGpERAicSAJ9IWtlyx7whPK+IeKVkw25zTcP35ACfbhOf
> MtRKhQzgN8yPPzmHWqBDeY8=
> =KXKP
> -----END PGP SIGNATURE-----
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> gumstix-users mailing list
> gumstix-users@...
> https://lists.sourceforge.net/lists/listinfo/gumstix-users


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Koen Kooi-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Levi Scott schreef:
| Since hes running Windows XP I don't think he can create a ext2
| partition on his mmc.

yes you can:

http://www.ext2fsd.com/projects/projects.htm#ext2fsd

regards,

Koen


| You'll have to boot from a linux live-cd like
| knoppix or ubuntu etc to create an ext2 partition on the mmc card.
| On Fri, 2008-01-11 at 17:56 +0100, Koen Kooi wrote:
| Michael Thompson schreef:
| | All,
| | I have been working the WaySmall Basix 200 computer with a 1gb RS-MMC
| | card using the serial connection and Windows XP HyperTerminal for
| | communications. I would like to know if we can boot directly from the
| | MMC card and how I can configure the system to do that. Thanks for your
| | help.
|
| If the mmc controller is supported in uboot try:
|
| mmcinit; ext2load mmc 0:1 0x20008000 /uImage; bootm 0x20008000
|
| that should boot 'uImage' from the first (ext2) partition on the mmc
| card. It will probably require changing bootargs as well, but the above
| should work as a test to see if uboot can use the mmc controller.
|
| regards,
|
| Koen
|>
|>
- -------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

| -------------------------------------------------------------------------
| Check out the new SourceForge.net Marketplace.
| It's the best place to buy or sell services for
| just about anything Open Source.
|
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFHh6H9MkyGM64RGpERAnQlAKCixKgN+pJtNyp7hRh/brqM4eRzuQCeIhQe
ToNhnCclQms0/NVIgkJIZBY=
=J+rM
-----END PGP SIGNATURE-----


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Michael Thompson-14 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Koen,
Thanks for your reply but I am a little confused. The 'extfsd' program that
you wrote about. First - Do I use extfsd to create the ext2 filesystem on
the RS-MMC card? Second - The mmcinit does not support ext2load cmd. I get
the following error:

GUM> mmcinit; ext2load mmc 0:1 0x20008000 /uImage; bootm 0x20008000

CPU: Testing write buffer                        
MMC found. Card desciption is:                              
NET: Manufacturer ID = 4d117516                          
HW/FW Revision = 0 0istered protocol fam

Product Name =  04CMMu?                      
IP route        
Serial Number = 1c0000es: 512 (order: -1, 20

Month = 7        
Year = 2006          
Unknown command 'ext2load' - try 'help'

Thanks for your help.

Mike Thompson



-----Original Message-----
From: gumstix-users-bounces@...
[mailto:gumstix-users-bounces@...] On Behalf Of Koen Kooi
Sent: Friday, January 11, 2008 12:06 PM
To: gumstix-users@...
Subject: Re: [Gumstix-users] Can we boot directly from the MMC card

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Levi Scott schreef:
| Since hes running Windows XP I don't think he can create a ext2
| partition on his mmc.

yes you can:

http://www.ext2fsd.com/projects/projects.htm#ext2fsd

regards,

Koen


| You'll have to boot from a linux live-cd like knoppix or ubuntu etc to
| create an ext2 partition on the mmc card.
| On Fri, 2008-01-11 at 17:56 +0100, Koen Kooi wrote:
| Michael Thompson schreef:
| | All,
| | I have been working the WaySmall Basix 200 computer with a 1gb
| | RS-MMC card using the serial connection and Windows XP HyperTerminal
| | for communications. I would like to know if we can boot directly
| | from the MMC card and how I can configure the system to do that.
| | Thanks for your help.
|
| If the mmc controller is supported in uboot try:
|
| mmcinit; ext2load mmc 0:1 0x20008000 /uImage; bootm 0x20008000
|
| that should boot 'uImage' from the first (ext2) partition on the mmc
| card. It will probably require changing bootargs as well, but the
| above should work as a test to see if uboot can use the mmc controller.
|
| regards,
|
| Koen
|>
|>
- -------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for just about anything Open
Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

| ----------------------------------------------------------------------
| --- Check out the new SourceForge.net Marketplace.
| It's the best place to buy or sell services for just about anything
| Open Source.
|
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFHh6H9MkyGM64RGpERAnQlAKCixKgN+pJtNyp7hRh/brqM4eRzuQCeIhQe
ToNhnCclQms0/NVIgkJIZBY=
=J+rM
-----END PGP SIGNATURE-----


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for just about anything Open
Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Philip Balister :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Michael Thompson wrote:
> Koen,
> Thanks for your reply but I am a little confused. The 'extfsd' program that
> you wrote about. First - Do I use extfsd to create the ext2 filesystem on
> the RS-MMC card? Second - The mmcinit does not support ext2load cmd. I get

I think that is what Koen is suggesting. I haven't tried creating the
file system via windows though. I've found creating ext2 on micro SD
cards to be flaky. I have to find a good usb to SD card interface. Of
course this may be the linus drivers for the card readers.

> the following error:
>
> GUM> mmcinit; ext2load mmc 0:1 0x20008000 /uImage; bootm 0x20008000
>
> CPU: Testing write buffer                        
> MMC found. Card desciption is:                              
> NET: Manufacturer ID = 4d117516                          
> HW/FW Revision = 0 0istered protocol fam
>
> Product Name =  04CMMu?                      
> IP route        
> Serial Number = 1c0000es: 512 (order: -1, 20
>
> Month = 7        
> Year = 2006          
> Unknown command 'ext2load' - try 'help'
Maybe this feature is not selected for the gusmtix u-boot build?

Philip


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

smime.p7s (4K) Download Attachment

Re: Can we boot directly from the MMC card

by Marc Humphreys :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Take a look at this. http://docwiki.gumstix.org/Root_filesystems_initflash#Using_the_MMC_Card_as_the_Root_Filesystem

Its worked for me in the past.

 

There is interesting data here http://docwiki.gumstix.org/U-boot#Gumstix-factory.script  on the mechanics behind it, but I think that gumstix-factory script is old. The newer one supports mmc and cf. But it shows you the dirty details of getting it working from scratch. I think a lot of this is no longer necessary, but its been a while since I did it myself.

 

Marc

 


From: gumstix-users-bounces@... [mailto:gumstix-users-bounces@...] On Behalf Of Michael Thompson
Sent: Friday, January 11, 2008 11:45 AM
To: gumstix-users@...
Subject: [Gumstix-users] Can we boot directly from the MMC card

 

All,

I have been working the WaySmall Basix 200 computer with a 1gb RS-MMC card using the serial connection and Windows XP HyperTerminal for communications. I would like to know if we can boot directly from the MMC card and how I can configure the system to do that. Thanks for your help.

 

Mike Thompson


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Terry Kemp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Sat, 2008-01-12 at 12:42 -0500, Marc Humphreys wrote:

> Take a look at this.
> http://docwiki.gumstix.org/Root_filesystems_initflash#Using_the_MMC_Card_as_the_Root_Filesystem
>
> Its worked for me in the past.
>
>  
>
> There is interesting data here
> http://docwiki.gumstix.org/U-boot#Gumstix-factory.script  on the
> mechanics behind it, but I think that gumstix-factory script is old.
> The newer one supports mmc and cf. But it shows you the dirty details
> of getting it working from scratch. I think a lot of this is no longer
> necessary, but its been a while since I did it myself.
>

I have this working - verdex-xm4 booting from uSD.
I have started documenting it here.
Still got a lot to go (not fully tested and lots of mistakes) but it
might assist. Wouldn't mind some feedback if someone gets it working
with a screen - I don't have one yet.

Terry

>


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Terry Kemp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> >
>
> I have this working - verdex-xm4 booting from uSD.
> I have started documenting it here.
> Still got a lot to go (not fully tested and lots of mistakes) but it
> might assist. Wouldn't mind some feedback if someone gets it working
> with a screen - I don't have one yet.
>
> Terry
>

Doh! here is the link...
http://www.klc.net.nz/linux/?page_id=10


>
> >
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> gumstix-users mailing list
> gumstix-users@...
> https://lists.sourceforge.net/lists/listinfo/gumstix-users
>
>


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Tom Hoffman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey Terry,
     I've been mucking around with the instructions a bit and attempting to adapt them for booting from a CF card.  I can get the initramfs to come up ok, the init script to execute, root file system to mount, and the switch_root call to kick off (appears to be successfully).  Then things appear to go downhill when the /sbin/init on the newly mounted rootfs starts trying to insert modules and kick off services.  It basically displays the following after the switch_root and locks up:

mcf25: Unknown symbol cfio_dev_info
mcf25: Unknown symbol register_cf_driver
mcf25: Unknown symbol unregister_cf_driver
I2C: i2c-0: PXA I2C adapter
I2C: i2c-1: PXA I2C adapter
i2c /dev entries driver


Did you ever run into this issue?  Are you able to boot all the way with the gumstix-x11-basic rootfs on the card?  Any pointers from anyone highly appreciated.

Thanks,
Tom


Terry Kemp-2 wrote:
> >
>
> I have this working - verdex-xm4 booting from uSD.
> I have started documenting it here.
> Still got a lot to go (not fully tested and lots of mistakes) but it
> might assist. Wouldn't mind some feedback if someone gets it working
> with a screen - I don't have one yet.
>
> Terry
>

Doh! here is the link...
http://www.klc.net.nz/linux/?page_id=10


>
> >
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> gumstix-users mailing list
> gumstix-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gumstix-users
>
>


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Terry Kemp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Sun, 2008-01-13 at 20:57 -0800, Tom Hoffman wrote:

> Hey Terry,
>      I've been mucking around with the instructions a bit and attempting to
> adapt them for booting from a CF card.  I can get the initramfs to come up
> ok, the init script to execute, root file system to mount, and the
> switch_root call to kick off (appears to be successfully).  Then things
> appear to go downhill when the /sbin/init on the newly mounted rootfs starts
> trying to insert modules and kick off services.  It basically displays the
> following after the switch_root and locks up:
>
> mcf25: Unknown symbol cfio_dev_info
> mcf25: Unknown symbol register_cf_driver
> mcf25: Unknown symbol unregister_cf_driver
> I2C: i2c-0: PXA I2C adapter
> I2C: i2c-1: PXA I2C adapter
> i2c /dev entries driver
>
>
> Did you ever run into this issue?  Are you able to boot all the way with the
> gumstix-x11-basic rootfs on the card?  Any pointers from anyone highly
> appreciated.
>
> Thanks,
> Tom
>
Hi Tom,

sounds like you made good progress considering the formatting mistakes
on the web page - damn Wordpress editor. I'm fixing it slowly.

I can boot all the way with the x11 image in switch_root - but I don't
have a CF card. Maybe check if the cf stuff is enabled as module/s in
the kernel config when you do the build for gumstix-x11-image and
bitbake /virtual/kernel -c clean before you build - else the stuff you
disabled in the kernel won't be added as modules to the new rootfs.

If you post your init I will add the CF stuff to the howto.

thanks

Terry


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Terry Kemp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Mon, 2008-01-14 at 18:38 +1300, TDK wrote:

> On Sun, 2008-01-13 at 20:57 -0800, Tom Hoffman wrote:
> > Hey Terry,
> >      I've been mucking around with the instructions a bit and attempting to
> > adapt them for booting from a CF card.  I can get the initramfs to come up
> > ok, the init script to execute, root file system to mount, and the
> > switch_root call to kick off (appears to be successfully).  Then things
> > appear to go downhill when the /sbin/init on the newly mounted rootfs starts
> > trying to insert modules and kick off services.  It basically displays the
> > following after the switch_root and locks up:
> >
> > mcf25: Unknown symbol cfio_dev_info
> > mcf25: Unknown symbol register_cf_driver
> > mcf25: Unknown symbol unregister_cf_driver
> > I2C: i2c-0: PXA I2C adapter
> > I2C: i2c-1: PXA I2C adapter
> > i2c /dev entries driver

here is my boot log if it helps (its quite long sorry & ignore the
iwconfig dump)...

U-Boot 1.2.0 (Oct 17 2007 - 18:57:01) - PXA270@400 MHz - 1541M

*** Welcome to Gumstix ***

DRAM:  64 MB
Flash: 16 MB
Using default environment

SMC91C1111-0
Net:   SMC91C1111-0
Hit any key to stop autoboot:  0
Instruction Cache is ON
Found gumstix-factory.script on MMC...
## Executing script at a2000000
Detected: 1966080 blocks of 1024 bytes (1920MB) SD card.
Vendor: Man 02 OEM TM "SD02G" Date 06/2007
Product: 2890337358
Revision: 3.5
reading uImage

1042280 bytes read
reading ramdisk.img

5391380 bytes read
## Booting image at a1000000 ...
   Image Name:   Angstrom/2.6.21/gumstix-custom-v
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1042216 Bytes = 1017.8 kB
   Load Address: a0008000
   Entry Point:  a0008000
OK
## Loading Ramdisk Image at a2000000 ...
   Image Name:   rootfs
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    5391316 Bytes =  5.1 MB
   Load Address: 00000000
   Entry Point:  00000000

Starting kernel ...

Linux version 2.6.21 (tmk@...) (gcc version 4.1.2) #1 PREEMPT
Thu Jan 3 22:07:30 NZDT 2008
CPU: XScale-PXA270 [69054117] revision 7 (ARMv5TE), cr=0000397f
Machine: The Gumstix Platform
Memory policy: ECC disabled, Data cache writeback
Run Mode clock: 208.00MHz (*16)
Turbo Mode clock: 416.00MHz (*2.0, active)
Memory clock: 104.00MHz (/2)
System bus clock: 104.00MHz
CPU0: D VIVT undefined 5 cache
CPU0: I cache: 32768 bytes, associativity 32, 32 byte lines, 32 sets
CPU0: D cache: 32768 bytes, associativity 32, 32 byte lines, 32 sets
Built 1 zonelists.  Total pages: 16256
Kernel command line: rw console=ttyS0,115200n8 reboot=cold,hard
MEDIA=MMC
PID hash table entries: 256 (order: 8, 1024 bytes)
Console: colour dummy device 80x30
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 64MB = 64MB total
Memory: 57384KB available (1948K code, 188K data, 84K init)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
Time: pxa_timer clocksource has been installed.
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 5264K
JFFS2 version 2.2. (NAND) (SUMMARY)  (C) 2001-2006 Red Hat, Inc.
io scheduler noop registered
io scheduler cfq registered (default)
pxa2xx-uart.0: ttyS0 at MMIO 0x40100000 (irq = 22) is a FFUART
pxa2xx-uart.1: ttyS1 at MMIO 0x40200000 (irq = 21) is a BTUART
pxa2xx-uart.2: ttyS2 at MMIO 0x40700000 (irq = 20) is a STUART
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Probing Gumstix Flash ROM at physical address 0x00000000 (16-bit
bankwidth)
Gumstix Flash ROM: Found 1 x16 devices at 0x0 in 16-bit bank
 Intel/Sharp Extended Query Table at 0x010A
 Intel/Sharp Extended Query Table at 0x010A
 Intel/Sharp Extended Query Table at 0x010A
 Intel/Sharp Extended Query Table at 0x010A
 Intel/Sharp Extended Query Table at 0x010A
Using buffer write method
cfi_cmdset_0001: Erase suspend on write enabled
Using static partitions on Gumstix Flash ROM
Creating 3 MTD partitions on "Gumstix Flash ROM":
0x00000000-0x00040000 : "Bootloader"
0x00040000-0x00f00000 : "RootFS"
0x00f00000-0x01000000 : "Kernel"
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
XScale iWMMXt coprocessor detected.
Freeing init memory: 84K
chown: /etc/mtab: No such file or directory
chown: /boot/uImage: No such file or directory
chown: /dev/log: No such file or directory
/init script running...
 [*] mounting /proc...done
 [*] mounting /sys...done
 [*] starting udevd...done
 [*] loading mmc_block module...done
 [*] loading pxamci module...mmcblk0: mmc0:a584 SD02G 1966080KiB
 mmcblk0: p1 p2
done
 [*] running e2fsck on /dev/mmcblk0p2...e2fsck 1.38 (30-Jun-2005)
/dev/mmcblk0p2 has gone 49710 days without being checked, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/mmcblk0p2: 2228/230400 files (0.1% non-contiguous), 24850/460230
blocks
done
 [*] mounting /dev/mmcblk0p2 to /rfs...kjournald starting.  Commit
interval 5 seconds
EXT3 FS on mmcblk0p2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
done
 [*] Cleaning up...warning: can't open /etc/mtab: No such file or
directory
warning: can't open /etc/mtab: No such file or directory
umount: /dev/pts: not mounted
done
 [*] Switching to real root fs...
Ive
.udev/ already exists on the static /dev!
Starting the hotplug events dispatcher udevd
Synthesizing the initial hotplug events
Waiting for /dev to be fully populated
Remounting root file system...
Bluetooth: Core ver 2.11
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialized
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
I2C: i2c-0: PXA I2C adapter
I2C: i2c-1: PXA I2C adapter
cfio: module license 'unspecified' taints kernel.
Not netCF-vx board: using newer GPIO configuration
CPLD responded with: 00
Before register driver
After register driver
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
pxa27x-ohci pxa27x-ohci: PXA27x OHCI
pxa27x-ohci pxa27x-ohci: new USB bus registered, assigned bus number 1
pxa27x-ohci pxa27x-ohci: irq 3, io mem 0x4c000000
usb usb1: configuration #1 chosen from 1 choice
pccard: PCMCIA card inserted into slot 0
pcmcia: registering new device pcmcia0.0
Entering cf_attach()
pcmcia: request for exclusive IRQ could not be fulfilled.
pcmcia: the driver needs updating to supported shared IRQ lines.
BasePort1=0xc4860000, AssignedIRQ=128
After calling wlan_add_card function
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
eth0: LAN9117 (rev 2) at 0xc4858000 IRQ 131
eth0: Ethernet addr: 2a:b8:6b:c4:ef:90
tsc2003 i2c touch screen controller
Bill Gatliff <bgat at billgatliff.com
Nicholas Chen <nchen at cs.umd.edu>
i2c: error: exhausted retries
i2c: msg_num: 0 msg_idx: -2000 msg_ptr: 0
i2c: ICR: 000007e0 ISR: 00000002
i2c: log: [00000442:000007e0]
tsc2003 i2c touch screen controller
Bill Gatliff <bgat at billgatliff.com
Nicholas Chen <nchen at cs.umd.edu>
i2c: error: timeout
i2c: msg_num: 1 msg_idx: 0 msg_ptr: 0
i2c: ICR: 000007e9 ISR: 00000004
i2c: log:
tsc2003_i2c_detect: probing address 0x48
i2c_adapter i2c-1: i2c_pxa: timeout waiting for bus free
i2c_adapter i2c-1: i2c_pxa: timeout waiting for bus free
i2c_adapter i2c-1: i2c_pxa: timeout waiting for bus free
i2c_adapter i2c-1: i2c_pxa: timeout waiting for bus free
i2c_adapter i2c-1: i2c_pxa: timeout waiting for bus free
i2c_adapter i2c-1: i2c_pxa: timeout waiting for bus free
i2c: error: exhausted retries
i2c: msg_num: 1 msg_idx: 0 msg_ptr: 0
i2c: ICR: 000007e9 ISR: 00000004
i2c: log:
root: mount: mount point /dev/pts does not exist
root: mount: mount point /dev/shm does not exist
root: mount: special device /dev/hda1 does not exist
root: mount: special device /dev/sda1 does not exist
Setting up IP spoofing protection: rp_filter.
Configuring network interfaces... eth0: link down
eth0      no wireless extensions.

udhcpc (v1.2.1) started
udhcpc[621]: udhcpc (v1.2.1) started
Sending discover...
udhcpc[621]: Sending discover...
eth0: link up, 100Mbps, full-duplex, lpa 0x05E1
Sending discover...
udhcpc[621]: Sending discover...
Sending select for 192.168.10.150...
udhcpc[621]: Sending select for 192.168.10.150...
Lease of 192.168.10.150 obtained, lease time 3600
udhcpc[621]: Lease of 192.168.10.150 obtained, lease time 3600
adding dns 58.28.6.2
BUG: scheduling while atomic: iwconfig/0x00000001/637
[<c00227a0>] (dump_stack+0x0/0x14) from [<c01a1144>] (schedule
+0x64/0x738)
[<c01a10e0>] (schedule+0x0/0x738) from [<bf0674bc>]
(PrepareAndSendCommand+0x15c0/0x1608 [mcf25])
[<bf065efc>] (PrepareAndSendCommand+0x0/0x1608 [mcf25]) from
[<bf060538>] (wlan_get_wireless_stats+0x50/0x130 [mcf25])
[<bf0604e8>] (wlan_get_wireless_stats+0x0/0x130 [mcf25]) from
[<c014cb8c>] (wireless_seq_show+0x50/0x120)
 r5 = C30F3520  r4 = C240C000
[<c014cb3c>] (wireless_seq_show+0x0/0x120) from [<c008e680>] (seq_read
+0x22c/0x384)
[<c008e454>] (seq_read+0x0/0x384) from [<c0071e80>] (vfs_read
+0xb4/0x134)
[<c0071dcc>] (vfs_read+0x0/0x134) from [<c0072298>] (sys_read+0x44/0x70)
 r7 = 00000000  r6 = 00000000  r5 = FFFFFFF7  r4 = C039B460
[<c0072254>] (sys_read+0x0/0x70) from [<c001dc60>] (ret_fast_syscall
+0x0/0x2c)
 r7 = 00000003  r6 = 00000000  r5 = BEBA884C  r4 = 00020008
BUG: scheduling while atomic: iwconfig/0x00000001/637
[<c00227a0>] (dump_stack+0x0/0x14) from [<c01a1144>] (schedule
+0x64/0x738)
[<c01a10e0>] (schedule+0x0/0x738) from [<bf0674bc>]
(PrepareAndSendCommand+0x15c0/0x1608 [mcf25])
[<bf065efc>] (PrepareAndSendCommand+0x0/0x1608 [mcf25]) from
[<bf0605ac>] (wlan_get_wireless_stats+0xc4/0x130 [mcf25])
[<bf0604e8>] (wlan_get_wireless_stats+0x0/0x130 [mcf25]) from
[<c014cb8c>] (wireless_seq_show+0x50/0x120)
 r5 = C30F3520  r4 = C240C000
[<c014cb3c>] (wireless_seq_show+0x0/0x120) from [<c008e680>] (seq_read
+0x22c/0x384)
[<c008e454>] (seq_read+0x0/0x384) from [<c0071e80>] (vfs_read
+0xb4/0x134)
[<c0071dcc>] (vfs_read+0x0/0x134) from [<c0072298>] (sys_read+0x44/0x70)
 r7 = 00000000  r6 = 00000000  r5 = FFFFFFF7  r4 = C039B460
[<c0072254>] (sys_read+0x0/0x70) from [<c001dc60>] (ret_fast_syscall
+0x0/0x2c)
 r7 = 00000003  r6 = 00000000  r5 = BEBA884C  r4 = 00020008
udhcpc (v1.2.1) started
udhcpc[654]: udhcpc (v1.2.1) started
Sending discover...
udhcpc[654]: Sending discover...
Sending select for 192.168.10.151...
udhcpc[654]: Sending select for 192.168.10.151...
Lease of 192.168.10.151 obtained, lease time 3600
udhcpc[654]: Lease of 192.168.10.151 obtained, lease time 3600
adding dns 58.28.6.2
done.
Nothing to be done
IEn
ALSA: Restoring mixer settings...
/usr/sbin/alsactl: load_state:1329: No soundcards found...
Starting Dropbear SSH server: dropbear.
Starting HTTP server: boa.
Starting system message bus: dbus.
Starting syslogd/klogd: done
Starting bonjour:
Starting Xserver
                fbset: /dev/fb0: No such file or directory


Error opening framebuffer /dev/fb0: No such file or directory
OpenEmbedded Linux gumstix-custom-verdex ttyS0

Angstrom 2007.9-test-20080103 gumstix-custom-verdex ttyS0

gumstix-custom-verdex login:
                             Fatal server error:
                                                no screens found
                                                                XIO:
fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.

OpenEmbedded Linux gumstix-custom-verdex ttyS0

Angstrom 2007.9-test-20080103 gumstix-custom-verdex ttyS0

gumstix-custom-verdex login: root
Password:

root@gumstix-custom-verdex:/etc/network$ ifconfig
eth0      Link encap:Ethernet  HWaddr 2A:B8:6B:C4:EF:90
          inet addr:192.168.10.150  Bcast:192.168.10.255
Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:202 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:21584 (21.0 KiB)  TX bytes:5294 (5.1 KiB)
          Interrupt:131 Base address:0x8000 DMA chan:ff

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr 00:0B:6B:0C:D8:43
          inet addr:192.168.10.151  Bcast:192.168.10.255
Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:210 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:21494 (20.9 KiB)  TX bytes:5294 (5.1 KiB)
          Interrupt:128

root@gumstix-custom-verdex:/etc/network$ lsmod
Module                  Size  Used by
nls_iso8859_1           3808  1
nls_cp437               5472  1
vfat                   10144  1
fat                    46588  1 vfat
nls_base                6752  4 nls_iso8859_1,nls_cp437,vfat,fat
tsc2003                 7408  0
smc911x                19873  0
mii                     4704  1 smc911x
gumstix_smc911x         2720  1 smc911x
rfcomm                 35996  0
ohci_hcd               20644  0
usbcore               115836  2 ohci_hcd
mcf25                 197360  1
pxa2xx_cs               3272  3
pxa2xx_core            10432  1 pxa2xx_cs
cfio                    4928  2 mcf25
proc_gpio               9348  0
pcmcia                 25352  1 cfio
firmware_class          7744  1 pcmcia
pcmcia_core            31088  4 mcf25,pxa2xx_core,cfio,pcmcia
i2c_pxa                 7040  0
i2c_core               17200  2 tsc2003,i2c_pxa
hidp                   14944  0
hid                    26272  1 hidp
l2cap                  20484  4 rfcomm,hidp
bluetooth              49376  3 rfcomm,hidp,l2cap
gumstix_bluetooth       1312  1 bluetooth
evdev                   7872  0
pxamci                  6368  0
mmc_block               6760  3
mmc_core               22484  2 pxamci,mmc_block






-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Tom Hoffman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Terry, that's very helpful.  Based on what I see in your logs, it appears that it's possible my root file system isn't getting mounted correctly using ext2.....I'll try ext3.  I'm going to horse around with the mount command for /rfs and see what I can accomplish there.  At least it's nice to know that the objective is possible!  After I beat my head against the wall for a bit, I'll post the init script.  I expect to make a few changes to it over the next couple hours.

Thanks again!
Tom

Re: Can we boot directly from the MMC card

by Terry Kemp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Seems Steve has broken something on Verdex at the moment (connex wifi
probs?).

My new gumstix-x11 build I sent to the ext3 partiton hangs...

Setting up IP spoofing protection: rp_filter.
Configuring network interfaces... eth0: link down
eth0      no wireless extensions.

udhcpc (v1.2.1) started
udhcpc[581]: udhcpc (v1.2.1) started
Sending discover...
udhcpc[581]: Sending discover...
eth0: link up, 100Mbps, full-duplex, lpa 0x05E1
Sending discover...
udhcpc[581]: Sending discover...
Sending select for 10.0.0.164...
udhcpc[581]: Sending select for 10.0.0.164...
Lease of 10.0.0.164 obtained, lease time 691200
udhcpc[581]: Lease of 10.0.0.164 obtained, lease time 691200
adding dns 10.0.0.2
cfio: module license 'unspecified' taints kernel.
Before register driver
After register driver
Error for wireless request "Set ESSID" (8B1A) :
    SET failed on device wlan0 ; No such device.
Error for wireless request "Set Mode" (8B06) :
    SET failed on device wlan0 ; No such device.
SIOCGIFFLAGS: No such device
wlan0     No such device

udhcpc (v1.2.1) started
udhcpc[634]: udhcpc (v1.2.1) started
SIOCGIFINDEX failed!: No such device
udhcpc[634]: SIOCGIFINDEX failed!: No such device
done.
Configuring dbus-1
 System startup links for /etc/init.d/dbus-1 already exist.
Configuring gdk-pixbuf-loader-gif
Configuring gdk-pixbuf-loader-jpeg
Configuring gdk-pixbuf-loader-png
Configuring gdk-pixbuf-loader-xpm
Configuring pango-module-basic-fc
Configuring pango-module-basic-x
Configuring update-modules

stuck forever. :(

I'll backup versions until I find it.

On Mon, 2008-01-14 at 16:38 -0800, Tom Hoffman wrote:

> Thanks Terry, that's very helpful.  Based on what I see in your logs, it
> appears that it's possible my root file system isn't getting mounted
> correctly using ext2.....I'll try ext3.  I'm going to horse around with the
> mount command for /rfs and see what I can accomplish there.  At least it's
> nice to know that the objective is possible!  After I beat my head against
> the wall for a bit, I'll post the init script.  I expect to make a few
> changes to it over the next couple hours.
>
> Thanks again!
> Tom


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Terry Kemp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Tue, 2008-01-15 at 14:26 +1300, Terry Kemp wrote:
> Seems Steve has broken something on Verdex at the moment (connex wifi
> probs?).
>
Arrrrgh.
Kicks himself for being impatient!

It was initializing - boots through OK now.
WIFI is broken though, must be a module issue.

T


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by sakoman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Terry,

Which revision are you working from?

Steve

On Jan 14, 2008 5:31 PM, Terry Kemp <klc@...> wrote:

>
> On Tue, 2008-01-15 at 14:26 +1300, Terry Kemp wrote:
> > Seems Steve has broken something on Verdex at the moment (connex wifi
> > probs?).
> >
> Arrrrgh.
> Kicks himself for being impatient!
>
> It was initializing - boots through OK now.
> WIFI is broken though, must be a module issue.
>
>
> T
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> gumstix-users mailing list
> gumstix-users@...
> https://lists.sourceforge.net/lists/listinfo/gumstix-users
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Tom Hoffman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Augh!  Just kicked of a bitbake of rev 129 from scratch to try a theory and now I find out the build is toast.  We'll, if it half works, it will be progress for me.  I'll copy the CF oriented init below.  I think I'm having an issue getting the modified kernel to play nicely with the modules on the roofs resident on the ext3 partition.  The mod kernel was built, tmp wiped, and then the rootfs for ext3 built with the original kernel config.  My current theory is that this is a no no due to the fact the modules built for the vanilla kernel aren't playing nicely with the kernel modified for initramfs after /sbin/init kicks off and starts loading things.

#!/bin/sh
# initramfs /init

die()
{
        echo ""
        echo "/init failed: $*"
        echo ""
        echo "ERROR! Dropping to a shell so you can figure it out"
        exec /bin/sh
        exit 0
}

find_module()
{
        find /lib/modules -name "$1" | grep "$1" > /dev/null 2>&1
        return $?
}

load_module()
{
        if find_module "$1.ko" ; then
                echo -n " [*] loading $1 module..."
                modprobe $1 || die "failed to load $1"
                echo "done"
        fi
}

echo "/init script running..."

if [ ! -d /dev/pts ] ; then
        mkdir /dev/pts || die "failed to mkdir /dev/pts"
fi
if [ ! -d /dev/shm ] ; then
        mkdir /dev/shm || die "failed to mkdir /dev/shm"
fi

mount /dev/pts || die "failed to mount /dev/pts"
echo "done"

echo -n " [*] mounting /proc..."
mount -t proc proc /proc || die "failed to mount /proc"
echo "done"

echo -n " [*] mounting /sys..."
mount -t sysfs sysfs /sys || die "failed to mount /sys"
echo "done"

echo -n " [*] starting udevd..."
/sbin/udevd &
udevd_pid=$!
echo "done"

load_module pcmcia
load_module pxa2xx_cs
load_module ide-cs
load_module ide-disk

# Wait for device to be detected... (max 30 secs)
i=0
while ! [ -f /proc/ide/ide0/hda/media ] ; do
        /sbin/udevtrigger || die "udevtrigger failed"
        sleep 2
               echo "Waiting for CF Card to Register. $i/15"
        if [ "$i" = "15" ] ; then
                die "too long waiting on CF card to register"
        fi
        i=`expr $i + 1`
done
       echo -n "[*] CF Card Registered"

#echo -n " [*] running e2fsck on /dev/hda2..."
#/sbin/e2fsck -y /dev/hda2
#echo "done"

echo -n " [*] mounting /dev/hda2 to /rfs..."
mount -t ext3 -o rw /dev/hda2 /rfs || die "failed to mount rootfs on second CF partition"
echo "done"

echo -n " [*] Cleaning up..."
# Clean up
kill $udevd_pid
umount -l /proc
umount -l /sys
umount -l /dev/pts
echo "done"

# Switch Root
echo " [*] Switching to real root fs..."
exec switch_root /rfs /sbin/init

#shouldn't get here!
die "switch_root must have failed"
 

Re: Can we boot directly from the MMC card

by Terry Kemp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Mon, 2008-01-14 at 17:48 -0800, Steve Sakoman wrote:
> Terry,
>
> Which revision are you working from?
>
> Steve
>

Revision: 129


> On Jan 14, 2008 5:31 PM, Terry Kemp <klc@...> wrote:
> >
> > On Tue, 2008-01-15 at 14:26 +1300, Terry Kemp wrote:
> > > Seems Steve has broken something on Verdex at the moment (connex wifi
> > > probs?).
> > >
> > Arrrrgh.
> > Kicks himself for being impatient!
> >
> > It was initializing - boots through OK now.
> > WIFI is broken though, must be a module issue.
> >
> >
> > T
> >
> >
> > -------------------------------------------------------------------------
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services for
> > just about anything Open Source.
> > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> > _______________________________________________
> > gumstix-users mailing list
> > gumstix-users@...
> > https://lists.sourceforge.net/lists/listinfo/gumstix-users
> >
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> gumstix-users mailing list
> gumstix-users@...
> https://lists.sourceforge.net/lists/listinfo/gumstix-users
>
>


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by sakoman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Wifi should be working in 129

If you are still having issues, could you send me a copy of your /etc/modules

Steve

On Jan 14, 2008 6:20 PM, Terry Kemp <klc@...> wrote:

>
> On Mon, 2008-01-14 at 17:48 -0800, Steve Sakoman wrote:
> > Terry,
> >
> > Which revision are you working from?
> >
> > Steve
> >
>
> Revision: 129
>
>
>
> > On Jan 14, 2008 5:31 PM, Terry Kemp <klc@...> wrote:
> > >
> > > On Tue, 2008-01-15 at 14:26 +1300, Terry Kemp wrote:
> > > > Seems Steve has broken something on Verdex at the moment (connex wifi
> > > > probs?).
> > > >
> > > Arrrrgh.
> > > Kicks himself for being impatient!
> > >
> > > It was initializing - boots through OK now.
> > > WIFI is broken though, must be a module issue.
> > >
> > >
> > > T
> > >
> > >
> > > -------------------------------------------------------------------------
> > > Check out the new SourceForge.net Marketplace.
> > > It's the best place to buy or sell services for
> > > just about anything Open Source.
> > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> > > _______________________________________________
> > > gumstix-users mailing list
> > > gumstix-users@...
> > > https://lists.sourceforge.net/lists/listinfo/gumstix-users
> > >
> >
> > -------------------------------------------------------------------------
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services for
> > just about anything Open Source.
> > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> > _______________________________________________
> > gumstix-users mailing list
> > gumstix-users@...
> > https://lists.sourceforge.net/lists/listinfo/gumstix-users
> >
> >
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> gumstix-users mailing list
> gumstix-users@...
> https://lists.sourceforge.net/lists/listinfo/gumstix-users
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

Re: Can we boot directly from the MMC card

by Terry Kemp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Note: this is on an initramfs switch_root. I could try a standard build
image to flash - but I shouldn't need to.
 
It was working on the Verdex - before you had the issues with the Connex
I saw in another thread. Previously in this thread there is a full
bootlog with everything OK.

Now I get...

cfio: module license 'unspecified' taints kernel.
Before register driver
After register driver
Error for wireless request "Set ESSID" (8B1A) :
    SET failed on device wlan0 ; No such device.
Error for wireless request "Set Mode" (8B06) :
    SET failed on device wlan0 ; No such device.
SIOCGIFFLAGS: No such device
wlan0     No such device

heres /etc/modules...

-------------------------------------------------------
### This file is automatically generated by update-modules"
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modutils and read
# the manpage for update-modules.
#
### update-modules: start processing /etc/modutils/ethernet
ethernet


### update-modules: end processing /etc/modutils/ethernet

### update-modules: start processing /etc/modutils/evdev
evdev

### update-modules: end processing /etc/modutils/evdev

### update-modules: start processing /etc/modutils/hidp
hidp

### update-modules: end processing /etc/modutils/hidp

### update-modules: start processing /etc/modutils/mmc_block
mmc_block

### update-modules: end processing /etc/modutils/mmc_block

### update-modules: start processing /etc/modutils/ohci-hcd
ohci-hcd

### update-modules: end processing /etc/modutils/ohci-hcd

### update-modules: start processing /etc/modutils/pcmcia
pcmcia

### update-modules: end processing /etc/modutils/pcmcia

### update-modules: start processing /etc/modutils/proc_gpio
proc_gpio

### update-modules: end processing /etc/modutils/proc_gpio

### update-modules: start processing /etc/modutils/pxamci
pxamci

### update-modules: end processing /etc/modutils/pxamci

### update-modules: start processing /etc/modutils/rfcomm
rfcomm

### update-modules: end processing /etc/modutils/rfcomm

### update-modules: start processing /etc/modutils/smc911x
smc911x

### update-modules: end processing /etc/modutils/smc911x

### update-modules: start processing /etc/modutils/tsc2003
tsc2003

### update-modules: end processing /etc/modutils/tsc2003
------------------------------------------------------

and
root@gumstix-custom-verdex:/etc$ lsmod
Module                  Size  Used by
i2c_dev                 5828  0
i2c_pxa                 6912  0
mcf25                 195600  0
cfio                    4928  1 mcf25
nls_iso8859_1           3808  1
nls_cp437               5472  1
vfat                    9824  1
fat                    45532  1 vfat
nls_base                6336  4 nls_iso8859_1,nls_cp437,vfat,fat
tsc2003                 7408  0
i2c_core               16816  3 i2c_dev,i2c_pxa,tsc2003
rfcomm                 34428  0
proc_gpio               9348  0
pcmcia                 24968  1 cfio
pcmcia_core            30416  3 mcf25,cfio,pcmcia
firmware_class          7328  1 pcmcia
ohci_hcd               19556  0
usbcore               112764  2 ohci_hcd
hidp                   14656  0
hid                    26272  1 hidp
l2cap                  18596  4 rfcomm,hidp
bluetooth              46688  3 rfcomm,hidp,l2cap
gumstix_bluetooth       1312  1 bluetooth
evdev                   7872  0
smc911x                18753  0
mii                     4704  1 smc911x
gumstix_smc911x         2720  1 smc911x
pxamci                  6176  0
mmc_block               6504  3
mmc_core               21780  2 pxamci,mmc_block

Terry

On Mon, 2008-01-14 at 18:28 -0800, Steve Sakoman wrote:

> Wifi should be working in 129
>
> If you are still having issues, could you send me a copy of your /etc/modules
>
> Steve
>
> On Jan 14, 2008 6:20 PM, Terry Kemp <klc@...> wrote:
> >
> > On Mon, 2008-01-14 at 17:48 -0800, Steve Sakoman wrote:
> > > Terry,
> > >
> > > Which revision are you working from?
> > >
> > > Steve
> > >
> >
> > Revision: 129
> >
> >
> >
> > > On Jan 14, 2008 5:31 PM, Terry Kemp <klc@...> wrote:
> > > >
> > > > On Tue, 2008-01-15 at 14:26 +1300, Terry Kemp wrote:
> > > > > Seems Steve has broken something on Verdex at the moment (connex wifi
> > > > > probs?).
> > > > >
> > > > Arrrrgh.
> > > > Kicks himself for being impatient!
> > > >
> > > > It was initializing - boots through OK now.
> > > > WIFI is broken though, must be a module issue.
> > > >
> > > >
> > > > T
> > > >
> > > >
> > > > -------------------------------------------------------------------------
> > > > Check out the new SourceForge.net Marketplace.
> > > > It's the best place to buy or sell services for
> > > > just about anything Open Source.
> > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> > > > _______________________________________________
> > > > gumstix-users mailing list
> > > > gumstix-users@...
> > > > https://lists.sourceforge.net/lists/listinfo/gumstix-users
> > > >
> > >
> > > -------------------------------------------------------------------------
> > > Check out the new SourceForge.net Marketplace.
> > > It's the best place to buy or sell services for
> > > just about anything Open Source.
> > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> > > _______________________________________________
> > > gumstix-users mailing list
> > > gumstix-users@...
> > > https://lists.sourceforge.net/lists/listinfo/gumstix-users
> > >
> > >
> >
> >
> > -------------------------------------------------------------------------
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services for
> > just about anything Open Source.
> > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> > _______________________________________________
> > gumstix-users mailing list
> > gumstix-users@...
> > https://lists.sourceforge.net/lists/listinfo/gumstix-users
> >
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> gumstix-users mailing list
> gumstix-users@...
> https://lists.sourceforge.net/lists/listinfo/gumstix-users
>
>


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users
< Prev | 1 - 2 | Next >