Hi everyone!
I know that the Raspberry Pi is not a tier 1 system, so I have been struggling with ways to update my kernel without having to do it on the Pi itself, for I fear that would take way too long than I have patience for.
I am about to move on to trying out Crochet, but I would like to know where I am going wrong with what I tried. Unfortunately I do not have any build output to troubleshoot.
Basically I am cross compiling inside an amd64 virtual machine. After the object files are created, I am SCPing the object files over to where they should reside on my Pi. I made sure that /usr/src are identical. Then, with all this done, I should theoretically be able to do a make installkernel right? This procedure did fail for me the first time I tried it, but I am willing to try it again if this sounds like a solid procedure. The second to last thing I'd like to try is using distcc for cross compiling, but this seems rather difficult.
I am researching Crochet right now and I guess as long as I can have the tool install packages, which it looks like it can, and transfer over configuration files, this may be the route I am going to take.
Thanks!
I know that the Raspberry Pi is not a tier 1 system, so I have been struggling with ways to update my kernel without having to do it on the Pi itself, for I fear that would take way too long than I have patience for.
I am about to move on to trying out Crochet, but I would like to know where I am going wrong with what I tried. Unfortunately I do not have any build output to troubleshoot.
Basically I am cross compiling inside an amd64 virtual machine. After the object files are created, I am SCPing the object files over to where they should reside on my Pi. I made sure that /usr/src are identical. Then, with all this done, I should theoretically be able to do a make installkernel right? This procedure did fail for me the first time I tried it, but I am willing to try it again if this sounds like a solid procedure. The second to last thing I'd like to try is using distcc for cross compiling, but this seems rather difficult.
I am researching Crochet right now and I guess as long as I can have the tool install packages, which it looks like it can, and transfer over configuration files, this may be the route I am going to take.
Thanks!