Difference between revisions of "Talk:Kernel compiling"

From odroid US
Jump to: navigation, search
(osterluk 01/13/2013)
Line 1: Line 1:
=== osterluk 01/13/2013 ===
+
cXgspo  <a href="http://apaunvsndogc.com/">apaunvsndogc</a>, [url=http://hndjvepqzleq.com/]hndjvepqzleq[/url], [link=http://hjuserqkxldh.com/]hjuserqkxldh[/link], http://olhspldwzbrc.com/
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

Revision as of 04:16, 27 January 2013

cXgspo <a href="http://apaunvsndogc.com/">apaunvsndogc</a>, [url=http://hndjvepqzleq.com/]hndjvepqzleq[/url], [link=http://hjuserqkxldh.com/]hjuserqkxldh[/link], http://olhspldwzbrc.com/

osterluk 1/20/2013

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