惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
T
The Blog of Author Tim Ferriss
B
Blog
L
LangChain Blog
Y
Y Combinator Blog
美团技术团队
博客园 - 三生石上(FineUI控件)
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
量子位
博客园_首页
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
C
Check Point Blog
D
Docker
小众软件
小众软件
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
Google DeepMind News
Google DeepMind News
IT之家
IT之家

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - apm_planner-bin
2026-06-11 · via AUR Newest Packages

Attempting to update the radio firmware yields:

Flashing with firmware
./sik_uploader/firmware/1.9/radio~hm_trp.ihx
/usr/bin/python: can't open file './sik_uploader/sik_uploader.py': [Errno 2] No such file or directory

Complete 2

I checked and it looks like this package puts the sik_uploader.py file in /usr/bin/ instead of where APM expects it. It'll fail anyway as APM Planner expects /usr/bin/python to be python2 but it's python3 on our systems.

I can run the script manually like:

$ python2 /usr/bin/sik_uploader.py --port /dev/ttyUSB1 --baudrate 57600 /usr/share/sik_uploader/firmware/1.9/radio~hm_trp.ihx

If the /usr/bin/sik_uploader.py file was executable and the header changed to require python2, it would be a little easier to run manually and still fail from APM. Since this is a bin package, I don't think the package can be fixed to work from APM.