Loading

摘要: 起因 因为micropython官方有对NUCLEO_F446RE开发板进行支持,故在淘宝找了一家有卖STM32F446RET6开发板的商家。 故所有的修改都是在NUCLEO_F446RE这个配置上进行,需要修改> mpconfigboard.h的配置 UART NUCLEO_F446RE这个开发板 阅读全文
posted @ 2024-06-27 16:00 InspirationPlace 阅读(68) 评论(0) 推荐(0)
摘要: 在编译带psram模块的固件时,常规psram和psram-oct的区别 参考https://iot.stackexchange.com/questions/6608/unable-to-run-micropython-on-esp32-wroom 上图是部分esp32-s3模块的flash类型和p 阅读全文
posted @ 2024-05-31 09:54 InspirationPlace 阅读(198) 评论(0) 推荐(0)
摘要: 参考: https://www.derekseaman.com/2023/11/proxmox-ve-8-1-windows-11-vgpu-vt-d-passthrough-with-intel-alder-lake.html https://www.bilibili.com/video/BV1A 阅读全文
posted @ 2024-01-02 18:29 InspirationPlace 阅读(5361) 评论(0) 推荐(0)
摘要: 设置Bootloader 下载pocopico大神的tinycore-redpill最新发布的vmdk文件 https://github.com/pocopico/tinycore-redpill 在virutalbox里创建虚拟机, 取消USB控制器、取消声卡、多余的硬盘控制器全删掉,只留一个SA 阅读全文
posted @ 2023-10-21 01:02 InspirationPlace 阅读(141) 评论(0) 推荐(0)
摘要: 参考:MuratovAS/webvirtcloud-docker https://github.com/MuratovAS/webvirtcloud-docker Install KVM config /etc/libvirt/libvirtd.conf unix_sock_rw_perms = " 阅读全文
posted @ 2023-09-05 11:08 InspirationPlace 阅读(1096) 评论(0) 推荐(0)
摘要: ### 因为本人有在非公网环境中把多台设备互联的需求, 一番寻找下来发现了`zerotier`这个软件来实现组网, 但是`zerotier`组网会有中国大陆访问`planet`服务器过于困难的问题, 最后找到了这篇文章:`https://github.com/LoganJinDev/zerotier 阅读全文
posted @ 2023-06-09 15:46 InspirationPlace 阅读(1231) 评论(0) 推荐(0)
摘要: 需要一个arm版本的mysql,在寻找之下找到了这个:https://github.com/biarms/mysql -> https://hub.docker.com/r/biarms/mysql docker run -itd --name mysqld -p 3306:3306 --resta 阅读全文
posted @ 2022-11-05 14:12 InspirationPlace 阅读(293) 评论(0) 推荐(0)
摘要: 固件参考: https://www.right.com.cn/forum/thread-8236011-1-1.html 参数设置: 网络->接口->LAN->IPv6设置 路由通告服务、DHCPv6服务、NDP代理全设置为中继模式 固件的ipv6设置部分可能有一些bug,在luci中修改修改wan 阅读全文
posted @ 2022-07-10 19:39 InspirationPlace 阅读(1299) 评论(0) 推荐(0)
摘要: 1. 玩客云刷写时的armbian固件,在此感谢leo357449107,以及suixin2020。 https://www.right.com.cn/forum/thread-4057492-1-1.html 我的玩客云是之前刷过其他版本的armbian的,只是该版本的armbian内核的编译选项 阅读全文
posted @ 2022-05-29 03:02 InspirationPlace 阅读(290) 评论(0) 推荐(0)
摘要: 环境:docker python3.6:alpine 问题症状: File "/usr/local/lib/python3.6/site-packages/Crypto/Cipher/AES.py", line 50, in <module> from Crypto.Cipher import _A 阅读全文
posted @ 2022-04-15 18:25 InspirationPlace 阅读(175) 评论(0) 推荐(0)