Re: [Help] How to Replace File Operations in File System?

2014-02-19 Thread Rishi Agrawal
Hi, I went through your readme. Some questions. On Thu, Feb 20, 2014 at 7:02 AM, freeman wrote: > Hi Rishi, > > With pleasure! > You can check it on https://github.com/freemandealer/droidcry > on your convenience. > > 2014-02-19 23:17, Rishi Agrawal : > > Good that you solved it your self, st

Re: [Help] How to Replace File Operations in File System?

2014-02-19 Thread freeman
Hi Rishi, With pleasure! You can check it on https://github.com/freemandealer/droidcry on your convenience. 2014-02-19 23:17, Rishi Agrawal : > Good that you solved it your self, still if you can send me the idea > on which you are working - I may also learn something. > > > On Tue, Feb 18, 2014

Re: Pass through kernel memory manager

2014-02-19 Thread Peter Teoh
the parameter you passed in section start looks weird, given that your physical memory so limited. (8K and 128K, 2 different bank? if so then only one is available at any one time?), Perhaps some knowledge about linker-script should help: http://blogs.bu.edu/md/2011/11/15/the-dark-art-of-linker

Re: Handling interrupts in spidev

2014-02-19 Thread Amit Mahadik
Hi All, I am using versatile express board and have tried to allocate four interrupts (36 to 39) using IRQF_SHARED and IRQF_TRIGGER_HIGH flags in spidev.c file. However only INT 38 and 39 gets registered. For 36 and 37 I am getting errno 16 (Resource busy). In versatile express moth

Unable to generate vmcore file.

2014-02-19 Thread Rishi Agrawal
Hi All, I have been trying to debug a kernel crash in my module and need the vmcore file for it. It seems that I have correctly setup the machine (kdump etc.) but I am not getting any core in "/var/crash" I run "echo c > /proc/sysrq". Its a virtual machine so I do not get a lot of info on conso