Provisioning eSIM device for 7455

Hi, I have a eSIM device connected to the UIM1 interface to the 7455 modem on my embedded Linux platform. How do I configure/provision the eSIM device using the 7455 AT command interface?

is there a document or article that describes this?

Thanks

Did you have any success with this? I’m trying to do the same thing but am confused how to handle the loading of profiles? Thanks in advance.

Hi all,

Currently, there is no document about configuring an eSIM profile. You can only switch to UICC2 interface, which may be used to expose to an external SIM connector or ESIM.

The commands below are used to switch to UICC2:
AT!ENTERCND=“A710”
AT!CUSTOM=”UIM2ENABLE”,1
AT!UIMS=1

Thanks,