mrnuke
mrnuke
I think the following async example is what I'd like to see: async def do_usb_stuff(): dev = usb.core.find(...) transfer1 = dev.submit_read(...) transfer2 = dev.submit_write(...) await transfer2.result() await transfer1.result() To that...
@Ansuel Neither `tplink-v{1,2}-image` formats share similarities with 2022. There are some common elements with `tplink-safeloader`, but the binary format is different.
@kirdesde, How do I get the rproc crash log?
Serial kernel log ``` [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014] [ 0.000000] Linux version 6.1.82 ([email protected]) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r0+25581-0eb721125a) 12.3.0, GNU ld (GNU Binutils) 2.40.0)...
I don't follow. What does "activate supports_regdb" requite, and how does one " extract the regdb.bin from the upstream bdf" ?
@kirdesde, I can't find any IPQ6018 file with regdb: ``` mignon=$(find ath11k-bdf/IPQ6018/ |grep bin ) for file in $mignon; do ath11k-bdencoder -e $file echo $file $(grep regdb board-2.json) done |grep...
> @mrnuke Can you try BDF with updated regdb: https://github.com/testuser7/firmware_qca-wireless/blob/9699b7c455e8efd6493c8b8f5f88580603aec825/board-tplink_eap610-outdoor.ipq6018 ? @testuser7, that's amazing! How was the BDF was modified? The modified BDF works with the new 2.5.0.1 firmware. I...
@testuser7, I meant what tools did you use to modify the BDF itself. If I try to use `ath11k-dbencoder`, it will append the regdb section to the original BDF. Your...
> Hi sorry for hijacking this thread, but is this device /proc/cpuinfo showing 0x51 implementer and 0x801 part? Affirmative
@kirdesde, the BDF provided by @testuser7 has some issues with the regdb, as it enables some channels that should be off-limits outdoor. As the regdomain is self-managed, we don't have...