Help with Linux kernel update

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I'm new in kernel programming & booting in embedded linux systems.



For the beginning, I'm trying to update the kernel version from 3.14 to 4.0.9 of Debian distribution.
For boot I'm using U-Boot, and my microcontroller is imx6 (ARM architecture).



I have the sources for the 4.0.9 kernel and for u-boot.



For my understanding, there is 5 stages to these procedure:



  1. u-boot – build & compile

  2. u-boot – burn to SD card

  3. Kernel – build & compile

  4. kernel – burn to SD card

  5. boot

At the end, the process doesn't work.
I'm not familiar enough with this subject to start debug and find the problems.



My question is:



Is there a way to know if i did the first/second/third/forth/fifth stage correct and if it's works?



My main problem is:



The kernel that loaded is 3.14. The boot is work but the kernel that loaded is version 3.14, but it loaded without ethernet and other drivers. I think this is the default kernel. *If I don't interrupt the U-boot, nothing is loaded. I followed this tutorial:



http://forum.solid-run.com/linux-on-cubox-i-and-hummingboard-f8/my-boot-on-hummingboard-t3259.html







share|improve this question

















  • 1




    Can you elaborate on “doesn’t work”?
    – Jeff Schaller
    May 3 at 15:45










  • Do you get any error message? Can you get any sort of output from the boot process? How do you program the new kernel? (Where is it read from?) It is likely that you can do just steps 3–5 if you are upgrading the kernel and the microcontroller already has uBoot and the old kernel there.
    – njsg
    May 3 at 15:57










  • Hello Jeff and njsg, thank for the fast reply! The main problem: The kernel that loaded is 3.14. The boot is work but the kernel that loaded is version 3.14, but it loaded without ethernet and other drivers. I think this is the default kernel. *If I don't interrupt the U-boot, nothing is loaded. I followed this tutorial: forum.solid-run.com/linux-on-cubox-i-and-hummingboard-f8/…
    – omerpoly
    May 3 at 18:11















up vote
0
down vote

favorite












I'm new in kernel programming & booting in embedded linux systems.



For the beginning, I'm trying to update the kernel version from 3.14 to 4.0.9 of Debian distribution.
For boot I'm using U-Boot, and my microcontroller is imx6 (ARM architecture).



I have the sources for the 4.0.9 kernel and for u-boot.



For my understanding, there is 5 stages to these procedure:



  1. u-boot – build & compile

  2. u-boot – burn to SD card

  3. Kernel – build & compile

  4. kernel – burn to SD card

  5. boot

At the end, the process doesn't work.
I'm not familiar enough with this subject to start debug and find the problems.



My question is:



Is there a way to know if i did the first/second/third/forth/fifth stage correct and if it's works?



My main problem is:



The kernel that loaded is 3.14. The boot is work but the kernel that loaded is version 3.14, but it loaded without ethernet and other drivers. I think this is the default kernel. *If I don't interrupt the U-boot, nothing is loaded. I followed this tutorial:



http://forum.solid-run.com/linux-on-cubox-i-and-hummingboard-f8/my-boot-on-hummingboard-t3259.html







share|improve this question

















  • 1




    Can you elaborate on “doesn’t work”?
    – Jeff Schaller
    May 3 at 15:45










  • Do you get any error message? Can you get any sort of output from the boot process? How do you program the new kernel? (Where is it read from?) It is likely that you can do just steps 3–5 if you are upgrading the kernel and the microcontroller already has uBoot and the old kernel there.
    – njsg
    May 3 at 15:57










  • Hello Jeff and njsg, thank for the fast reply! The main problem: The kernel that loaded is 3.14. The boot is work but the kernel that loaded is version 3.14, but it loaded without ethernet and other drivers. I think this is the default kernel. *If I don't interrupt the U-boot, nothing is loaded. I followed this tutorial: forum.solid-run.com/linux-on-cubox-i-and-hummingboard-f8/…
    – omerpoly
    May 3 at 18:11













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm new in kernel programming & booting in embedded linux systems.



For the beginning, I'm trying to update the kernel version from 3.14 to 4.0.9 of Debian distribution.
For boot I'm using U-Boot, and my microcontroller is imx6 (ARM architecture).



I have the sources for the 4.0.9 kernel and for u-boot.



For my understanding, there is 5 stages to these procedure:



  1. u-boot – build & compile

  2. u-boot – burn to SD card

  3. Kernel – build & compile

  4. kernel – burn to SD card

  5. boot

At the end, the process doesn't work.
I'm not familiar enough with this subject to start debug and find the problems.



My question is:



Is there a way to know if i did the first/second/third/forth/fifth stage correct and if it's works?



My main problem is:



The kernel that loaded is 3.14. The boot is work but the kernel that loaded is version 3.14, but it loaded without ethernet and other drivers. I think this is the default kernel. *If I don't interrupt the U-boot, nothing is loaded. I followed this tutorial:



