Results 1 to 4 of 4
- 12-07-2010, 04:19 AM
Thread Author #1
Thanked by: - 12-07-2010, 05:11 AM
Thread Author #2
On this same note, I've been trying to learn to build a kernel from here:
http://forum.androidcentral.com/htc-...ge-source.html
It uses ubuntu 9.04 and says not to deviate from that, but in the p509 source, it says compile environment ubuntu 9.10, so I'm assuming I downloaded 9.04 for nothing? - 01-12-2011, 09:05 AM #3
Yes, you downloaded 9.04 for nothing. Also, I asked LG about the kernel build procedure, and they replied with the following:
1. Untar the gz file using the following command at the android folder.
(The kernel folder should be in android folder. : android/kernel)
$tar zxvf Thunderg_Kernel.tar.gz
2. $cd Kernel
3. $make thunderg-perf_defconfig
4. $make zImage –j4
(“-j4” : The number, 4 is the number of multiple jobs to be invoked simultaneously.) - 01-12-2011, 10:55 PM
Thread Author #4


Reply

































