Hi,
My Neo Air booted due memory leak of wifi-driver. That happened because scp-filetransfer was running.
output of dmesg:
I had sdcard on card reader, card was not bootable by purpose. There is eflasher-image on eMMC and Neo Air boots from there IF there are no sdcard inserted. This is no good approach, system should check sdcard and then eMMC, then print "no /boot found" etc, instead of refusing to boot from eMMC if non-bootable sdcard is inserted.
So, 1) Check sdcard and boot from there if possible. 2) If sdcard is not bootable, check eMMC and boot there if possible. 3) If sdcard and eMMC does not contain bootable media, print error.
How to configure Neo Air to behave like I described above? Thank you
My Neo Air booted due memory leak of wifi-driver. That happened because scp-filetransfer was running.
output of dmesg:
Code: Select all
[10489.852463] brcmfmac: brcmf_proto_bcdc_query_dcmd: brcmf_proto_bcdc_msg failed w/status -110
[10492.372500] brcmfmac: brcmf_proto_bcdc_query_dcmd: brcmf_proto_bcdc_msg failed w/status -110
[10492.381044] brcmfmac: brcmf_cfg80211_get_station: GET STA INFO failed, -110
I had sdcard on card reader, card was not bootable by purpose. There is eflasher-image on eMMC and Neo Air boots from there IF there are no sdcard inserted. This is no good approach, system should check sdcard and then eMMC, then print "no /boot found" etc, instead of refusing to boot from eMMC if non-bootable sdcard is inserted.
So, 1) Check sdcard and boot from there if possible. 2) If sdcard is not bootable, check eMMC and boot there if possible. 3) If sdcard and eMMC does not contain bootable media, print error.
How to configure Neo Air to behave like I described above? Thank you
