Please help: Making SDHC work for the use of a filesystem on the NXP MIMXRT1020 EVK

This page summarizes the projects mentioned and recommended in the original post on /r/Zephyr_RTOS

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • opencv_contrib

    Repository for OpenCV's extra modules

  • My problem is pretty simple. I would like to add a C/C++ program to the NXP MIMXRT1020 EVK that classifies some traffic signs. The issue here is that for a neural network to work, I need some files containg the model and some other stuff. The need of files raises the issue of needing a filesystem which Zephyr does not support on the MIMXRT1020 EVK. So I've tought of writing my own SDHC "driver" to help me with this issue and maybe also help the community for that matter. I've tought of embedding the model in the program, but many of the functions of the library I tried to use (opencv cnn classifier and Shark) use functions that require opening files, so it was either modifying those or Zephyr.

  • zephyr

    Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.

  • I've posted a week ago this post which asked about how to basically write (some kind of) a driver for the NXP MIMXRT1020 EVK so that I can use the SDHC to compile the fat filesystem sample. I am really new to this so I would love if you could help me out a bit as some of you did already.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts