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: , , , , , , ,

Using a GSM/GPRS modem

Using a GSM/GPRS modem

Having an Internet connection is nowadays a must-have for quite every embedded board, so let’s see how we can use a serial GSM/GPRS module on our Cosino based board for both sending a SMS or to surf the Internet. Prerequisite You need a Cosino core module plugged in into a Cosino’s extension with a preformatted microSD in order to have a…

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

Serial GSM/GPRS module

Serial GSM/GPRS module

This product can be bought at our shop as: Serial GSM/GPRS module Prerequisite You need a Cosino core module plugged in into a Cosino’s extension with a preformatted microSD in order to have a running system. Also, if you need system’s console, you must connect a type B-micro USB cable to the serial console connector. Please, refer to your extension documentation in order to know where…

Read More Tags: , , , , , ,

Smartcard reader ISO/IEC 7816

Smartcard reader ISO/IEC 7816

This product can be bought at our shop as: Smartcard reader ISO/IEC 7816 The Smartcard reader ISO/IEC 7816 is a Cosino’s peripheral useful to read several smartcard types ISO/IEC 7816 compliant. It is based on Maxim TSC12xxF CCID-DFU chip version 2.10. This module is connected with the Cosino core module by USB bus and is powered up…

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: , , , , , , ,