{"id":1149,"date":"2015-08-24T12:22:20","date_gmt":"2015-08-24T10:22:20","guid":{"rendered":"http:\/\/blog.the-leviathan.ch\/?p=1149"},"modified":"2015-08-24T12:24:32","modified_gmt":"2015-08-24T10:24:32","slug":"u-boot-mainline-from-denx","status":"publish","type":"post","link":"https:\/\/blog.the-leviathan.ch\/?p=1149","title":{"rendered":"u-boot mainline from denx"},"content":{"rendered":"<p>Git clone:<\/p>\n<pre>git clone git:\/\/git.denx.de\/u-boot.git<\/pre>\n<p>Configure:<\/p>\n<pre>cd u-boot\r\nCROSS_COMPILE=arm-linux-gnueabi- make clean\r\nCROSS_COMPILE=arm-linux-gnueabi- make Cubieboard2_defconfig<\/pre>\n<p>Compile:<\/p>\n<pre>CROSS_COMPILE=arm-linux-gnueabi- make -j6<\/pre>\n<p>Installation:<\/p>\n<pre>dd if=u-boot-sunxi-with-spl.bin of=\/dev\/sdX bs=1024 seek=8<\/pre>\n<p>Where \/dev\/sdX is the device file for your SD card. (Hint: use dmesg to find it out)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Git clone: git clone git:\/\/git.denx.de\/u-boot.git Configure: cd u-boot CROSS_COMPILE=arm-linux-gnueabi- make clean CROSS_COMPILE=arm-linux-gnueabi- make Cubieboard2_defconfig Compile: CROSS_COMPILE=arm-linux-gnueabi- make -j6 Installation: dd if=u-boot-sunxi-with-spl.bin of=\/dev\/sdX bs=1024 seek=8 Where \/dev\/sdX is the device file for your SD card. (Hint: use dmesg to find it out)<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1149","post","type-post","status-publish","format-standard","hentry","category-daily"],"_links":{"self":[{"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=\/wp\/v2\/posts\/1149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1149"}],"version-history":[{"count":5,"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=\/wp\/v2\/posts\/1149\/revisions"}],"predecessor-version":[{"id":1154,"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=\/wp\/v2\/posts\/1149\/revisions\/1154"}],"wp:attachment":[{"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1149"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1149"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.the-leviathan.ch\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}