arrio464
arrio464
同样的问题。 目测文档的进度快于Release,尝试直接下载main分支并解压后解决。
> > **Device Information | 设备信息** > > > > * SOC: [rk3399] > > * Model [sm3399b] > > > > **Armbian Version | 系统版本** > > > >...
经过进一步研究,发现并不是无法连接,而是过于卡顿(load在10左右)而无法操作。 根据日志,尝试移除brcmfmac: > modprobe -r brcmfmac modprobe: FATAL: Module brcmfmac is in use. 发现无法卸载,尝试直接删除对应的内核模块: > mv /usr/lib/modules/6.1.120-Lemon1151/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac.ko /usr/lib/modules/6.1.120-Lemon1151/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac.ko.bak 重启后负载恢复正常,可以正常使用
用的似乎是 https://github.com/Lemon1151/kernel 中的预构建kernel,不是很清楚怎么禁用这玩意 或许可以通过打patch解决?
> > 用的似乎是 https://github.com/Lemon1151/kernel 中的预构建kernel,不是很清楚怎么禁用这玩意 或许可以通过打patch解决? > > /kernel-config/release/general/里面有config文件, > > # CONFIG_BRCMSMAC is not set > CONFIG_BRCMFMAC=m CONFIG_BRCMFMAC_PROTO_BCDC=y CONFIG_BRCMFMAC_SDIO=y CONFIG_BRCMFMAC_USB=y 试试把CONFIG_BRCMFMAC=m改成CONFIG_BRCMFMAC is not set 测试了下,可以正常启动。 应该只要确保 brcmfmac 这个内核模块没有启用就行。
same here. any suggestions?
I tried https://github.com/flowdriveai/flowpilot/issues/74 but it did not work. so I use https://github.com/jagheterfredrik/flowpilot instead.
It seems that JLinkARM.dll does not provide the relevant functions, so it may not be feasible to expect pylink to implement this directly. As a workaround, maybe we can manually...