[android-kernel] Re: Add Modules Loading Support for Goldfish Emulator

2011-06-29 Thread Earlence
you would probably want to ask the dalvik question on android- platform. -Earlence On Jun 29, 11:53 am, Zova wrote: > Thx Earlence. Yes, I have a real dev but it is not the same processor > version as the emulator. I want to use emulator to collect some trace info > when dalvikvm runs, e.g., in

Re: [android-kernel] Re: Add Modules Loading Support for Goldfish Emulator

2011-06-29 Thread Zova
Thx Earlence. Yes, I have a real dev but it is not the same processor version as the emulator. I want to use emulator to collect some trace info when dalvikvm runs, e.g., info about cache behavior and TCM access behavior. I know it may be better to use other tools to get cache info, so I tried val

[android-kernel] Re: Add Modules Loading Support for Goldfish Emulator

2011-06-29 Thread Earlence
it maybe that your driver is written for an actual TCM but the goldfish emulated CPU does not support this. why don't you just use it on a real dev board where you are absolutely certain of the hardware? -Earlence On Jun 27, 8:16 am, Zova wrote: > Thx for your reply. I know it is an emulator, an

Re: [android-kernel] Re: Add Modules Loading Support for Goldfish Emulator

2011-06-26 Thread Zova
Thx for your reply. I know it is an emulator, and I also know Goldfish is the name of virtual device. If you download the kernel for goldfish, you may find folders arch/arm/goldfish/... and other config files. It's based on ARM926EJ-S, so I tried to add modules support on it according to this link(

[android-kernel] Re: Add Modules Loading Support for Goldfish Emulator

2011-06-24 Thread Earlence
goldfish is the emulator not a device. On Jun 23, 2:15 pm, Zova wrote: > Hi all, > > I wrote a driver to give support for ARM TCM(Tightly Coupled Memory, a > on-chip SRAM). I know Goldfish is based on ARM926EJ-S processor, which does > contain TCM. > So, I modified code of goldfish, added driver