Tuesday, November 18, 2014

Juno ARM Development Platform

Juno

CPU: ARM® Cortex®-A57 and Cortex-A53 MPCore for ARMv8 big.LITTLE™


  • 2x ARM Cortex A57 cores @ 1.1 GHz (2MB L2 cache) 
  • 4x ARM Cortex A53 cores @ 850 MHz (1MB L2 cache)

GPU: Mali™-T624 for 3D Graphics Acceleration and GP-GPU compute (@ 600 MHz)
        
System Control Processor (SCP): ARMv7-M

Software SDK

LDK
Android

Sunday, November 16, 2014

Mentor Embedded Linux Kit for PandaBoard

http://www.mentor.com/embedded-software/downloads/linux-kits/

  • Mentor Embedded Linux Lite, a pre-built Yocto-based distribution, including libraries and headers
  • A Linux Board Support Package (BSP) for your reference board 
  • A pre-built filesystem for the target Sourcery CodeBench Lite for application development 
  • Installation / Application Development Guide

Ref:

Saturday, November 15, 2014

ARM Cortex-M

ARM Corex-M3

SoC


Toolchain

Sourcery CodeBench Lite releases for ARM EABI, ARM GNU/Linux, ARM AARCH64-Linux, IA32/IA64 GNU/Linux and ELF are no longer available. :(

Thanks to http://www.carlson-minot.com/ (For Mac OS X User)

Boot Code




Book

Assembly Language Programming: ARM Cortex-M3 (PDF)


Vincent Mahout


Wiley-ISTE
ISBN: 978-1-84821-329-6

February 2012
256 pages

Monday, October 6, 2014

Wednesday, October 1, 2014

HOWTO mount an airport extreme attached disk


[ ]# sudo mount.cifs //IP_ADDRESS/Data -o password=PASSWORD,sec=ntlm,uid=LOCAL_USERNAME /media/airport

[ ]# sudo mount -t cifs //10.0.1.1/DATA -o username=USERNAME,password=PASSWORD /media/airport

Friday, August 29, 2014

[Book] Beginning Google Glass Development


Beginning Google Glass Development (PDF)
Jeff Tang

368 Pages

Publication Date: June 24, 2014

ISBN13: 978-1-4302-6788-1




Tuesday, August 26, 2014

AHRS - Attitude and Heading Reference System

Attitude and heading reference system (AHRS) consists of sensors on three axes that provide attitude information for aircraft, including heading, pitch and yaw.

AHRS consist of either solid-state or microelectromechanical systems (MEMS) gyroscopes, accelerometers and magnetometers on all three axes.

The key difference between an inertial measurement unit (IMU) and an AHRS is the addition of an on-board processing system in an AHRS which provides solved attitude and heading solutions versus an IMU which just delivers sensor data to an additional device that solves the attitude solution.