Guest lupohirp Posted May 17, 2012 Report Posted May 17, 2012 Hi guys i'm lupohirp, the developer behind cm9 for optimus one. recently i received an acer liquid a1 and i want to start kernel develop for this device. i've tried that metod that i can find in relevance thread but unfortunately this doesn't work. i do this 1) make clean 2)make acer-q8k-a1-dvt_defconfig and here i have problems like that i haven't x86 config in arch/x86/configs folder. but acer is an arm device so it isn't needed someone can help me?
Guest kaerry Posted May 18, 2012 Report Posted May 18, 2012 Try to send a message to thepasto, it is a guru of liquid kernel. Good luck!
Guest lupohirp Posted May 18, 2012 Report Posted May 18, 2012 Try to send a message to thepasto, it is a guru of liquid kernel. Good luck! i've tried but he can't receive any new message uunfortunately :(
Guest thepasto Posted May 18, 2012 Report Posted May 18, 2012 i've tried but he can't receive any new message uunfortunately :( You've a pm :)
Guest Borkata Posted May 19, 2012 Report Posted May 19, 2012 Hi guys i'm lupohirp, the developer behind cm9 for optimus one. recently i received an acer liquid a1 and i want to start kernel develop for this device. i've tried that metod that i can find in relevance thread but unfortunately this doesn't work. i do this 1) make clean 2)make acer-q8k-a1-dvt_defconfig and here i have problems like that i haven't x86 config in arch/x86/configs folder. but acer is an arm device so it isn't needed someone can help me? You must specify architecture: make ARCH=arm acer-q8k-a1-dvt_defconfig then when compiling do make ARCH=arm CROSS_COMPILE=<path to your cross compiler>
Guest lupohirp Posted May 20, 2012 Report Posted May 20, 2012 (edited) You must specify architecture: make ARCH=arm acer-q8k-a1-dvt_defconfig then when compiling do make ARCH=arm CROSS_COMPILE=<path to your cross compiler> ok i 've did but i have flashed the generated zImage with anykernel updater script and phone didn't booted (tested on liquidnext 7.2) i've grabbed sources from here https://github.com/c...iquid-chocolate maybe there is another way to flash??? Edited May 20, 2012 by lupohirp
Guest thepasto Posted May 20, 2012 Report Posted May 20, 2012 (edited) ok i 've did but i have flashed the generated zImage with anykernel updater script and phone didn't booted (tested on liquidnext 7.2) i've grabbed sources from here https://github.com/c...iquid-chocolate maybe there is another way to flash??? to make boot.img ./mkbootimg --cmdline "console=null" --base 0x20000000 --pagesize 4096 --ramdisk newramdisk.cpio.gz --kernel zImage -o boot.img to flash adb reboot bootloader fastboot -i 0x0502 flash boot boot.img fastboot -i 0x0502 reboot [/code] Edited May 20, 2012 by thepasto
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now