Emtrion SBC-SAMA5D36 ARM Cortex A5 Linux Development Board Comes with Dual Ethernet, HDMI Output

A few months ago, I reviewed Atmel Xplained SAMA5D3 development board powered by SAMA5D36 Cortex A5 processor. The kit is supported by the Yocto Project, so I could build and run Poky distribution with a recent Linux kernel (it support mainline), it features Arduino compatible headers, and I found the board to be a nice platform for headless applications, or applications that require an LCD display. However, if you wanted to connect an HDMI display you’d be out of luck, unless you design your own LCD to HDMI add-on board. Emtrion SBC-SAMA5D36 could be an interesting alternative, as it features very similar specifications, but adds an HDMI output port. Emtrion SBC-SAMA5D36 specifications: MPU – Atmel SAMA5D36 single core Cortex-A5 @  536 MHz System Memory – 256 MB RAM Storage – 512 MB NAND Flash, up to 16 MB NOR Flash, and micro SD Card socket Connectivity – 100Base-TX Ethernet,  10/100/1000Base-TX […]

AllWinner A80 Linux SDK Released

After Android 4.4 SDK for AllWinner A31 last week, another AllWinner software development kit has been seen in the wild, this time for the new AllWinner A80 octa-core processor. A80 SDK includes source code for the Linux Kernel and U-boot, as well as buildroot, and various AllWinner tools. I’ve also noticed AllWinner A80 datasheet is available, but with the strict minimum information (45 pages). Let’s get the code, and extract it:

Now we need to configure the build:

sun9i is the codename for AllWinner A80, not sure what w1p1 means. Dragonboard must be the internal Allwinner development board, but I just selected Linux, since the SDK does not come with Android, and finally I opted for optimus, which could stand for OptimusBoard. You may need to install extra dependencies in your build machine, for example (in Ubuntu 14.04):

Now let’s start buildroot which should retrieve the toolchain, […]

$30 CoreWind Tech WiFiG25 SoM Features Atmel SAM9G25 ARM9 Processor and a Wi-Fi Module

After their Aria G25 clone, called CORE9G25, CoreWind Tech has now launched a new SoM, WiFiG25, also powered by Atmel SAM9G25 ARM9 processor, but this time with a WiFi Module based on Realtek RTL8188, and up to 256 MB RAM, 256 MB Flash. Here are the specs of this system-on-module: CPU – Atmel AT91SAM9G25 ARM9 @ 400Mhz System Memory – 128 or 256 MB DDR2 Storage – 256MB NAND Flash, micro SD card slot Connectivity – WiFi Module with internal antenna 2x20Pin 2.54mm expand interface (through holes) with access to 2x USB host ports, 3x UART, 1x I2C, 1x SPI, 6x PWM, 27x GPIOs, and 4x 10-bit ADC Line level – TTL 3.3V Misc – User LED Power supply – 5V Dimensions – Size: 50.80 x 30 mm Weight – 5g Temperature range –  Commercial: 0 to 70 °C, or industrial: -20 to 85 °C The company provide Linux 3.6.9 for the […]

Wandboard Dual Benchmarks, Serial Console Fun, and Distributions List

Since last time I tried Android and Ubuntu on the Wandboard, a few things happened. I’m not talking about Wandboard Quad announcement, but instead I received a Class 10 SD card, which makes the system so much responsive, and a RS232 to USB adapter so that I can access the serial console. So today, I’ll publish some benchmark results on Wandboard Dual since none appear to be available, and play a little with the serial console. A few things also happened on the operating systems side with more distributions now available for the board. Prerequisites I ran benchmark in Android, so I installed the latest Android 4.1.2 image (11th of April 2012) to my new SD card (ADATA 16 GB Class 10), and contrary to my poor experience on a 4GB Class 4 micro SD, everything was very fluid. I’ve also installed Google Play in order to install the applications. […]

Wandboard Releases Updated Android and Ubuntu Linux Images and Source Code

Since I’ve received my previous short review of the Wandboard Dual development board, there has been more work on done the platform with new Android and Ubuntu images, Jelly Bean source, Linux SDK release, and git repo setup. I’ve tried the binary images, and had a quick look at the source code and corresponding documentation. Android 4.1.2 Image and Source Code Wanboard has release an improved Android image on the 14th of March which you can download for both Solo and Dual version of the development board with the following Changelog: Fix HDMI audio/playback issue with certain monitor. Add support for wifi on wandboard-dual. Known issue: Might need to turn off “Avoid poor connections”  in Wi-Fi ->Advanced to keep connection alive. I’ve given it a try in Wandboard Dual, and it seems Ethernet support is gone (Sorry my mistake, Ethernet IS working, but there’s no indication when it’s connected, and […]

Using Buildroot For a Real Project – ELCE 2011

Thomas Petazzoni, embedded Linux engineer and trainer at Free Electrons, shows how they used buildroot for a specific project at Embedded Linux Conference Europe 2011. Abstract: Buildroot is a nice, simple and efficient tool to build small to medium sized embedded Linux systems, such as the ones found in many industrial systems or highly dedicated systems. Buildroot allows to automate the process of building a cross-compiling toolchain, building the root filesystem with all userspace components, building a Linux kernel image and a bootloader image. Based on experiences of a specific customer project, Thomas details how Buildroot can be configured and used to quickly produce nice, fast and efficient embedded Linux systems, but also how the target application development and debugging can be done based on Buildroot. You can also download the presentation slides. Jean-Luc Aufranc (CNXSoft)Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as […]

LinuxCon 2011 Presentation: Embedded Systems

The fourth presentation entitled  “Embedded Systems” was presented by Tim Harder, developer at OSUOSL (Oregon State University Open Source Lab) on the 16th of August 2011 at LinuxCon 2011. Abstract: This presentation deals with software development for Embedded Systems especially focusing on Linux and open source.  It describes current software development challenges such as fast software life cycle and memory footprint issues, lists several open hardware projects (Beagleboard, Pandaboard, Bug Labs, Gumstix),  microcontrollers (Arduino and TI MSP430), different operating systems (Android, Meego) and toolchain build tools (Buildroot, Yocto) for embedded systems. It also explains specific challenges to embedded software development such a the numerous number of hardware platforms and software & hardware  tools. Finally, it deals with the cross-compilers, emulators (e.g. qemu) and debugging tools (gdb, jtag, serial console, etc…). If you want to download the presentation slides, please go to Embedded Systems and use the download button on top of […]

Exit mobile version