You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an image with swupdate support, I tried to remove ethernet driver module using rmmod. "rmmod iccsg_prueth" command is used for this aim and the rmmod throws segmentation fault. Also, kernel throws OOPS as internal error. Kernel log file is attached.
What could be the reason causes this issue? oops.log
The text was updated successfully, but these errors were encountered:
Pls. try the attached patch, needs to be copied to meta-iot2050/recipes-kernel/linux/files/patches-5.10/ and then the image needs to be rebuild (e.g.: sudo kas-container clean; kas-container build )
Reason for the crash is a bug in the driver. With the attached patch it is possible to unload / load icssg-prueth.ko without crash, network successfully resumes on reload. Pls give it a try.
Hello,
For an image with swupdate support, I tried to remove ethernet driver module using rmmod. "rmmod iccsg_prueth" command is used for this aim and the rmmod throws segmentation fault. Also, kernel throws OOPS as internal error. Kernel log file is attached.
What could be the reason causes this issue?
oops.log
The text was updated successfully, but these errors were encountered: