Hi I download linux-3.8.13-nanopc-t1-140523.tar.gz and compile kernel successfuly on my tiny4412 ubuntu but i don't know how to update my kernel the zimage and modules built successfuly. copy nanopc_t1_ubuntu_defconfig to arch\arm\configs make nanopc_t1_ubuntu_defconfig make -j5 make mosules_install make can anyone help?
update ubuntu kernel
What is the first error message you get? Maybe, try running the first make instruction and see if it is successful then run the next one, etc.
I didn't show any error but when the system is rebooted I use "uname -a" command in terminal the kernel version was not changed my first kernel version is 3.5 and compiled kernel version is 3.8
I used used odroidx2 module before tiny4412 in odroidx2 ubuntu i copy the zImage to BOOT Partition after compile kernel but i didn't find this partition in friendlyarm ubuntu can you help me how i can unhide this partition in friendlyarm ubuntu?
Seems you are aware of the Odroid forum. From my reading there getting things setup partition-wise and SD versus eMMC seems a major hurdle. One that I know nothing about. Perhaps "unhide" is not the right word, do you mean create it? Would not this process be exactly the same for the Nano, or is the Prime variant in the X2 slightly different?
Are you compile kernel for tiny4412 and update kernel? If ok or if you know how to do this please help
Dear all please help me to rectify this error madhu@madhu-desktop:~/mini2440/linux-2.6.32.2$ sudo make zimage [sudo] password for madhu: make: arm-linux-gcc: Command not found make: *** No rule to make target `zimage'. Stop. madhu@madhu-desktop:~/mini2440/linux-2.6.32.2$ thanks in advance Gonyappa
Dear Gonyappa, Use "make zImage" instead of "sudo make zImage". Make sure you copied your configuration to ".config" file or run "make menuconfig" Best of Luck, Sunny Leone.