Difference between revisions of "Talk:Kernel compiling"

From odroid US
Jump to: navigation, search
(osterluk 01/13/2013)
Line 20: Line 20:
  
 
I changed the mount point for the boot partition to match ubuntu build, /boot instead of /media/boot
 
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

Revision as of 19:02, 13 January 2013

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:

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:~#

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