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