Re: How to change erasesize of a partition

2013-12-04 Thread Suki Buryani
I though it would be configurable some where in kernel On Wednesday, December 4, 2013 1:25 PM, Richard Weinberger wrote: On Wed, Dec 4, 2013 at 8:46 AM, Suki Buryani wrote: > hi, > > i have few changes in my mtd partitions, i want to change the erasesize of a > partition. can

Re: How to change erasesize of a partition

2013-12-04 Thread Suki Buryani
I though it would be configurable some where in kernel On Wednesday, December 4, 2013 1:25 PM, Richard Weinberger richard.weinber...@gmail.com wrote: On Wed, Dec 4, 2013 at 8:46 AM, Suki Buryani sukibury...@yahoo.com wrote: hi, i have few changes in my mtd partitions, i want to change

How to change erasesize of a partition

2013-12-03 Thread Suki Buryani
hi, i have few changes in my mtd partitions, i want to change the erasesize of a partition. can any one tell me where i should look to change erasesize of mtd3... Thanks -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

How to change erasesize of a partition

2013-12-03 Thread Suki Buryani
hi, i have few changes in my mtd partitions, i want to change the erasesize of a partition. can any one tell me where i should look to change erasesize of mtd3... Thanks -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: Having troubles in updating MTD partitions

2013-11-20 Thread Suki Buryani
nge erasesize of a partition On Wednesday, November 20, 2013 1:51 PM, Geert Uytterhoeven wrote: On Wed, Nov 20, 2013 at 8:59 AM, Suki Buryani wrote: >  31    3      5884 mtdblock3 5884 is the raw size of mtdblock3. >  but when i try to use memory relevant tools, it shows me somet

Having troubles in updating MTD partitions

2013-11-20 Thread Suki Buryani
hi, i am trying to change mtd partition sizes, I am successfully able to change size of mtdblock as u can see cat /proc/partitions major minor  #blocks  name   31 0   8192 mtdblock0   31 1    256 mtdblock1   31 2   2048 mtdblock2   31 3   5884 mtdblock3   31

Having troubles in updating MTD partitions

2013-11-20 Thread Suki Buryani
hi, i am trying to change mtd partition sizes, I am successfully able to change size of mtdblock as u can see cat /proc/partitions major minor  #blocks  name   31 0   8192 mtdblock0   31 1    256 mtdblock1   31 2   2048 mtdblock2   31 3   5884 mtdblock3   31

Re: Having troubles in updating MTD partitions

2013-11-20 Thread Suki Buryani
erasesize of a partition On Wednesday, November 20, 2013 1:51 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Wed, Nov 20, 2013 at 8:59 AM, Suki Buryani sukibury...@yahoo.com wrote:   31    3      5884 mtdblock3 5884 is the raw size of mtdblock3.   but when i try to use memory relevant

how to change size of a partition in kernel

2013-11-10 Thread Suki Buryani
Hi, can anyone tell me, how i can change size of these partitions?, aspecialy mtdblock3 cat /proc/partitions major minor  #blocks  name   31 0   8192 mtdblock0   31 1    256 mtdblock1   31 2   2048 mtdblock2   31 3   5824 mtdblock3   31 4 64

how to change size of a partition in kernel

2013-11-10 Thread Suki Buryani
Hi, can anyone tell me, how i can change size of these partitions?, aspecialy mtdblock3 cat /proc/partitions major minor  #blocks  name   31 0   8192 mtdblock0   31 1    256 mtdblock1   31 2   2048 mtdblock2   31 3   5824 mtdblock3   31 4 64

can not debug using gdbserver

2013-09-02 Thread Suki Buryani
hi, i am tring debug a application on an arm based device using gdbserver, in code i am trying to add `set_debug_traps' and `breakpoint' functions but its giving me compilation error something like undefined reference to `set_debug_traps' multisoc.c:594: undefined reference to `breakpoint' i

can not debug using gdbserver

2013-09-02 Thread Suki Buryani
hi, i am tring debug a application on an arm based device using gdbserver, in code i am trying to add `set_debug_traps' and `breakpoint' functions but its giving me compilation error something like undefined reference to `set_debug_traps' multisoc.c:594: undefined reference to `breakpoint' i

Re: how to make a option in menuconfig as new feature

2013-08-27 Thread Suki Buryani
Oh, Thanks alot, it worked as desired. Thanks. - Original Message - From: Mats Liljegren To: Suki Buryani Cc: "linux-kernel@vger.kernel.org" Sent: Monday, August 26, 2013 6:55 PM Subject: Re: how to make a option in menuconfig as new feature On Mon, Aug 26, 2013

Re: how to make a option in menuconfig as new feature

2013-08-27 Thread Suki Buryani
Oh, Thanks alot, it worked as desired. Thanks. - Original Message - From: Mats Liljegren liljegren.ma...@gmail.com To: Suki Buryani sukibury...@yahoo.com Cc: linux-kernel@vger.kernel.org linux-kernel@vger.kernel.org Sent: Monday, August 26, 2013 6:55 PM Subject: Re: how to make

how to make a option in menuconfig as new feature

2013-08-26 Thread Suki Buryani
Hi, I want to add up a kernel module to my linux kernel,currently i am mannuly changing .config file to include my new module but i want to add it as option in menuconfig from where i choose it where it should be included or not... Thanks -- To unsubscribe from this list: send the line

how to make a option in menuconfig as new feature

2013-08-26 Thread Suki Buryani
Hi, I want to add up a kernel module to my linux kernel,currently i am mannuly changing .config file to include my new module but i want to add it as option in menuconfig from where i choose it where it should be included or not... Thanks -- To unsubscribe from this list: send the line

need to test usb driver using usb-skeleton from ldd3 book

2013-07-11 Thread Suki Buryani
hi, i wnat to test usb driver example of ldd3 book, i able to compile ldd3`s examples with zero error, i have study ldd3 book and its examples, For this exmaple can anyone tell me after replace this driver oto usb-storage how i can properly use it and get practical knowledge from it. its a

need to test usb driver using usb-skeleton from ldd3 book

2013-07-11 Thread Suki Buryani
hi, i wnat to test usb driver example of ldd3 book, i able to compile ldd3`s examples with zero error, i have study ldd3 book and its examples, For this exmaple can anyone tell me after replace this driver oto usb-storage how i can properly use it and get practical knowledge from it. its a

Need to Test lld3 examples

2013-06-18 Thread Suki Buryani
hi, i am almost fresh in embedded Linux, i want to test LDD3 examples, for that i install fedora 4 in my VM, i am unable to compile the kernel, i have set configs using make menuconfig, and then try to make compile but it gives me  errors like [root@localhost 2.6.11-1.1369_FC4-i686]# make  

Need to Test lld3 examples

2013-06-18 Thread Suki Buryani
hi, i am almost fresh in embedded Linux, i want to test LDD3 examples, for that i install fedora 4 in my VM, i am unable to compile the kernel, i have set configs using make menuconfig, and then try to make compile but it gives me  errors like [root@localhost 2.6.11-1.1369_FC4-i686]# make