EmbLogic's Blog

Author Archives: Divesh garg

raspbery Pi 3 support flash player ?

As i am not able to open the www.emblogic.com , showing plugin required . i had tried installing many plugins for the browser . but not able to do . can any body knows ?

Posted in Uncategorized | Leave a comment

Tool Chain for O-LinuXno A13

Hello , Today also i tired download the TOOLCHAIN  HOST – i386 TARGET : arm STEP 1 : gcc-4.7-arm-linux-gnueabi_4.7.3-12ubuntu1cross1.85_i386.deb on Intel x86 machines STEP 2 : Once download and get it install in /usr/bin STEP3 :copy it from  arm-linux-gnueabi-gcc-4.7 to … Continue reading

Posted in ARM Embedded Processors | Leave a comment

TOOL CHAIN

one more thing : while using the toolchain , architecture for the board for which toolchain will be used . ARM V7-A (Architecture) is for ( CORE DESIGNED BY ARM HOLDING) ARM Cortex-A5, ARM Cortex-A7, ARM Cortex-A8, ARM Cortex-A9, ARM … Continue reading

Posted in ARM Embedded Processors | Leave a comment

tool chain compilation command

Toolchains have a loose name convention like arch[-vendor][-os]-abi. arch is for architecture: arm, mips, x86, i686… vendor is tool chain supplier: apple, os is for operating system: linux, none (bare metal) abi is for application binary interface convention: eabi, gnueabi, … Continue reading

Posted in Uncategorized | Leave a comment

Compile kernel& module compile . Then Put Debian & kernel module in 2nd partition

make ARCH=arm  CROSS_COMPILE=arm-linux-gnueabihf- uImage make ARCH=arm  CROSS_COMPILE=arm-linux-gnueabihf- Image make ARCH=arm  CROSS_COMPILE=arm-linux-gnueabihf- zImage make ARCH=arm  CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=out modules OBJCOPY arch/arm/boot/Image Kernel: arch/arm/boot/Image is ready AS arch/arm/boot/compressed/head.o GZIP arch/arm/boot/compressed/piggy.gzip AS arch/arm/boot/compressed/piggy.gzip.o CC arch/arm/boot/compressed/misc.o CC arch/arm/boot/compressed/decompress.o CC arch/arm/boot/compressed/string.o SHIPPED arch/arm/boot/compressed/lib1funcs.S AS arch/arm/boot/compressed/lib1funcs.o SHIPPED … Continue reading

Posted in ARM Embedded Processors | Leave a comment

sdcard image for ARM

CREATING THE PARTITION IN THE MICROSD CARD : 1. The process of partition the microsd card . 1.1 detecting as block device / dev/mmcblk0p1 1.2 fdisk /dev/mmcblk0p1 n p 1 2048 ( second stage bootlader write have to from 8 … Continue reading

Posted in ARM Embedded Processors | Leave a comment

creating cross compiler

1. Download the Cross compiler compatible with 32-bit system following are the files in the folder  ” arm-linux-gnueabihf bin lib libexec share” 2. follow the procedure as per documents –> then also the error is coming after running the following … Continue reading

Posted in ARM Embedded Processors | Leave a comment