Re: [leaf-user] Wisp on DiskOnChip

2002-11-26 Thread Vladimir I.
initrd works differently in WISP-Dist, binaries contained in it are 
not used by system after boot is finished and initrd is unmounted. So 
it is not backed up.

Somebody else made WISP-Dist run on DoC though - I think Bao is the 
one who did it (sorry if I misspelled your name). Please check the 
archives. Patches welcome :)

Rosa Nicolas wrote:
Hi,

I am trying to install wisp-2348 on a DiskOnChip.

I've installed necessary modules, modified the scripts (root.dev.mk,
root.linuxrc, modules) but I cannot save initrd.

I am following the doc from Brad Fritz on installing bering on DiskonChip

Can you tell me how to backup initrd ?




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html




--
Best Regards,
Vladimir
Systems Engineer (RHCE)



---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Wisp on DiskOnChip

2002-11-26 Thread Bao C. Ha
 Rosa Nicolas wrote:
 
 I've installed necessary modules, modified the scripts (root.dev.mk,
 root.linuxrc, modules) but I cannot save initrd.
 
 I am following the doc from Brad Fritz on installing bering on DiskonChip
 
 Can you tell me how to backup initrd ?

I think you want to build a new initrd.lrp when you say backing up.

Following is what I do to modify the initrd.
- Rename the initrd.lrp to initrd.gz
- Gunzip the inirtd.gz
- Mount the initrd through loopback
- Make the changes to the mounted initrd filesystem
- Umount the initrd filesystem
- Gzip it and change the name to initrd.lrp

Bao
-- 
Best Regards.
Bao C. Ha
Hacom OpenBrick Distributor USA http://www.hacom.net
voice: (310) 675-8221 fax: (310) 675-8225
8D66 6672 7A9B 6879 85CD 42E0 9F6C 7908 ED95 6B38


---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Wisp on DiskOnChip

2002-11-26 Thread David Ondzes

--- Bao C. Ha [EMAIL PROTECTED] wrote:
  Rosa Nicolas wrote:
  
  I've installed necessary modules, modified the
 scripts (root.dev.mk,
  root.linuxrc, modules) but I cannot save initrd.
  
  I am following the doc from Brad Fritz on
 installing bering on DiskonChip
  
  Can you tell me how to backup initrd ?
 
 I think you want to build a new initrd.lrp when you
 say backing up.
 
 Following is what I do to modify the initrd.
 - Rename the initrd.lrp to initrd.gz
 - Gunzip the inirtd.gz
 - Mount the initrd through loopback
 - Make the changes to the mounted initrd filesystem
 - Umount the initrd filesystem
 - Gzip it and change the name to initrd.lrp
 
 Bao

Do these steps have to be done everytime you backup
wisp ?


---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Wisp on DiskOnChip

2002-11-26 Thread Bao C. Ha
On Tue, Nov 26, 2002 at 11:28:00AM -0800, David Ondzes wrote:
 
  Following is what I do to modify the initrd.
  - Rename the initrd.lrp to initrd.gz
  - Gunzip the inirtd.gz
  - Mount the initrd through loopback
  - Make the changes to the mounted initrd filesystem
  - Umount the initrd filesystem
  - Gzip it and change the name to initrd.lrp
 
 Do these steps have to be done everytime you backup
 wisp ?

No.  They are only nedded when you make changes to the initrd.lrp.

Bao
-- 
Best Regards.
Bao C. Ha
Hacom OpenBrick Distributor USA http://www.hacom.net
voice: (310) 675-8221 fax: (310) 675-8225
8D66 6672 7A9B 6879 85CD 42E0 9F6C 7908 ED95 6B38


---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



RE: [leaf-user] Wisp on DiskOnChip

2002-11-26 Thread S Mohan
I just finished an install of Bering on DoC following the users guide.
It did not work first shot. Brad did point out that the nftla device is
not listed in /var/lib/lrpkg/root.mount file. I did that too. I was
parsing thro' Linuxrc when I saw the hack for DoC. It said the pkgpath
declaration in syslinux.cfg should not be there for boot from DoC to
work. I did that and I was home. I do not think this is documented in
the user's manual though.

I would not know if this applies to WISP too.

