pikasTech / PikaPython

An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar project: MicroPython, JerryScript.
http://pikapython.com/
MIT License
1.45k stars 132 forks source link

基于Pico 在RT-Thread 上玩PikaPython遇到的问题 #307

Open jmmos0510 opened 1 year ago

jmmos0510 commented 1 year ago

在RT-Thread Studio上基于开发板建立PICO RP2040的工程

微信图片_20230422233505

并加入PikaScript软件包

微信图片_20230422233615

编译通过,生成了.uf2文件 Snipaste_2023-04-22_23-57-29 将rtthread-pico.uf2拖进Pico,连上串口助手,重新上电

Snipaste_2023-04-23_00-05-14 从图可知,上电可进入RT Thread的msh,但输入“pika"不能启动pikascript

supperthomas commented 1 year ago

现在再试试看 参考链接 https://club.rt-thread.org/ask/article/441e63b6bec6d065.html