|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
what i want to do is this. a already created a fat32 and ext2 partition on my sd card. so i have 2 partition. fat32 for my android stuff (system.ext2,roofts etc....) ext2 for the data.img only. i want linux to create the data.img inside the ext2 partition. i know the data.img is usually created and locate it in the anboot folder. i want the data.img to be locate it inside the ext2 partition. i dont know if i making any sense. thanks man
__________________
FROYO X SPRINT TOUCH PRO 2 (RHOD400)
|
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
I have tried to follow the instruction to compile these kernels etc. both on VMware and VBox and it dies at this command:
bash: git://gitorious.org/linux-on-qualcomm-s-msm/linux-msm.git: No such file or directory Anyone, still trying to do this that can help?
__________________
Sprint: G1000, HTC-6600, 6800, TP2 now Optimus S with Stock Android 2.2.2.
|
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
You don't really need that folder git. This is all you need. The Bootenv is new since Nate updated the first post. Code:
git clone git://android.git.kernel.org/platform/prebuilt.git git clone git://gitorious.org/~acl/linux-on-qualcomm-s-msm/linux-msm-rhod-nand.git git clone git://gitorious.org/tinboot-for-linux-msm/tinboot-linux-msm.git git clone git://gitorious.org/tinboot-for-linux-msm/bootenv.git
__________________
|
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
I have had problems with the install in VBOX as a permission window comes up with an <OK> that I cannot hit. I tried using the application manager and installed it from that, but who knows if it is the correct version. I think I will try the application manager version as that does not crash and I can always uninstall. Thanks, again. |
|
||||
Wirelessly posted (TP2: Mozilla/5.0 (Linux; U; Android 2.2.2; en-us; MSM Build/FRX05) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1)
Quote:
Yeah I was having troubles with the ok boxes too just keep hitting the arrow key and it should select it for you. |
This post has been thanked 1 times. |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
git://gitorious.org/linux-on-qualcomm-s-msm/linux-msm.git and should read: git clone git://gitorious.org/linux-on-qualcomm-s-msm/linux-msm.git The files are downloading... and I will see if it compiles. If this all works, I'll make a list of all the correct commands needed.... |
|
||||
Quote:
Sent from my MSM using Tapatalk |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Looks like with the modification 2 posts above, it worked!
I had to manually cd as below to run the make: XXXXXXXXXX-VirtualBox:~$ cd linux-msm XXXXXXXXXX-VirtualBox:~/linux-msm$ make clean XXXXXXXXXX-VirtualBox:~/linux-msm$ make ARCH=arm htc_msm_android_defconfig HOSTCC scripts/basic/fixdep scripts/basic/fixdep.c: In function ‘traps’: scripts/basic/fixdep.c:377: warning: dereferencing type-punned pointer will break strict-aliasing rules scripts/basic/fixdep.c:379: warning: dereferencing type-punned pointer will break strict-aliasing rules HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o scripts/kconfig/conf.c: In function ‘conf_askvalue’: scripts/kconfig/conf.c:104: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result scripts/kconfig/conf.c: In function ‘conf_choice’: scripts/kconfig/conf.c:306: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result HOSTCC scripts/kconfig/kxgettext.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/lex.zconf.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf # # configuration written to .config # Now, all I have to do is figure out the next steps... |
|
||||
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Tell why my 2.6.27.46-01276-g6a6a1c1-dirty.tar.gz has the size ~7Mb?
And with autobuild site 1.5Mb Why kernel compilation occupies so much a lot of time? Did all as in the first post for, but linux it is not loaded And how correctly to collect archive of modules? Last edited by vovka48; 03-13-2011 at 11:04 AM. |
|
|
|