Mohan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Bao C. Ha
Sent: Tuesday, November 26, 2002 10:47 PM
To: Rosa Nicolas
Cc: [EMAIL PROTECTED]
Subject: Re: [leaf-user] Wisp on DiskOnChip


 Rosa Nicolas wrote:
 
 I've installed necessary modules, modified the scripts (root.dev.mk, 
 root.linuxrc, modules) but I cannot save initrd.
 
 I am following the doc from Brad Fritz on installing bering on 
 DiskonChip
 
 Can you tell me how to backup initrd ?

I think you want to build a new initrd.lrp when you say backing up.

Following is what I do to modify the initrd.
- Rename the initrd.lrp to initrd.gz
- Gunzip the inirtd.gz
- Mount the initrd through loopback
- Make the changes to the mounted initrd filesystem
- Umount the initrd filesystem
- Gzip it and change the name to initrd.lrp

Bao
-- 
Best Regards.
Bao C. Ha
Hacom OpenBrick Distributor USA http://www.hacom.net
voice: (310) 675-8221 fax: (310) 675-8225
8D66 6672 7A9B 6879 85CD 42E0 9F6C 7908 ED95 6B38


---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Wisp on DiskOnChip

2002-11-26 Thread Brad Fritz

Mohan et al,

On Wed, 27 Nov 2002 05:54:07 +0530 Mohan wrote:

 I just finished an install of Bering on DoC following the users guide.
 It did not work first shot. Brad did point out that the nftla device is
 not listed in /var/lib/lrpkg/root.mount file. I did that too. I was
 parsing thro' Linuxrc when I saw the hack for DoC. It said the pkgpath
 declaration in syslinux.cfg should not be there for boot from DoC to
 work. I did that and I was home. I do not think this is documented in
 the user's manual though.

Sounds like it is time for me to revisit that document using
Bering 1.0-stable as a starting point.  I think Jacques made
adjustments to stable that make some of the steps I wrote
about unncessary anyhow.

The most recent version of that document (in DocBook) format
is at:

http://cvs.sf.net/cgi-bin/viewcvs.cgi/leaf/devel/bradfritz/bering_contrib/doc/budiskonchip.xml

Patches or specific suggestions for improvements are *always*
welcome, so feel free to send 'em my way directly or via the
list if you have 'em.  (That includes additions for WISP,
which I haven't made time to play with yet.)

--Brad



---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



RE: [leaf-user] Wisp on DiskOnChip

2002-11-26 Thread S Mohan
I was using rc4 wherein nftla was not included in root.mount file.
1.0-stable has nftla in the root.mount list. On rc4, I added it to the file
and backed it up.

I checked 1.0-stable and linuxrc says pkgpath must be removed for booting to
happen. Cannot Linuxrc be modified to say that if pkgpath= or = nftla1, go
to the hack you wrote in the else statement?

It felt great when I was able to boot from the DoC. Thanks Brad.

Mohan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Brad Fritz
Sent: 27 November 2002 09:25
To: [EMAIL PROTECTED]
Subject: Re: [leaf-user] Wisp on DiskOnChip



Mohan et al,

On Wed, 27 Nov 2002 05:54:07 +0530 Mohan wrote:

 I just finished an install of Bering on DoC following the users guide.
 It did not work first shot. Brad did point out that the nftla device is
 not listed in /var/lib/lrpkg/root.mount file. I did that too. I was
 parsing thro' Linuxrc when I saw the hack for DoC. It said the pkgpath
 declaration in syslinux.cfg should not be there for boot from DoC to
 work. I did that and I was home. I do not think this is documented in
 the user's manual though.

Sounds like it is time for me to revisit that document using
Bering 1.0-stable as a starting point.  I think Jacques made
adjustments to stable that make some of the steps I wrote
about unncessary anyhow.

The most recent version of that document (in DocBook) format
is at:

http://cvs.sf.net/cgi-bin/viewcvs.cgi/leaf/devel/bradfritz/bering_contrib/do
c/budiskonchip.xml

Patches or specific suggestions for improvements are *always*
welcome, so feel free to send 'em my way directly or via the
list if you have 'em.  (That includes additions for WISP,
which I haven't made time to play with yet.)

