Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Jan 16, 2025
1 parent 397492e commit 9b1d1df
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions ESIM_PROVISION.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,44 +27,13 @@ Put your files in this structure (for example)
│ ├── ├── lpa.exe
```

### Particle CLI points to Staging
```
$ particle update-cli --disable-updates
Automatic update checks are now disabled
$ export PARTICLE_MANIFEST_HOST=binaries.staging.particle.io
$ particle update-cli --version 3.30.4
Updating the CLI to 3.30.4
Automatic update checks are now disabled
CLI updated successfully
$ particle --version
3.30.4
$
```

### Device Setup

1. Connect your device(s) to the computer
2. Run this command
```
particle.js esim provision --input /path/to/input.json --lpa /path/to/lpa-tool --binaries /path/to/binaries --bulk true
particle.js esim provision --input /path/to/input.json --lpa /path/to/lpa-tool --binary /path/to/binaries --bulk true
```

### Expected Outcome
First, the device(s) are flashed. Once the download process starts on a given device, device will turn its LED into yellow. If the download worked, LED turns green. If the download failed, LED turns red.

### After testing

Return to using particle-cli for production
```
$ export PARTICLE_MANIFEST_HOST=binaries.particle.io
$ particle update-cli --enable-updates
$ particle update-cli
$ particle --version
```

### Notes and Warnings
1.

0 comments on commit 9b1d1df

Please sign in to comment.