Re: [android-kernel] Getting Android ISO images for AOSP build

2018-06-11 Thread Amit Pundir
On 28 May 2018 at 14:53, Harinath Maddela wrote: > Hi, > > I'm trying to work on porting android to x86 platform and make a android > bootable USB stick. Try http://www.android-x86.org/ > I downloaded the code from AOSP. I build the code for > x86 and has got the images initrd.img, system.sfs, r

Re: [android-kernel] Issues with the compilation of the gadget driver of USB

2015-07-30 Thread Amit Pundir
ly. Also, I'm pretty sure that Android gadgets based on this legacy composite driver (android.c) doesn't work. So if you need Android Gadget support on 3.18 anyway then you have to use Android's ConfigFS based gadget function implementations. Regards, Amit Pundir > As included

Re: [android-kernel] Any one ported Kernel 3.10 or higher on pandaboard with android (>=4.4.4)

2015-07-21 Thread Amit Pundir
We have to cherry pick the changes and merge it into 3.0.1 kernel for > pandaboard. > > > On Tue, Jul 21, 2015 at 1:48 PM, Amit Pundir wrote: >> >> On 20 July 2015 at 11:41, Raul Piper wrote: >> > Hello, >> > Since pandaboard is dead and so is the comm

Re: [android-kernel] Any one ported Kernel 3.10 or higher on pandaboard with android (>=4.4.4)

2015-07-21 Thread Amit Pundir
Also I suggest stick to AOSP kernel versions for Panda ie. 3.10, 3.14 or 3.18. So that it will be easier for you to pull in Android changes for that version from respective AOSP kernel branch. Regards, Amit Pundir > The reason I wanted to know is that I want to port HID on Pandaboard.I am >

Re: [android-kernel] How to port 3.10 kernel to android?

2015-07-21 Thread Amit Pundir
atform then pull 3.10 linaro-android kernel (3.10 LTS based Linaro Stable kernel + android-3.10) from here https://git.linaro.org/kernel/linux-linaro-stable.git/shortlog/refs/heads/linux-linaro-lsk-v3.10-android. Regards, Amit Pundir > > I downloaded the android-3.10.y from git kernel/common u

Re: [android-kernel] adb not work in 3.14 kernel

2015-03-17 Thread Amit Pundir
ost computer to verify. The trick above is that the adb FunctionFS mount path "/dev/usb-ffs/adb" and set of supported VendorIDs e.g "g_ffs.idVendor=0x18d1" are hardcoded in adbd. So we can not just set any random path/values there. Regards, Amit Pundir > Every time, you try the

Re: [android-kernel] Panda Board booting on ICS

2011-12-01 Thread Amit Pundir
On 1 December 2011 13:44, Ajeesh Chandran wrote: > Hi, > > what should be procedure to include sgx binaries, pleas give me steps . > > http://code.google.com/android/nexus/drivers.html#panda > Thanks > AJeeshc > > > On Wed, Nov 30, 2011 at 12:22 PM, Amit Pundir

Re: [android-kernel] Panda Board booting on ICS

2011-11-29 Thread Amit Pundir
Have you included SGX binaries as well? Display won't come up until you use Panda SGX binaries or tweak your build to include s/w opengles hacks. Reards, Amit Pundir On 30 November 2011 11:50, Ajeesh Chandran wrote: > Hi, > > I haven't altered screen resolution. > >

Re: [android-kernel] Enabling USB drivers through sys fs entries

2011-11-28 Thread Amit Pundir
ideas > Easiest way is to check out the default init.rc for the correct implementation. Search for "android_usb" in http://android.git.linaro.org/gitweb?p=platform/system/core.git;a=blob;f=rootdir/init.rc;h=b54c42fe10800ea8017640dd1578108c3b4c7732;hb=ed69cbe7e21272a1cb1487a88aa9ea5bc61d

Re: [android-kernel] Ethernet not working - gingerbread pandaboard

2011-06-13 Thread Amit Pundir
Ashwini, Try asking on omapandroid-discussion mailing list https://gforge.ti.com/mailman/listinfo/omapandroid-discussion Regards, Amit Pundir arowboat.org On Mon, Jun 13, 2011 at 7:08 PM, Ashwini Singh wrote: > Friends, > > I need help on this:--> > > I downloaded the Pand

Re: [android-kernel] udev rules on Android device?

2011-05-16 Thread Amit Pundir
SB host? Hi, There may be more generic way which I'm not aware of but this worked for me. In $ANDROID_AOSP/system/core/init/devices.c , map your uevents in this function handle_device_event() Regards, Amit Pundir > > Thanks! > George > > -- > unsubscribe: android-kernel+uns

Re: [android-kernel] Guidance : Android ( kernel + drivers + porting + customization )

2011-04-19 Thread Amit Pundir
ay from Android bring up on your target. Better place is to ask such queries on Android Porting Group. android-port...@googlegroups.com Regards, Amit Pundir > customization. Goggling just takes me to lot of irrelevant stuff. I > have about 6 months of free time. Really interested in learning

Re: [android-kernel] Re: Failed to execute /init. Attempting defaults...

2011-03-18 Thread Amit Pundir
Does your /init has executable permission? Regards, Amit Pundir 2011/3/18 tstanly : > hi Jiejing, > > yes I really have, thanks > > On 3月17日, 下午11時42分, "Jiejing.Zhang " wrote: >> Hi, >> >> do you have /init in your mmcbk1p2 ? >> >>

Re: [android-kernel] How to add new Library or module in Android 2.2 kernel

2011-01-02 Thread Amit Pundir
e_exit(void) > { > printk ("Unloading my module.\n"); >return; > } > > module_init(mymodule_init); > module_exit(mymodule_exit); > > I was trying to get these printk statements in 'adb logcate'. But it's > not coming. Please help me out i

Re: [android-kernel] Linux for alwaysinnovating board

2010-12-07 Thread Amit Pundir
Check arowboat.org Regards, Amit Pundir On Mon, Dec 6, 2010 at 7:40 AM, ravi wrote: > I need to install fresh linux on alwaysinnovating board. It has > omap3530. Pls help. > > -- > unsubscribe: > android-kernel+unsubscr...@googlegroups.com > website: http://groups.goo