≡
Difference between revisions of "A13-OLinuXino"
(→Software) |
(→Software) |
||
Line 8: | Line 8: | ||
== Software == | == Software == | ||
− | Building uboot: | + | <u>Building uboot:</u> |
$ git clone https://github.com/hno/uboot-allwinner.git | $ git clone https://github.com/hno/uboot-allwinner.git | ||
Line 22: | Line 22: | ||
$ dd if=u-boot.bin of=/dev/sdc bs=1024 seek=32 | $ dd if=u-boot.bin of=/dev/sdc bs=1024 seek=32 | ||
− | Building Linux: | + | <u>Building Linux:</u> |
$ git clone https://github.com/amery/linux-allwinner.git | $ git clone https://github.com/amery/linux-allwinner.git |
Revision as of 06:06, 3 October 2012
Contents
Documents
Under construction
Hardware
Under construction
Software
Building uboot:
$ git clone https://github.com/hno/uboot-allwinner.git
$ cd uboot-allwinner
$ make sun5i CROSS_COMPILE=arm-linux-gnueabi-
assuming your SD card is on sdc:
$ dd if=spl/sunxi-spl.bin of=/dev/sdc bs=1024 seek=8
$ dd if=u-boot.bin of=/dev/sdc bs=1024 seek=32
Building Linux:
$ git clone https://github.com/amery/linux-allwinner.git
$ cd linux-allwinner
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- sun5i_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- -j16 uImage modules
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- INSTALL_MOD_PATH=output modules_install
Projects
Under construction
FAQ
Under construction