So FINALLY......20 hours into my roadtest I finally have the board connected on windows 10 and uploading my image. Not going to lie its been a test of patience working with the sama5d2 Attempted to ssh in but kept getting errors end...
I have written code to make a digital clock using timer1 and tested with Proteus (an Arduino simulator). That program has been downloaded into an Atmega8 and interfaced to an LCD display. Seconds are being counted perfectly in 1 second duration. But ...
Note, I had in mind to write a longer tutorial but due to Miracast Sink for Tizen priority it was postponed. Anyway let me share some info to community who dare to port they favorite OS (Tizen?) to this platform. WAYLAND AND OPENGLFirst, t...
I've tried using the instructions on Android4SAM (Android4SAMv44 < Android4SAM < TWiki) but I've had no luck getting Android to work on Xplained with a TM7000 Display module. I've been able to load the package for the SAMA5D4 Xplain...
Salutations all, I wanted to tinker with the Atmel SAMA5D4 Xplained Ultra board as a learning tool to understand embedded Linux environments. Not coming from an engineering background I could at least glean SOME understanding by going throu...
So I have a SAMA5D4 from Element 14 and wanted to try to pre-empt the issues we experienced last year with the SAMA5D3's, this was a distinct lack of working drivers and samples With the Help of Christian doctorcdf and Atmel, I n...
I found it very frustrating to try to access the Xplained from SSH. It never had a MAC address set so it would assign a new one every boot and a new IP to go with it. Here are the instructions to set the MAC address so this doesn't happen any more.&n...
As part of my road test with the sama5d3, I've been working on a simple graphics library using Python, currently it consists of an lcd driver and buffer, a bmp decoder, a simple shape library and a simple system text library. Heres a video of it...
It's a bit later than I anticipated, but I've settled on a very basic gpio control library for the time being, I tried a few different things but ran into issues specific to Python relating to global data only being global to the particuar script and...
Hey, If you read my previous blogs on using GPIO pins, you'll remember that we had to export the number "81" in order to activate pin C17. I thought it would be nice to have a lookup table to what number corresponds to what pin. I've atta...
This blog post is about controlling the digital io pins of the xplained board using Python. My previous blog showed how to control the pins using standard Bash commands in the system shell / terminal. The Python method works along exactly that ...
This blog is about using some basic control methods to use the GPIO pins of the xplained board through bash commands, we'll look at using a digital pin as an output and then reading the value of it as an input pin. I already wrote a quick post a...
This post is about being able to access the SD card slot on the xplained board. First off, we need to log into our xplained board, either use the usb cable and follow the connection guide or read my blog post on accessing it using ssh (http://ww...
Power off the Xplained board and connect a network cable from the board into your router (a wireless adapter should also work just as easily, I'm going to use a cable for simplicities sake. Once your happy and problem free using a cable then moving o...
Hey, This is my introduction blog post on using the Atmel sama5d3-xplained development board, I was kindly given the opportunity to roadtest the device along with a few other bits and bobs. http://www.element14.com/community/roadTests/1348 ...
So when I wanted to build a version of Linux for the SAMA5D3 board that wasn't Yocto or a demonstration image, then I started to struggle to find solutions. Here I present the steps I took to have Debian working on the SAMA5D3, I also have a .IM...