LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   redboot source code (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/redboot-source-code-705578/)

ravi_chobey 02-18-2009 03:15 AM

redboot source code
 
Hi,

Can anybody provide me the link form where i can get the source code of Redboot bootloader?

Searched alot but not succeeded.

Thanks,
Ravi

knudfl 02-18-2009 07:28 AM

Keyword for Google, to find information .. Redboot bootloader ..

http://ecos.sourceware.org/anoncvs.html
Redboot is part of 'Ecos' > > get 'Ecos', 95 MB ...

1) do the command
cvs -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos login

( The package 'subversion' must be installed for 'cvs' to work.)
1a) Type any password ......

2) and next : the command
cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P ecos

providing a directory 'ecos/' in /home/ravi_chobey/
.....

P.S.: The funny "smiley's" are 'colons' ( : ) , don't know,
how to avoid the "smiley's", but see the correct text in the
above link.
....

ravi_chobey 02-19-2009 12:04 AM

hi knudfl,

I got it yesterday itself.Still thanks for your reply.It is there in eCos-2.0 version,not in lower versions.
But the main problem which i am facing,i am already having a redboot.bin of 128k,but it is not having all commands.After porting on my board.When i tried "fis" command,i am getting "command not found".
Please give me some suggestions.

Regards,
Ravi

knudfl 02-19-2009 06:56 AM

'cd ecos/packages/redboot/'

'grep fis ./*/*

'fis' is mentioned in some files.

.....

ravi_chobey 02-20-2009 02:53 AM

Sir,

Nothing i am getting after passing that command.I am using a recent eCos-2.0.

Regards,
Ravi

ravi_chobey 02-20-2009 02:59 AM

Code:

make: Entering directory `/home/build/ecos-2.0/tools/bin/redboot_build'
vectors.o.deps:1: *** empty variable name.  Stop.
make -r -C hal/i386/arch/v2_0 headers
make: *** [headers] Error 2
make[1]: Entering directory `/home/build/ecos-2.0/tools/bin/redboot_build/hal/i386/arch/v2_0'

make[1]: Leaving directory `/home/build/ecos-2.0/tools/bin/redboot_build/hal/i386/arch/v2_0'
make: Leaving directory `/home/build/ecos-2.0/tools/bin/redboot_build'


I am getting above error,while making redboot.elf image during build process.I am going to convert that elf file to get the redboot.bin.

I am googling for it.If somebody has got this error previously,please help me out.

Regards,
Ravi


All times are GMT -5. The time now is 02:50 PM.