public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Help with Redboot
@ 2011-01-03  2:50 manohar kalyan
  2011-01-03 13:44 ` Michael Bergandi
  2011-01-04  1:51 ` Stuart Longland
  0 siblings, 2 replies; 6+ messages in thread
From: manohar kalyan @ 2011-01-03  2:50 UTC (permalink / raw)
  To: ecos-discuss

Hello,

I want to port redboot on Atom D510 development board and I have tried a lot of ways, including some methods which were given in the mailing list but was not successful. Most of the methods given in the mailing list use floppy drive to port redboot on their boards, but unfortunately, the board which I am working on doesn't have floppy drive and has USB ports.
 
Can any one please guide me in this regard? I have Intel Atom D510 development board with USB ports and no floopy.and I want to port redboot on it so that I can communicate with a serial port and run programs on the board.

Thank you,
Manohar





--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Help with Redboot
  2011-01-03  2:50 [ECOS] Help with Redboot manohar kalyan
@ 2011-01-03 13:44 ` Michael Bergandi
  2011-01-04  1:51 ` Stuart Longland
  1 sibling, 0 replies; 6+ messages in thread
From: Michael Bergandi @ 2011-01-03 13:44 UTC (permalink / raw)
  To: manohar kalyan; +Cc: ecos-discuss

Manohar,

> I want to port redboot on Atom D510 development board and I have tried a lot of ways, including some methods which were given in the mailing list but was not successful. Most of the methods given in the mailing list use floppy drive to port redboot on their boards, but unfortunately, the board which I am working on doesn't have floppy drive and has USB ports.
>
> Can any one please guide me in this regard? I have Intel Atom D510 development board with USB ports and no floopy.and I want to port redboot on it so that I can communicate with a serial port and run programs on the board.
>
> Thank you,
> Manohar

It sounds to me like you are trying to load Redboot, not port it. I'm
not sure which one you mean for sure, but if you actually want to do
port Redboot to ecos, the you should have a look at the Porting Guide
in the docs:

http://ecos.sourceware.org/docs-latest/ref/hal-porting-guide.html

Since the Atom processor implements Intel's IA-32 instruction set, it
is an x86 platform and eCos/Redboot should need minimal porting effort
to get running, depending on how many peripherals you need on your
board.

-- 
Mike

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Help with Redboot
  2011-01-03  2:50 [ECOS] Help with Redboot manohar kalyan
  2011-01-03 13:44 ` Michael Bergandi
@ 2011-01-04  1:51 ` Stuart Longland
  1 sibling, 0 replies; 6+ messages in thread
From: Stuart Longland @ 2011-01-04  1:51 UTC (permalink / raw)
  To: ecos-discuss

On 01/03/11 12:49, manohar kalyan wrote:
> Hello,
> 
> I want to port redboot on Atom D510 development board and I have tried a lot of ways, including some methods which were given in the mailing list but was not successful. Most of the methods given in the mailing list use floppy drive to port redboot on their boards, but unfortunately, the board which I am working on doesn't have floppy drive and has USB ports.
>  
> Can any one please guide me in this regard? I have Intel Atom D510 development board with USB ports and no floopy.and I want to port redboot on it so that I can communicate with a serial port and run programs on the board.
> 
> Thank you,
> Manohar

Might I suggest the following (assuming bootable USB):

1. Format a small USB flash drive partition EXT2
2. Install grub to the drive
3. Obtain memdisk from the syslinux distribution
4. Configure grub to load memdisk as your kernel, specifying your floppy
image as the initrd.

