
M_L_R (Customer) asked a question.
P1AM-200 Arduino Board core is corrupted at source, cannot install.
I Have purchased 2 P1AM-200 CPUs and am trying to get the core installed as instructed on the github (https://github.com/facts-engineering/P1AM?tab=readme-ov-file) website. It appears that the source file is corrupted or perhaps incomplete.
I am getting the following error on the UI:
Here is the error on the CLI:
- [laptop]|-:acli core search P1AM
- ID Version Name
- FACTS:samd 1.7.13 P1AM-200
- P1AM-100:samd 1.6.21 P1AM-100
- [laptop]|-:arduino-cli core install FACTS:samd
- Downloading packages...
- FACTS:arm-none-eabi-gcc@9-2019q4 downloaded
- arduino:bossac@1.7.0-arduino3 downloaded
- arduino:bossac@1.8.0-48-gb176eee downloaded
- arduino:openocd@0.10.0-arduino7 downloaded
- FACTS:CMSIS@5.4.0 downloaded
- arduino:CMSIS-Atmel@1.2.0 downloaded
- arduino:arduinoOTA@1.2.1 downloaded
- FACTS:samd@1.7.13 downloaded
- Installing FACTS:arm-none-eabi-gcc@9-2019q4...
- Error during install: Cannot install tool FACTS:arm-none-eabi-gcc@9-2019q4: testing local archive integrity: testing archive checksum: archive hash differs from hash in index
I then disabled the checksum validation and got the following error:
- [laptop]|-:rm -rf ~/.arduino15/staging/*
- [laptop]|-:arduino-cli core install FACTS:samd
- Downloading packages...
- FACTS:arm-none-eabi-gcc@9-2019q4 downloaded
- arduino:bossac@1.7.0-arduino3 downloaded
- arduino:bossac@1.8.0-48-gb176eee downloaded
- arduino:openocd@0.10.0-arduino7 downloaded
- FACTS:CMSIS@5.4.0 downloaded
- arduino:CMSIS-Atmel@1.2.0 downloaded
- arduino:arduinoOTA@1.2.1 downloaded
- FACTS:samd@1.7.13 downloaded
- Installing FACTS:arm-none-eabi-gcc@9-2019q4...
- Error during install: Cannot install tool FACTS:arm-none-eabi-gcc@9-2019q4: extracting archive: Not a supported archive: unknown
The issue seems to be resolved. I just tried the install and it is now working.