Skip to content

PYNQ-X1024/MicroPython_ESP32_on_X1024

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

此固件是基于MicroPython的衍生版本MicroPython_LoBo构建的.

添加了一些X1024的专用模块

当前版本尚未完善,处于开发阶段。

xfpga moudle

用于X1024板子上ESP32与xilinx FPGA交互 (当前仅支持给FPGA编程)

import xfpga
xfpga.overlay('xxx.bit')

你需要注意

  • 你需要把.bit文件放在ESP32的 /sd/overlay/ 路径下(如果没有 overlay文件夹,手动创建一个)。
  • 当前版本,配置FPGA可能需要很长的时间(测试大约需要3-4s)

使用方法

见test目录

About

MicroPython for ESP32 on X1024 with FPGA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.6%
  • C++ 5.0%
  • Python 2.7%
  • Makefile 0.8%
  • Shell 0.5%
  • CMake 0.4%
  • Other 1.0%