-- 
Stuart Longland (aka Redhatter, VK4MSL)      .'''.
Gentoo Linux/MIPS Cobalt and Docs Developer  '.'` :
. . . . . . . . . . . . . . . . . . . . . .   .'.'
http://dev.gentoo.org/~redhatter             :.'

I haven't lost my mind...
  ...it's backed up on a tape somewhere.

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Help with Redboot
  2011-01-03 14:27 ` Martin Hoffmann
@ 2011-01-03 19:47   ` Sergei Gavrikov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Gavrikov @ 2011-01-03 19:47 UTC (permalink / raw)
  To: Martin Hoffmann; +Cc: ecos-discuss

On Mon, 3 Jan 2011, Martin Hoffmann wrote:

[snip]

> > I found the hint here:
> > http://www.cygwin.com/ml/ecos-discuss/2007-05/msg00045.html

A few time ago I was dancing with GRUB2 to get it working :-)

If you install *GRUB2* on your USB stick (Ubuntu users), then enter on
the grub's prompt:

grub> insmod multiboot
grub> multiboot (hdX,Y)/redboot.elf
grub> boot

Then i386 RedBoot[GRUB] started on my Laptop from USB pen.

NOTE: (hdX,Y) means something like (hd0,1). 

Sergei

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Help with Redboot
       [not found] <500CB530-F45C-49F9-A4F3-288E00D3A21E@googlemail.com>
@ 2011-01-03 14:27 ` Martin Hoffmann
  2011-01-03 19:47   ` Sergei Gavrikov
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Hoffmann @ 2011-01-03 14:27 UTC (permalink / raw)
  To: ecos-discuss



Anfang der weitergeleiteten E-Mail:

> Von: Martin Hoffmann <m8ddin@googlemail.com>
> Datum: 3. Januar 2011 14:57:06 MEZ
> An: ecos-discuss@ecos.sourceware.org
> Betreff: Re: [ECOS] Help with Redboot
> 
> Hi Manohar.
> 
> You don't need to port anything. The x86 port works perfectly with the Atom.
> 
> If the BIOS of the  board can boot from usb, you can boot GRUB from an usb stick and then let GRUB 
> start a redboot image located on the stick. This works perfect for me.
> Standard serial ports also work out of the box.
> 
> I found the hint here: http://www.cygwin.com/ml/ecos-discuss/2007-05/msg00045.html
> 
> What interests me: What Atom board do have exactly? Does it offer a JTAG connector?
> 
> Martin
> 
> Am 03.01.2011 um 14:44 schrieb Michael Bergandi:
> 
>> Manohar,
>> 
>>> I want to port redboot on Atom D510 development board and I have tried a lot of ways, including some methods which were given in the mailing list but was not successful. Most of the methods given in the mailing list use floppy drive to port redboot on their boards, but unfortunately, the board which I am working on doesn't have floppy drive and has USB ports.
>>> 
>>> Can any one please guide me in this regard? I have Intel Atom D510 development board with USB ports and no floopy.and I want to port redboot on it so that I can communicate with a serial port and run programs on the board.
>>> 
>>> Thank you,
>>> Manohar
>> 
>> It sounds to me like you are trying to load Redboot, not port it. I'm
>> not sure which one you mean for sure, but if you actually want to do
>> port Redboot to ecos, the you should have a look at the Porting Guide
>> in the docs:
>> 
>> http://ecos.sourceware.org/docs-latest/ref/hal-porting-guide.html
>> 
>> Since the Atom processor implements Intel's IA-32 instruction set, it
>> is an x86 platform and eCos/Redboot should need minimal porting effort
>> to get running, depending on how many peripherals you need on your
>> board.
>> 
>> -- 
>> Mike
>> 
>> --
>> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
>> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
>> 
> 


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ECOS] help with redboot
@ 2005-09-02 15:45 j.burton
  0 siblings, 0 replies; 6+ messages in thread
From: j.burton @ 2005-09-02 15:45 UTC (permalink / raw)
  To: ecos-discuss

Hello everybody, you're so kind, I received a lot of help from you and I
would like to thank you all....

I need a tip for redboot....
Using ecos configuration tool I made those file (template was XF55 of Falcom):
redboot.bin, redboot.elf, redboot.img, redboot.srec...

Now .. how do I download them on my device?

My device is STEPP II of Falcom...
I use an evaluation kit and the SirfFlash Tool for downloading firmware and
application files...

Should I proceed in the same way with redboot?
I tried to download redboot.bin but nothing seems to work... following documentation
using telnet I should see the redboot start up monitor with the CLI waiting
for commands

Did I make something wrong?

Thanks for your help---

__________________________________________________________________
TISCALI ADSL 1.25 MEGA
Solo con Tiscali Adsl navighi senza limiti e telefoni senza canone Telecom
a partire da 19,95 Euro/mese.
Attivala entro il 31 agosto, il primo MESE è GRATIS! CLICCA QUI.
http://abbonati.tiscali.it/adsl/sa/1e25flat_tc/




--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-01-04  1:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-03  2:50 [ECOS] Help with Redboot manohar kalyan
2011-01-03 13:44 ` Michael Bergandi
2011-01-04  1:51 ` Stuart Longland
     [not found] <500CB530-F45C-49F9-A4F3-288E00D3A21E@googlemail.com>
2011-01-03 14:27 ` Martin Hoffmann
2011-01-03 19:47   ` Sergei Gavrikov
  -- strict thread matches above, loose matches on Subject: below --
2005-09-02 15:45 [ECOS] help with redboot j.burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).