Mikrotik AC2 - OpenWRT 24.10.4 errors

Hi folks.
There are some errors on Mikrotik AC2 and freshly installed OpenWRT 24.10.4.


Sun Oct 19 16:37:57 2025 kern.err kernel: [    1.055514] OF: Bad cell count for /soc/spi@78b5000/flash@0/partitions
Sun Oct 19 16:37:57 2025 kern.err kernel: [    1.061856] OF: Bad cell count for /soc/spi@78b5000/flash@0/partitions
Sun Oct 19 16:37:57 2025 kern.err kernel: [    1.068453] OF: Bad cell count for /soc/spi@78b5000/flash@0/partitions
Sun Oct 19 16:37:57 2025 kern.err kernel: [    1.074695] OF: Bad cell count for /soc/spi@78b5000/flash@0/partitions
Sun Oct 19 16:38:37 2025 daemon.err procd: Got unexpected signal 1
Sun Oct 19 16:38:52 2025 daemon.err mount_root: failed to sync jffs2 overlay
.
.
.
Sun Oct 19 16:38:28 2025 kern.warn kernel: [   57.456990] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
Sun Oct 19 16:38:28 2025 kern.warn kernel: [   57.460451] jffs2_build_filesystem(): unlocking the mtd device...
Sun Oct 19 16:38:28 2025 kern.warn kernel: [   57.460650] done.
Sun Oct 19 16:38:28 2025 kern.warn kernel: [   57.466506] jffs2_build_filesystem(): erasing all blocks after the end marker...
.
.
.
Sun Oct 19 16:38:52 2025 kern.warn kernel: [   81.373238] overlayfs: upper fs does not support tmpfile.

Can anybody check these errors and explain them, please?

Thanks in advance!

1st group - dts has different definitions for same partitions, since it boots at all there is no problem.

2nd overlay filesystem got initialized on first boot, will not happen again

tmpfile messages - jffs file system does not support tmpfile call, will work anyway.

1 Like

Great, thanks. I thought that I faced with some NAND issues.
So everything fine and I'm happy.

I'd like to avoid to create new topic, so I'll ask here.

There is another issue with that Mikrotik. Sensors app stopped to show temperature.
Everything was fine on 24.10.2 and when I installed 24.10.4 it was working for some time, but now I'm getting that

sensors
ath10k_hwmon-isa-a000000
Adapter: ISA adapter
temp1:            N/A  

ath10k_hwmon-isa-a800000
Adapter: ISA adapter
temp1:            N/A



dmesg | grep -i ath10k
[   36.356500] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000
[   36.356581] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[   36.368549] ath10k_ahb a000000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 6b2b5c5b
[   36.635791] ath10k_ahb a000000.wifi: board_file api 1 bmi_id 0:16 crc32 0c06cf77
[   37.924045] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16  peers: 48  tid: 96
[   37.924126] ath10k_ahb a000000.wifi: msdu-desc: 2500  skid: 32
[   37.959644] ath10k_ahb a000000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186  msdu-desc: 2500  sw-crypt: 0 ct-sta: 0'
[   37.960605] ath10k_ahb a000000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[   38.096963] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[   39.037816] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000
[   39.037916] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[   39.049994] ath10k_ahb a800000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 6b2b5c5b
[   39.323989] ath10k_ahb a800000.wifi: board_file api 1 bmi_id 0:17 crc32 2c0bb1b6
[   40.612853] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16  peers: 48  tid: 96
[   40.612935] ath10k_ahb a800000.wifi: msdu-desc: 2500  skid: 32
[   40.648672] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186  msdu-desc: 2500  sw-crypt: 0 ct-sta: 0'
[   40.649625] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[   40.771915] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1

any ideas how to check or fix that issue?

Thanks in advance.

Should be steadily shown.
Maybe swap driver + firmware to ones without -ct , if neither works report a bug/regression on gh.
(wifi device and driver includes temperature sensor)

What is ct? And how can I swap driver?

The problem is is fact, that is was working on 10.4 at the beginning! I configured collectd to collect data. But then temperature graph disappeared.
Tried to reboot router, but nothing has changed.

It was my stupidity. I totally forgot, that wireless interfaces were disabled on that router. And there are couple of them in a remote location....So the issue is resolved. Sorry for wasting your time.

1 Like

no problem.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.