Skip to content

Instantly share code, notes, and snippets.

@Kamilake
Created December 2, 2025 06:27
Show Gist options
  • Select an option

  • Save Kamilake/0378938bc8c87b964e5495216ad67fb2 to your computer and use it in GitHub Desktop.

Select an option

Save Kamilake/0378938bc8c87b964e5495216ad67fb2 to your computer and use it in GitHub Desktop.
오픈파일럿 장치 IMEI 변경하기

현재 IMEI 찾기

sudo mmcli -v -m 0 --command='AT+CGSN'

867652074234246 867652071234567

새로운 IMEI 설정

sudo mmcli -v -m 0 --command='AT+EGMR=1,7, "867652071234567"'

sudo mmcli -v -m 0 --command='AT+EGMR=1,7, "866280029638351"'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment