Serial Port Monitoring Tool

2011-05-05 Thread Madhavi Manchala
Dear All, We have gone through following link about the serial monitoring tool. http://tldp.org/HOWTO/Serial-HOWTO-11.html#serial_mon However, we know about the USBMON which is used to monitor the USB traffic on the USB bus. Like USBMON, which is the best one? Is there any other tool, apart from

Re: Not able to see all the symbols in the output of "nm" command

2011-04-14 Thread Madhavi Manchala
Dear Mulyadi Santosa, On Thu, Apr 14, 2011 at 5:41 PM, Mulyadi Santosa wrote: > Hi Madhavi :) > > On Thu, Apr 14, 2011 at 05:55, Madhavi Manchala > wrote: >> The functions which are available in the header file are "INLINE" >> functions. > > I see. We

Re: Not able to see all the symbols in the output of "nm" command

2011-04-13 Thread Madhavi Manchala
Dear Mulyadi Santosa, On Thu, Apr 14, 2011 at 8:16 AM, Mulyadi Santosa wrote: > On Wed, Apr 13, 2011 at 22:21, Madhavi Manchala > wrote: >> I am NOT able to see some of the function names (symbols), which I >> developed, in the output of the "nm" command for vmlinu

Not able to see all the symbols in the output of "nm" command

2011-04-13 Thread Madhavi Manchala
Dear All, I build the OpenWRT image for my target device. I am able to see the "vmlinux" image in trunk/build_dir/linux-s3c2510/linux-2.6.36 directory where linux-s3c2510 indicates my target device. I am NOT able to see some of the function names (symbols), which I developed, in the output of the

error: #error Unknown data abort handler type from glue.h file

2011-03-10 Thread Madhavi Manchala
Dear All, When I looked into the linux-2.6.36/arch/arm directory, I did not find the mach-s3c2510/s3c2510a directory for Samsung s3c2510a MCU. When I asked the same in the ARM forum, they told me that this MCU is a NO-MMU based MCU and in the current kernel there was no much support for it. For co

hard coded value for idcode field in struct cpu_table

2011-03-04 Thread Madhavi Manchala
Dear All, I do not understand the value of idcode field in the struct cpu_table i.e. the value is hard coded. I did not find that value in the user manuals, also. The code is available at linux/arch/arm/plat-s3c24xx/cpu.c file. Currently, I am trying to implement the code for Samsung S3C2510A proc

Linux support for Samsung S3C2510A Processor

2011-02-28 Thread Madhavi Manchala
Dear All, Does Linux kernel supports the Samsung S3C2510A processor? Why am I asking this question is, when I looked into the arch/arm/ directory I did not find any thing which is related to Samsung S3C2510A processor. There are other directories like mach-s3c24xx and mach-s3c64xx directories, but

Re: Macro definitions for FL_DATA and FL_IMAGE

2011-02-23 Thread Madhavi Manchala
On Wed, Feb 23, 2011 at 11:42 PM, Mulyadi Santosa wrote: > On Wed, Feb 23, 2011 at 19:51, Madhavi Manchala > wrote: >> Dear All, >> >> In one of the makefile souces, I saw the following statement. >> >> arm-elf-gcc util.c -o flutil -DFL_DATA=util_bin -D

Macro definitions for FL_DATA and FL_IMAGE

2011-02-23 Thread Madhavi Manchala
Dear All, In one of the makefile souces, I saw the following statement. arm-elf-gcc util.c -o flutil -DFL_DATA=util_bin -DFL_IMAGE=util.bin -DFL_DATA_CKSUM=$FL_DATA_CKSUM I do not understand about the FL_DATA and FL_IMAGE macros that are passed in the above statement. Where can I get the informa

How to load and run a program (image) on to a fresh ARM based board?

2011-01-25 Thread Madhavi Manchala
Dear All, I am new to Board Support Package (BSP) development. I have few basic questions about BSP.  The hardware devices that I have with me are as follows. 1)  A custom board with Samsung S3C2510A micro controller which is based on ARM 940T core with some serial ports, ethernet ports and a

Re: ARM Cross Compilation Toolchain on x86 machine

2011-01-07 Thread Madhavi Manchala
On Fri, Jan 7, 2011 at 6:44 AM, Manohar Vanga wrote: > Hi, > I would suggest using ELDK. I have had an easy time setting it up in the > past. > $ wget ftp://ftp.denx.de/pub/eldk/4.2/arm-linux-x86/iso/arm-2008-11-24.iso > $ mount -o loop arm-2008-11-24.iso /mnt > $ cd /mnt > $ sudo ./install -d /op

Re: ARM Cross Compilation Toolchain on x86 machine

2011-01-06 Thread Madhavi Manchala
tually, I want to compile the sources using arm-elf-gcc command. Is this supported by this codesourcery tool? If you have already used, please let me know. Thanks and Regards, Madhavi M. > --Vinit > On Thu, Jan 6, 2011 at 9:08 PM, Madhavi Manchala > wrote: >> >> Dear All, &

ARM Cross Compilation Toolchain on x86 machine

2011-01-06 Thread Madhavi Manchala
Dear All, We are unable to build the ARM cross compilation tools for arm-elf-gcc-3.4.3 on my x86 machine on which we installed the Ubuntu 9.10 distribution OS with 2.6.35 kernel version. The gcc version on x86 machine is 4.3.3. We need to compile some sources on my x86 machine for our target machi