Results 3 comments of

可以试试 [ISSUE 25](https://github.com/orangepi-xunlong/wiringOP-Python/issues/25) 的解决方案 我也是2w,仅仅修改了下面这个就可以成功运行了 modify the bindings.i and replace the line: extern void sunxi_pwm_set_clk(int pin,int clk); to extern void sunxi_pwm_set_clk_v2(int pin,int clk); (just add the "_v2"). build again: sudo...

执行 ``apt install python3-setuptools`` 即可 ``` root@ubuntu2204:/home/i/orangepi-build/u-boot/v2024.01# make defconfig *** Default configuration is based on 'sandbox_defconfig' # # configuration written to .config # root@ubuntu2204:/home/i/orangepi-build/u-boot/v2024.01# make scripts/kconfig/conf --syncconfig Kconfig UPD include/config.h...