Difference between revisions of "Talk:Kernel compiling"

From odroid US
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=== osterluk 01/13/2013 ===
 
This step works on my host:
 
  
wget https://github.com/hardkernel/linux/archive/odroid-3.0.y.zip
 
 
but is it not clear to me to see what the alternative zip files might be.  When I browse github, I don't that "hardkernel" area.
 
 
On the target, I get this message:
 
<pre>
 
odroidu2-1:~# wget https://github.com/hardkernel/linux/archive/odroid-3.0.y.zip
 
--2013-01-13 20:29:46--  https://github.com/hardkernel/linux/archive/odroid-3.0.y.zip
 
Resolving github.com (github.com)... 207.97.227.239
 
Connecting to github.com (github.com)|207.97.227.239|:443... connected.
 
ERROR: The certificate of `github.com' is not trusted.
 
ERROR: The certificate of `github.com' hasn't got a known issuer.
 
root@odroidu2-1:~#
 
</pre>
 
 
so I added --no-check-certificate to the command line
 
 
I changed the mount point for the boot partition to match ubuntu build, /boot instead of /media/boot
 
 
A suggestion for improvement would be to use the EXTRAVERSION variable to mark private builds as dirty
 
  
 
=== osterluk 1/20/2013 ===
 
=== osterluk 1/20/2013 ===
 
TODO: Add section on building kernel modules and how to move them to root file system
 
TODO: Add section on building kernel modules and how to move them to root file system

Latest revision as of 03:05, 28 January 2013


osterluk 1/20/2013

TODO: Add section on building kernel modules and how to move them to root file system