Skip to main content
RLepr.1
Associate
May 8, 2021
Solved

Stm32mp1 workshop Virtual Machine archive corrupted

  • May 8, 2021
  • 1 reply
  • 1031 views

Hello,

I am using an stm32mp157c-dk2 and browsed the stm32mp1 workshop MOOC :

https://www.st.com/content/st_com/en/support/learning/stm32-education/stm32-moocs/STM32MP1_workshop.html

I tried launching the pre-configured VM given here :

https://drive.google.com/drive/folders/1eHO37VljVpbTt-TBJFZ2-Yack5fZPj-v

But the updated archive files (OpenSTLinux-1.2, 2.0, etc.) are corrupted.

This may be due to their extension (.7z.003 instead of .7z).

Any way to fix this?

Thanks.

This topic has been closed for replies.
Best answer by Jean-Marc B

Hi @RLepr.1​ 

The extension .7z.000<num> means the initial archive has been split into several files. To decompress them, you need to :

  • download all the split archives in the same directory,
  • unzip the archive .7z.0001 (and only this one) by right-clicking it and selecting «7-Zip» and then one of the «Extract» items

Best regards,

--JM

1 reply

Jean-Marc B
Jean-Marc BBest answer
ST Employee
May 20, 2021

Hi @RLepr.1​ 

The extension .7z.000<num> means the initial archive has been split into several files. To decompress them, you need to :

  • download all the split archives in the same directory,
  • unzip the archive .7z.0001 (and only this one) by right-clicking it and selecting «7-Zip» and then one of the «Extract» items

Best regards,

--JM

RLepr.1
RLepr.1Author
Associate
May 20, 2021

Oh alright I should have known that...

Thank you!

I will do this.

Regards,

RL