burt2902

Results 7 comments of burt2902

LuCi kernel log ``` [ 0.000000] Linux version 3.14.0 (root@A2W-LINUX) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.01 r40838) ) #1 Tue Mar 10 07:21:14 UTC 2020 [ 0.000000] bootconsole [early0] enabled...

Turned out that pl2303 usb-serial module is too old for the updated chip in my CZ_TAW1. New chip requires support for 23a3 product id which has been added in 5.x...

@sauliuslt, you need to have ssh server enabled but it is disabled until you perform a first boot procedure. Luckily, there is a way to spawn the ssh server via...

Thank you for getting the kernel updated to support PL23a3. PS: I will wait with closing the issue until there is an official release containing this change. I believe it...

Yes, confirming that the issue is fixed with the kernel that properly handles 23a3 USB serial chip

There is a way to access ssh without going thru first-boot procedure. Assuming MQTT is working, the steps require sending MQTT OS command to spawn ssh server and using deprecated...

Below crashes with just 2 calls to correct_reed_solomon_decode() ``` uint8_t encoded1[3] = {0x01, 0x02, 0x01}; uint8_t encoded2[3] = {0x01, 0x02, 0x02}; uint8_t decoded[2]; correct_reed_solomon *rs_dec = correct_reed_solomon_create(correct_rs_primitive_polynomial_ccsds, 1, 1, 1);...