http://forum.solid-run.com/linux-on-cubox-i-and-hummingboard-f8/my-boot-on-hummingboard-t3259.html







share|improve this question













I'm new in kernel programming & booting in embedded linux systems.



For the beginning, I'm trying to update the kernel version from 3.14 to 4.0.9 of Debian distribution.
For boot I'm using U-Boot, and my microcontroller is imx6 (ARM architecture).



I have the sources for the 4.0.9 kernel and for u-boot.



For my understanding, there is 5 stages to these procedure:



  1. u-boot – build & compile

  2. u-boot – burn to SD card

  3. Kernel – build & compile

  4. kernel – burn to SD card

  5. boot

At the end, the process doesn't work.
I'm not familiar enough with this subject to start debug and find the problems.



My question is:



Is there a way to know if i did the first/second/third/forth/fifth stage correct and if it's works?



My main problem is:



The kernel that loaded is 3.14. The boot is work but the kernel that loaded is version 3.14, but it loaded without ethernet and other drivers. I think this is the default kernel. *If I don't interrupt the U-boot, nothing is loaded. I followed this tutorial:



http://forum.solid-run.com/linux-on-cubox-i-and-hummingboard-f8/my-boot-on-hummingboard-t3259.html









share|improve this question












share|improve this question




share|improve this question








edited May 4 at 18:09
























asked May 3 at 14:43









omerpoly

11




11







  • 1




    Can you elaborate on “doesn’t work”?
    – Jeff Schaller
    May 3 at 15:45










  • Do you get any error message? Can you get any sort of output from the boot process? How do you program the new kernel? (Where is it read from?) It is likely that you can do just steps 3–5 if you are upgrading the kernel and the microcontroller already has uBoot and the old kernel there.
    – njsg
    May 3 at 15:57










  • Hello Jeff and njsg, thank for the fast reply! The main problem: The kernel that loaded is 3.14. The boot is work but the kernel that loaded is version 3.14, but it loaded without ethernet and other drivers. I think this is the default kernel. *If I don't interrupt the U-boot, nothing is loaded. I followed this tutorial: forum.solid-run.com/linux-on-cubox-i-and-hummingboard-f8/…
    – omerpoly
    May 3 at 18:11













  • 1




    Can you elaborate on “doesn’t work”?
    – Jeff Schaller
    May 3 at 15:45










  • Do you get any error message? Can you get any sort of output from the boot process? How do you program the new kernel? (Where is it read from?) It is likely that you can do just steps 3–5 if you are upgrading the kernel and the microcontroller already has uBoot and the old kernel there.
    – njsg
    May 3 at 15:57










  • Hello Jeff and njsg, thank for the fast reply! The main problem: The kernel that loaded is 3.14. The boot is work but the kernel that loaded is version 3.14, but it loaded without ethernet and other drivers. I think this is the default kernel. *If I don't interrupt the U-boot, nothing is loaded. I followed this tutorial: forum.solid-run.com/linux-on-cubox-i-and-hummingboard-f8/…
    – omerpoly
    May 3 at 18:11








1




1




Can you elaborate on “doesn’t work”?
– Jeff Schaller
May 3 at 15:45




Can you elaborate on “doesn’t work”?
– Jeff Schaller
May 3 at 15:45












Do you get any error message? Can you get any sort of output from the boot process? How do you program the new kernel? (Where is it read from?) It is likely that you can do just steps 3–5 if you are upgrading the kernel and the microcontroller already has uBoot and the old kernel there.
– njsg
May 3 at 15:57




Do you get any error message? Can you get any sort of output from the boot process? How do you program the new kernel? (Where is it read from?) It is likely that you can do just steps 3–5 if you are upgrading the kernel and the microcontroller already has uBoot and the old kernel there.
– njsg
May 3 at 15:57












Hello Jeff and njsg, thank for the fast reply! The main problem: The kernel that loaded is 3.14. The boot is work but the kernel that loaded is version 3.14, but it loaded without ethernet and other drivers. I think this is the default kernel. *If I don't interrupt the U-boot, nothing is loaded. I followed this tutorial: forum.solid-run.com/linux-on-cubox-i-and-hummingboard-f8/…
– omerpoly
May 3 at 18:11





Hello Jeff and njsg, thank for the fast reply! The main problem: The kernel that loaded is 3.14. The boot is work but the kernel that loaded is version 3.14, but it loaded without ethernet and other drivers. I think this is the default kernel. *If I don't interrupt the U-boot, nothing is loaded. I followed this tutorial: forum.solid-run.com/linux-on-cubox-i-and-hummingboard-f8/…
– omerpoly
May 3 at 18:11
















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f441571%2fhelp-with-linux-kernel-update%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f441571%2fhelp-with-linux-kernel-update%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay