Re: [OpenOCD-devel] Memory address range and JTAG

2012-02-02 Thread Edgar Grimberg
2012/2/2 : >  Hi Edgar , >> > Thank you for your reply. >> > >> >> Please add the list in your reply, so everybody can benefit. > I did Try OpenOCD, too :) >> >> > >> >> > I need to make some tests with Flash and SDRAM writing/reading via JTAG. >> >> > That is a reason why I need to find out a

Re: [OpenOCD-devel] Memory address range and JTAG

2012-02-02 Thread Edgar Grimberg
2012/2/2 : > Hi Edgar , > Thank you for your reply. > Please add the list in your reply, so everybody can benefit. > >> > I need to make some tests with Flash and SDRAM writing/reading via JTAG. >> > That is a reason why I need to find out a physical address range. >> >> Depending on your archit

Re: [OpenOCD-devel] Memory address range and JTAG

2012-02-02 Thread Edgar Grimberg
> I need to make some tests with Flash and SDRAM writing/reading via JTAG. > That is a reason why I need to find out a physical address range. Depending on your architecture, the bootloader most likely takes care of: - configure the SDRAM controller - remapping the memory addresses ranges, if nece

Re: [OpenOCD-devel] Memory address range and JTAG

2012-02-02 Thread jana1972
I looked carefully at /var/log/messages but could not see that. I can not find out the physical ranges for the SDRAM. > Hey, most distributions now show pretty picture when booting and not such > useless information :-( It may be useless for some( most ) users but definitely not for all. I need t

Re: [OpenOCD-devel] Memory address range and JTAG

2012-02-01 Thread Vaclav Peroutka
Then use dmesg or cat /var/log/messages. Vaclav -- Odesláno z mého telefonu s Androidem pomocí pošty K-9 Mail. Omluvte prosím mou stručnost. Uwe Bonnes napsal(a): > "CeDeROM" == CeDeROM writes: CeDeROM> On Wed, Feb 1, 2012 at 9:45 AM, wrote: >> I have a Linux embeded device that consi

Re: [OpenOCD-devel] Memory address range and JTAG

2012-02-01 Thread Uwe Bonnes
> "CeDeROM" == CeDeROM writes: CeDeROM> On Wed, Feb 1, 2012 at 9:45 AM, wrote: >> I have a Linux embeded  device that consists CPU, BIOS,FLASH and >> SDRAM. Is there any way how to determine the  memory address range >> for BIOS, flash and SDRAM? CeDeROM> Start Linux a

Re: [OpenOCD-devel] Memory address range and JTAG

2012-02-01 Thread CeDeROM
On Wed, Feb 1, 2012 at 9:45 AM, wrote: > I have a Linux embeded  device that consists > CPU, BIOS,FLASH and SDRAM. > Is there any way how to determine the  memory address range for BIOS, flash > and SDRAM? Start Linux and see dmesg output :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info --

[OpenOCD-devel] Memory address range and JTAG

2012-02-01 Thread jana1972
I have a Linux embeded  device that consists CPU, BIOS,FLASH and SDRAM. Is there any way how to determine the  memory address range for BIOS, flash and SDRAM? (BIOS is 4Mb,Flash 64MB and SDRAM( 4 modules ) has 256MB). I would like to write some data to flash and