Processors
ARM is the industry’s leading provider of 32-bit embedded microprocessors, offering a wide range of processors based on a common architecture that deliver high performance, industry leading power efficiency and reduced system cost. Combined with the broadest ecosystem in the industry with over 750 Partners delivering silicon, tools and software, the wide portfolio of more than 20 processors are able to meet every application challenge. With more than 20 billion processors already created and in excess of 10 million shipped every day, ARM truly is The Architecture for the Digital World®.
Built the U-boot successfully through the host and built the kernel and wrote the files in sd card. There was an issue while configuring menu in linux-sunki folder, the issue was libncurses problem in fedora. Then I installed libncurses by … Continue reading →
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 →
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 →
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 →
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 →
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 →
i m doing toolchain. There is an error in glibc. When im doing make check, then following errors occures. ============== ************* ================ libgcc_s.so.1 must be installed for pthread_cancel to work Didn’t expect signal from child: got `Aborted’ make[2]: *** [/home/emblogic/sachin_jangid/abhishek_toolchain/build_tools/build_glibc/nptl/tst-mutexpi8.out] … Continue reading →
You will get the list of all the Soc, Microprocessors, microcontrollers (based on arm) with the key differences between them. http://socialcompare.com/en/comparison/low-cost-arm-boards
In order to connect your Raspberry Pi and laptop, you could do it in two ways, router based connection. peer to peer connection. Router Based Connection In this type of connection it is assumed that your laptop is already in … Continue reading →
The Raspberry Pi is a credit-card-sized single-board computer developed in the UK by the Raspberry Pi Foundation. The Raspberry Pi is manufactured in two board configurations. The Raspberry Pi has a Broadcom BCM2835 system on a chip (SoC), which includes … Continue reading →
successfully built tool chain for ARM.
Hey folks, dis is my 1st blog post.. I learned some really cool things which we can do with “raspberry pi” or any single board computer (SBC). I designed a voice recognition system for my room which identifies me and … Continue reading →
i have already bring the board with the images given by you with 4GB and 2GB SD Card. Now I have got a delay after booting with 8GB SD Card….. as : Starting Kernel…….. Uncompressing Linux………………………………………………………………………………………………………………………………….. Plzzzz guide me … Continue reading →
successfully executed ARM specific executable on BeagleBoard..:-)
Sir, -lgcc has been solved by changing the version of glibc. but another error occured , i.e. -lc not found… on the execution of a file. Also facing error in configuring glibc-2.13. It is exiting with the following error. . … Continue reading →