Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/kigen esim manufacturing #775

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

keeramis
Copy link
Contributor

@keeramis keeramis commented Nov 19, 2024

WIP

How to run

particle.js esim provision --input /path/to/input.json --output path/to/output.json --lpa /path/to/lpa

kigen-resources available in Slack

Success output

$ particle.js esim provision --input /Users/keerthyamisagadda/code/kigen-resources/input.json --output /Users/keerthyamisagadda/code/kigen-resources/output.json --lpa /Users/keerthyamisagadda/code/kigen-resources/lpa

Provisioning device e00fce6840c4da2825eb9951 with platform b5som

Locating firmware for platform: b5som

Found firmware: /Users/keerthyamisagadda/code/kigen-resources/binaries/esim-firmware-b5som.bin

Flashing AT passthrough firmware to the device...
Flashing b5som e00fce6840c4da2825eb9951
[█████████████████████████] 100% | Flash success!

Firmware flashed successfully

Waiting for device to respond...

Device responded successfully

Clearing initial logs (temporary workaround)...

--------------------------------------
Opening serial monitor for com port: " /dev/tty.usbmodem11101 "
Serial monitor opened successfully:
Waiting for Quectel NCP to be ready...

Quectel NCP ready!
Baud rate 115200
at

RDY
at
at
OK
Baud rate 115200, modem is responsive!

Serial connection closed.

--------------------------------------

Initial logs cleared

Getting EID from the device...

EID: 89044045116727494900000000232944

Provisioning the following profiles to EID 89044045116727494900000000232944:
	1. skylo (1$smdp-plus-1.eu.cd.rsp.kigen.com$26174B75-E697-4854-B3DA-E0CD4B29E92D)
	2. kddi (1$h3a.prod.ondemandconnectivity.com$45YGA3K128CG146LJ227PN6CXK1AUROB)

1. Downloading skylo profile from 1$smdp-plus-1.eu.cd.rsp.kigen.com$26174B75-E697-4854-B3DA-E0CD4B29E92D

	Profile successfully downloaded in 30.07 sec

2. Downloading kddi profile from 1$h3a.prod.ondemandconnectivity.com$45YGA3K128CG146LJ227PN6CXK1AUROB

	Profile successfully downloaded in 53.42 sec

Provisioning complete

Failure output

$ particle.js esim provision --input /Users/keerthyamisagadda/code/kigen-resources/input.json --output /Users/keerthyamisagadda/code/kigen-resources/output.json --lpa /Users/keerthyamisagadda/code/kigen-resources/lpa

Provisioning device e00fce6840c4da2825eb9951 with platform b5som

Locating firmware for platform: b5som

Found firmware: /Users/keerthyamisagadda/code/kigen-resources/binaries/esim-firmware-b5som.bin

Flashing AT passthrough firmware to the device...
Flashing b5som e00fce6840c4da2825eb9951
[█████████████████████████] 100% | Flash success!

Firmware flashed successfully

Waiting for device to respond...

Device responded successfully

Clearing initial logs (temporary workaround)...

--------------------------------------
Opening serial monitor for com port: " /dev/tty.usbmodem11101 "
Serial monitor opened successfully:
Waiting for Quectel NCP to be ready...

Quectel NCP ready!
Baud rate 115200
at

RDY
at
at
OK
Baud rate 115200, modem is responsive!

Serial connection closed.

--------------------------------------

Initial logs cleared

Getting EID from the device...

EID: 89044045116727494900000000232944

Checking for existing profiles...

Profile(s) already exist: [
  '1:[89883070000051465118, disabled, ]',
  '2:[8943052003855000596, enabled, ]',
  '3:[89901980101000000045, disabled, ]',
  '4:[89901980101000000060, disabled, ]'
]

Failed to check for existing profiles: Profile(s) already exist. Device bucket is not clean.
Profile(s) already exist. Device bucket is not clean.

Related Issues / Discussions

Completeness

  • User is totes amazing for contributing!
  • Contributor has signed CLA
  • Problem and solution clearly stated
  • Tests have been provided
  • Docs have been updated
  • CI is passing

@keeramis keeramis force-pushed the feature/kigen-esim-manufacturing branch from 0fa1e52 to 9b07159 Compare November 19, 2024 22:02
@keeramis keeramis force-pushed the feature/kigen-esim-manufacturing branch from 27e6322 to 12fc05f Compare November 19, 2024 23:28
@keeramis keeramis force-pushed the feature/kigen-esim-manufacturing branch from f89267a to 212a18b Compare November 20, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant