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
I tried compiling libnvram directory using arm-linux-musleabi-gcc. Then copied libnvram.so.armel to the folder containing the firmware file. But FAT is unable to emulate the same. It gives error as :
I also tried creating the folder "libnvram.override"manually but still same error.
I also increased the timeout in InferNetwork.sh to 120 as per below script. Still did not help/
I tried compiling libnvram directory using arm-linux-musleabi-gcc. Then copied libnvram.so.armel to the folder containing the firmware file. But FAT is unable to emulate the same. It gives error as :
I also tried creating the folder "libnvram.override"manually but still same error.
I also increased the timeout in InferNetwork.sh to 120 as per below script. Still did not help/
timeout --preserve-status --signal SIGINT 120 "${SCRIPT_DIR}/run.${ARCH}.sh" "${IID}"
It will be great if I can get help to get unblocked.
The text was updated successfully, but these errors were encountered: