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 am experimenting with uefi shell from edk2 and I have the following scenario :
boot into uefi shell
download a a startup.nsh scrip from https remote resource
run the downloaded startup.nsh script
I tried using python368 that was ported into uefi for this task but I can import socket (cannot load _socket probably because efi compatibility issues).
I also tried ipxe.efi but I am not sure if it can download a non efi file.
Also tried curl but I cant find a guide explaining on how to build curl into edk2
Any ideas on how to accomplish https via uefi shell ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am experimenting with uefi shell from edk2 and I have the following scenario :
I tried using python368 that was ported into uefi for this task but I can import socket (cannot load _socket probably because efi compatibility issues).
I also tried ipxe.efi but I am not sure if it can download a non efi file.
Also tried curl but I cant find a guide explaining on how to build curl into edk2
Any ideas on how to accomplish https via uefi shell ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions