Category: Digital Electronics
-
Good links for FreeRTOS
https://aws.amazon.com/blogs/publicsector/creating-a-serverless-gps-monitoring-and-alerting-solution/ https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_espressif.html https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-devkitc.html https://github.com/aws/amazon-freertos
-
Insatlling USB JTAG drivers for Zedboard
To install the drivers for the zedboard jtag in ubuntu do as follow; Fist download the following zip file. In this zip there are two deb files and a folder. run:-: sudo dpkg -i digilent.adept.runtime_2.18.3-amd64.deb-: sudo dpkg -i digilent.adept.utilities_2.2.1-amd64.deb Then go into the folder and run: sudo ./install.sh Now running: djtgcfg -v should output: Digilent…
-
Basic petalinux for zedboard
In this article I am going to keep track of how to make a Linux distribution with PetaLinux to run in the Zedboard. I will run Vivado and PetaLinux in Ubuntu 16.04 LTS. This should also work in other distributions but dependencies may defer between them. First I download the necessary programs from Xilinx. I…