This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001368] Availability of port.


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001368

--- Comment #3 from Bernd Edlinger <bernd.edlinger@hotmail.de> 2012-08-14 12:27:11 BST ---
(In reply to comment #2)
> Hi Bernd,
> Any chance you can send me your ecc setup file, I do not get any output from
> redboot, which is the same problem I had before. Probably a wrong setting
> somewhere but there are so many on ECOS. 
> cheers
> Mark

OK, redboot is a bit difficult.

First you should disable the DATA and Code Caches
because the RedBoot does not enable the MMU.

Then disable SPI/I2C drivers, as they are not needed at this time.
A speciality of the SPI driver is, that only SPI0 CS0 is available
and some of CS1..3 use pins that are already used for DDR RAM.
So either disable SPI0 completely or say NONE for CS1..3.

Then make sure your Image is not larger than 192K.

I suppose you want to program that with Sam-BA.

There are precompiled Boot Loaders from Atmel these can be used.

Program the boot-at91sam9XXX-ek-nandflash2sdram to NAND Flash offset 0
Program the redboot.bin to NAND Flash offset 0x20000

power cycle. done.

hope this helps
Bernd.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]