Software

Working with Xilinx's AXI Quad SPI in Linux? Streamline Your Setup with This Simple Fix

Last week, our dev team was knee-deep in a project integrating Xilinx's AXI Quad SPI IP into a Petalinux system. Everything seemed to be in order, but they kept hitting a wall when trying to configure the SPI device. After hours of troubleshooting, and a few dips into linux kernel driver debug features (more on this on future posts!), they finally stumbled upon a simple solution that saved the day!

August 8, 2024

Dashboard Creation with Python, Pandas, and Dash

Interactive dashboards are an essential tool for visualizing and exploring data. With Python libraries like Pandas and Dash, creating these dashboards becomes straightforward and efficient. During this post, we'll walk you through the process of building a dashboard step by step, from loading and preprocessing the data to creating interactive plots and generating a web-based interface.

August 8, 2024