Difference between revisions of "Talk:Kernel compiling"

From odroid US
Jump to: navigation, search
(osterluk 01/13/2013)
(osterluk 01/13/2013)
Line 1: Line 1:
 
=== osterluk 01/13/2013 ===
 
=== osterluk 01/13/2013 ===
This step works:
+
This step works on my host:
  
 
wget https://github.com/hardkernel/linux/archive/odroid-3.0.y.zip
 
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 see this
+
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

Revision as of 16:37, 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