Hello! I have a project taking shape that would eventually have a system booting a file-system from USB.
I remember that we had a method of doing something of a sort from USB, using the contents of the v1 release. To be honest I am not even sure I remember the details behind it, or the individual who was the developer behind it, just that it was possible. Up to a point of course.
Now the project, essentially it would be an EPIA type board with a USB device a file-system, when booted we'd have a Linux prompt and all of the usual features thusly. The networking card would be a commodity wireless one.
The problem is that of selecting the board, and then configuring it to do that. I would like recommendations. The problem is of course money I would like it to be under 100 dollars US for the board. Preferably below 60 dollars US for it.
Currently the file-system I've chosen is that of RUNT Linux, the fact that is a UMSDOS based arrangement built using Slackware Linux is that of the reason.
And naturally when the thing came up and started the classic doing something specific phase, that's where I'd be ending up with designing a gizmo to do most of that. And coding the programs behind it. -- Gregg C Levine hansolofalcon@worldnet.att.net "The Force will be with you always." Obi-Wan Kenobi
on your costs, are you considering all the costs? The Thincan or the alix1c are more like $140 or so, but they run off 1 power supply and don't require the messy PC power supply and case. Does your application require standard PC attributes? What's the end environment?
ron
Hello! I will be pleased to answer your questions Ron, but in reverse order.
My end environment has not been decided. It will probably something working in a normal room one. (If that's what you are curious about.)
Regarding the application here you are asking the obvious, which is good, however it hasn't even been written. I would rather get my hardware working and the system responding to its environment rather then worry about the application before its target works.
And as regards my costs, quoting yourself here: "on your costs, are you considering all the costs? The Thincan or the alix1c are more like $140 or so, but they run off 1 power supply and don't require the messy PC power supply and case."
Can you point me to a location for the Thincan, or the alix1c devices?
Oh and the commodity wireless networking card is going to be a WPC11 from one of the better known firms.
To be honest I do not even have a proper budget for the entire project, let alone the specific board. I am currently in the bouncing ideas phase at the moment. -- Gregg C Levine hansolofalcon@worldnet.att.net "The Force will be with you always." Obi-Wan Kenobi
-----Original Message----- From: linuxbios-bounces@linuxbios.org
[mailto:linuxbios-bounces@linuxbios.org] On
Behalf Of ron minnich Sent: Thursday, November 08, 2007 12:35 AM To: Gregg C Levine Cc: LinuxBIOS Mailing List Subject: Re: [LinuxBIOS] Booting from USB
on your costs, are you considering all the costs? The Thincan or the alix1c are more like $140 or so, but they run off 1 power supply and don't require the messy PC power supply and case. Does your application require standard PC attributes? What's the end environment?
ron
-- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios
Gregg C Levine wrote:
Hello! I have a project taking shape that would eventually have a system booting a file-system from USB.
Sweet! I look forward to your results!
I remember that we had a method of doing something of a sort from USB, using the contents of the v1 release. To be honest I am not even sure I remember the details behind it, or the individual who was the developer behind it, just that it was possible. Up to a point of course.
FILO has support for USB, but unfortunately UHCI is broken and EHCI is unsupported. OHCI works AFAIK, but I can't even confirm that much. I started some hacking on FILO to use a USB interface similar to the linux kernel, so that EHCI could be put in place easier, but gave up. I'm no expert on USB (or IDE, or SCSI, or ATAPI), so I was in over my head.
Now the project, essentially it would be an EPIA type board with a USB device a file-system, when booted we'd have a Linux prompt and all of the usual features thusly. The networking card would be a commodity wireless one.
The problem is that of selecting the board, and then configuring it to do that. I would like recommendations. The problem is of course money I would like it to be under 100 dollars US for the board. Preferably below 60 dollars US for it.
Take a look at the Jetway J7F2WE. I'm working on the last stages of bringing it in to LB as I'm writing this. I think the cost is ~$150 USD. Other options include the ALIX.1C, ~$140 and fully supported, and this Elite C7VCM, seen here: http://www.mini-box.com/Elite-C7-1-5G?sc=8&category=99 which is unsupported, but shouldn't be too hard once the CN700 stuff is in for the Jetway. I'm not an expert, but I'd say from the looks of things Elite is another PCChips brand, so I'd be cautious. Each has its own advantages/disadvantages, all the features are listed on mini-box.com. There are of course other options (an ebay Epia-M, for instance), but these boards are all still in production.
-Corey
Currently the file-system I've chosen is that of RUNT Linux, the fact that is a UMSDOS based arrangement built using Slackware Linux is that of the reason.
And naturally when the thing came up and started the classic doing something specific phase, that's where I'd be ending up with designing a gizmo to do most of that. And coding the programs behind it. -- Gregg C Levine hansolofalcon@worldnet.att.net "The Force will be with you always." Obi-Wan Kenobi
--- Corey Osgood corey.osgood@gmail.com wrote:
FILO has support for USB, but unfortunately UHCI is broken and EHCI is unsupported.
GRUB 2 is also supported as a LinuxBIOS payload now.[1] Can GRUB 2 boot from USB?
Vlad
[1] http://www.linuxbios.org/pipermail/linuxbios/2007-November/026636.html
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Vlad wrote:
--- Corey Osgood corey.osgood@gmail.com wrote:
FILO has support for USB, but unfortunately UHCI is broken and EHCI is unsupported.
GRUB 2 is also supported as a LinuxBIOS payload now.[1] Can GRUB 2 boot from USB?
Vlad
[1] http://www.linuxbios.org/pipermail/linuxbios/2007-November/026636.html
Afaics, no: http://lists.gnu.org/archive/html/grub-devel/2006-04/msg00047.html Yes, it's old, but it's the most relevent/recent thing the search picked up. Grub/grub2 relies on the bios' USB support, it doesn't have its own drivers.
-Corey
On Thu, Nov 08, 2007 at 01:31:49AM -0500, Corey Osgood wrote:
Grub/grub2 relies on the bios' USB support, it doesn't have its own drivers.
Maybe we should try to change that. Does anyone know if GRUB has block drivers at all? It must - for IDE at least, yes?
//Peter