Why sysupgrade files failed and initframs is working?

Found the solution after modifi .dts file into this

			partition@20000 {
				compatible = "tplink,firmware";
				reg = <0x20000 0xfc0000>;
				label = "firmware";
			};

			partition@fe0000 {
				reg = <0xfe0000 0x10000>;
				label = "art";
				read-only;

Config is now saved after reboot. Thank you

====

The problem is now, no wireless tab on luci.
Already upload art, use command wifi config and reboot, but still no wireless.
wireless file in /etc/config/ is 0 size/empty

Here are the logs

Mon Jan 24 05:06:15 2022 kern.info kernel: [   16.712422] NET: Registered protocol family 24
Mon Jan 24 05:06:15 2022 kern.warn kernel: [   16.872308] ath9k 0000:00:00.0: Direct firmware load for ath9k-eeprom-pci-0000:00:00.0.bin failed with error -2
Mon Jan 24 05:06:15 2022 kern.warn kernel: [   16.882541] ath9k 0000:00:00.0: Falling back to sysfs fallback for: ath9k-eeprom-pci-0000:00:00.0.bin
Mon Jan 24 05:06:15 2022 user.info kernel: [   17.292931] urngd: v1.0.2 started.
Mon Jan 24 05:06:15 2022 kern.err kernel: [   17.853343] ath: phy0: Unable to load EEPROM file ath9k-eeprom-pci-0000:00:00.0.bin
Mon Jan 24 05:06:15 2022 kern.err kernel: [   17.861140] ath9k 0000:00:00.0: Failed to initialize device
Mon Jan 24 05:06:15 2022 kern.warn kernel: [   17.866872] ath9k: probe of 0000:00:00.0 failed with error -22
Mon Jan 24 05:06:15 2022 kern.notice kernel: [   17.888371] random: crng init done
Mon Jan 24 05:06:15 2022 user.info kernel: [   17.915672] kmodloader: done loading kernel modules from /etc/modules.d/*

What need to check?
How to solve this issue?

Seems its working and able to save config file now. Thank you.

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