--Brad



---
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] Wisp on DiskOnChip

2002-11-25 Thread Rosa Nicolas
Hi,

I am trying to install wisp-2348 on a DiskOnChip.

I've installed necessary modules, modified the scripts (root.dev.mk,
root.linuxrc, modules) but I cannot save initrd.

I am following the doc from Brad Fritz on installing bering on DiskonChip

Can you tell me how to backup initrd ?




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] WISP and DiskOnChip

2002-08-11 Thread gart

Sorry, I'm still kind of new to this whole thing.

Where do I put the files necessary to load the doc? before I believe it 
was soemthing like /boot/etc/modules and there was another file in /boot 
that had to be edited to declare them.

On WISP, there's no such directory. looking at initrd.list it has an entry 
of boot but without a / so I'm not sure where it's looking.

--Pat

 On Fri, 9 Aug 2002, Vladimir I. 
wrote:

 
 You need to add modules for DOC into initrd, and modify location of packages in 
 syslinux.cfg.
 
 [EMAIL PROTECTED] wrote:
  Hello all,
   In my never-ending battle to get DOC support in EVERYTHING, I'm 
  attempting to use WISP on a DOC.
  
   To get dachstein to boot, Charles custom compiled a kernel for me (I 
  think)
   I never did get Bering to boot from DOC
  
   WISP generates a kernel panic due to it's inability to load any packages.
  
   What's the correct procedure for getting WISP to boot from a DOC?  Load a 
  driver at boot time? How?  It should be supported by the MTD Driver as a 
  /dev/fla device.
  
   I have one system running wisp, but that has a hard drive in it.
  
  
  Thanks for any assistance,
  Pat
  
  
  
  
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  
  leaf-user mailing list: [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/leaf-user
  SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
  
 
 
 



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] WISP and DiskOnChip

2002-08-11 Thread Vladimir I.

[EMAIL PROTECTED] wrote about Re: [leaf-user] WISP and DiskOnChip:
 Sorry, I'm still kind of new to this whole thing.
 
 Where do I put the files necessary to load the doc? before I believe it 
 was soemthing like /boot/etc/modules and there was another file in /boot 
 that had to be edited to declare them.
 
 On WISP, there's no such directory. looking at initrd.list it has an entry 
 of boot but without a / so I'm not sure where it's looking.

This directory exists. ungzip initrd.lrp and mount it as 
minix image, you will find the /boot/etc/modules there. There are 
scripts to make WISP-Dist images on LEAF's website.

 
 --Pat
 
  On Fri, 9 Aug 2002, Vladimir I. 
 wrote:
 
  
  You need to add modules for DOC into initrd, and modify location of packages in 
  syslinux.cfg.
  
  [EMAIL PROTECTED] wrote:
   Hello all,
In my never-ending battle to get DOC support in EVERYTHING, I'm 
   attempting to use WISP on a DOC.
   
To get dachstein to boot, Charles custom compiled a kernel for me (I 
   think)
I never did get Bering to boot from DOC
   
WISP generates a kernel panic due to it's inability to load any packages.
   
What's the correct procedure for getting WISP to boot from a DOC?  Load a 
   driver at boot time? How?  It should be supported by the MTD Driver as a 
   /dev/fla device.
   
I have one system running wisp, but that has a hard drive in it.
   
   
   Thanks for any assistance,
   Pat
   
   
   
   
   ---
   This sf.net email is sponsored by:ThinkGeek
   Welcome to geek heaven.
   http://thinkgeek.com/sf
   
   leaf-user mailing list: [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/leaf-user
   SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
   
  
  
  

-- 
Best Regards,
Vladimir
Systems Engineer (RHCE)


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] WISP and DiskOnChip

2002-08-11 Thread guitarlynn

On Sunday 11 August 2002 10:01, [EMAIL PROTECTED] wrote:
 Sorry, I'm still kind of new to this whole thing.

 Where do I put the files necessary to load the doc? before I believe
 it was soemthing like /boot/etc/modules and there was another file in
 /boot that had to be edited to declare them.

 On WISP, there's no such directory. looking at initrd.list it has an
 entry of boot but without a / so I'm not sure where it's looking.

The necessary modules will go into /boot/lib/modules and are called
from /boot/etc/modules. The /boot directory is the directory that
initrd works exclusively from. 

I can't say off the top of my head from Bering, but this user has a
webpage that lists the steps he found necessary to get a DOC to 
fun with Dachstein from you can likely use this as a guide for 
bering as well.

http://mullan.dns2go.com/


-- 

~Lynn Avants
aka Guitarlynn

guitarlynn at users.sourceforge.net
http://leaf.sourceforge.net

If linux isn't the answer, you've probably got the wrong question!


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] WISP and DiskOnChip

2002-08-09 Thread Vladimir I.


You need to add modules for DOC into initrd, and modify location of packages in 
syslinux.cfg.

[EMAIL PROTECTED] wrote:
 Hello all,
  In my never-ending battle to get DOC support in EVERYTHING, I'm 
 attempting to use WISP on a DOC.
 
  To get dachstein to boot, Charles custom compiled a kernel for me (I 
 think)
  I never did get Bering to boot from DOC
 
  WISP generates a kernel panic due to it's inability to load any packages.
 
  What's the correct procedure for getting WISP to boot from a DOC?  Load a 
 driver at boot time? How?  It should be supported by the MTD Driver as a 
 /dev/fla device.
 
  I have one system running wisp, but that has a hard drive in it.
 
 
 Thanks for any assistance,
 Pat
 
 
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 
 leaf-user mailing list: [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
 


-- 
Best Regards,
Vladimir
Systems Engineer (RHCE)



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] WISP and DiskOnChip

2002-08-09 Thread gart

Thanks for the reply.

Would you happen to make it available on a website or ftp someplace?  It 
should be part of the standard 2.4 kernel by now.

--Pat
On Fri, 9 Aug 2002, Vladimir I. wrote:

 
 You need to add modules for DOC into initrd, and modify location of packages in 
 syslinux.cfg.
 
 [EMAIL PROTECTED] wrote:
  Hello all,
   In my never-ending battle to get DOC support in EVERYTHING, I'm 
  attempting to use WISP on a DOC.
  
   To get dachstein to boot, Charles custom compiled a kernel for me (I 
  think)
   I never did get Bering to boot from DOC
  
   WISP generates a kernel panic due to it's inability to load any packages.
  
   What's the correct procedure for getting WISP to boot from a DOC?  Load a 
  driver at boot time? How?  It should be supported by the MTD Driver as a 
  /dev/fla device.
  
   I have one system running wisp, but that has a hard drive in it.
  
  
  Thanks for any assistance,
  Pat
  
  
  
  
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  
  leaf-user mailing list: [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/leaf-user
  SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
  
 
 
 



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] WISP and DiskOnChip

2002-08-09 Thread Jeff Newmiller

On Fri, 9 Aug 2002 [EMAIL PROTECTED] wrote:

 Thanks for the reply.
 
 Would you happen to make it available on a website or ftp someplace?  It 
 should be part of the standard 2.4 kernel by now.

There are a whole passel of mtd drivers in the
Bering_1.0-rc3_modules_2.4.18.tar.gz file.  I don't know if they have been
used for Bering yet...

Note that I am pretty sure these are the open source versions... not the
proprietary ones developed by MTD which have wear-leveling algorithms
built-in.

---
Jeff NewmillerThe .   .  Go Live...
DCN:[EMAIL PROTECTED]Basics: ##.#.   ##.#.  Live Go...
  Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/BatteriesO.O#.   #.O#.  with
/Software/Embedded Controllers)   .OO#.   .OO#.  rocks...2k
---



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] WISP and DiskOnChip

2002-08-08 Thread gart

Hello all,
 In my never-ending battle to get DOC support in EVERYTHING, I'm 
attempting to use WISP on a DOC.

 To get dachstein to boot, Charles custom compiled a kernel for me (I 
think)
 I never did get Bering to boot from DOC

 WISP generates a kernel panic due to it's inability to load any packages.

 What's the correct procedure for getting WISP to boot from a DOC?  Load a 
driver at boot time? How?  It should be supported by the MTD Driver as a 
/dev/fla device.

 I have one system running wisp, but that has a hard drive in it.


Thanks for any assistance,
Pat




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html