Cosino Enigma’s Linux kernel

Cosino Enigma’s Linux kernel

If you need to recompile Cosino Enigma’s Linux kernel you have to clone linux repository on our GitHub page. You can use command:

then setup your cross compiler (on my Ubuntu I used package gcc-arm-linux-gnueabihf):

At this point you can cross compile the kernel by using:

This command configures linux in order…

Read More Tags: , , , , , , ,

Cosino Enigma’s u-boot bootloader

Cosino Enigma’s u-boot bootloader

If you need to recompile Cosino Enigma’s u-boot bootloader you have to clone u-boot repository on our GitHub page. You can use command:

then setup your cross compiler (on my Ubuntu I used package gcc-arm-linux-gnueabihf):

At this point you can cross compile the bootloader by using:

This command configures u-boot in order…

Read More Tags: , , , , , , , ,

Cosino Enigma’s at91bootstrap pre-bootloader

Cosino Enigma’s at91bootstrap pre-bootloader

If you need to recompile Cosino Enigma‘s at91bootstrap pre-bootloader you have to clone at91bootstrap repository on our GitHub page. You can use command:

then setup your cross compiler (on my Ubuntu I used package gcc-arm-linux-gnueabihf):

At this point you can cross compile the bootloader by using:

This command configures at91bootstrap in order…

Read More Tags: , , , , , , ,

Cosino’s u-boot bootloader

Cosino’s u-boot bootloader

If you need to recompile Cosino’s u-boot bootloader you have to clone u-boot repository on our GitHub page. You can use command:

then setup your cross compiler (on my Ubuntu I used package gcc-arm-linux-gnueabi):

At this point you can cross compile the bootloader by using:

This command configures u-boot in order to…

Read More Tags: , , , , , , ,

Cosino’s at91bootstrap pre-bootloader

Cosino’s at91bootstrap pre-bootloader

If you need to recompile Cosino‘s at91bootstrap pre-bootloader you have to clone at91bootstrap repository on our GitHub page. You can use command:

then setup your cross compiler (on my Ubuntu I used package gcc-arm-linux-gnueabi):

At this point you can cross compile the bootloader by using:

This command configures at91bootstrap in order to…

Read More Tags: , , , , , ,

Building Mega 2560 applications from the command line

Building Mega 2560 applications from the command line

Most of Arduino programmers well know the Arduino's GUI where they usually build their applications, but exists another way to build Arduino applications: directly from the command line with little help from other tools! Let's see how!  Note: Programmers whose love managing their programs from the command line may enjoy this little tutorial :-] First…

Read More Tags: , , , , , , , ,