Skip to content

COC-USB-Windows v1.0.0

Latest

Choose a tag to compare

@Jonathanczh Jonathanczh released this 01 Dec 09:01
· 7 commits to main since this release
1073c08

WIndows Release

Download all parts:

  • COC-USB-Windows.zip.partaa
  • COC-USB-Windows.zip.partab
  • COC-USB-Windows.zip.partac

In Windows

  1. Open Command Prompt or PowerShell:
  2. Navigate to the folder the files are downloded in
cd path\to\your\files
  1. Reassamble the files:
copy /b COC-USB-Windows.zip.partaa + COC-USB-Windows.zip.partab + COC-USB-Windows.zip.partac COC-USB-Windows.zip
  1. Unzip the folder
  2. Use Raspberry Pi Imager to flash the extracted COC-USB-Windows.img file to your Raspberry Pi.

In Linux

  1. Open Terminal.
  2. Navigate to the folder the files are downloded in
cd path\to\your\files
  1. Reassamble the files:
cat COC-USB-Windows.zip.* > COC-USB-Windows.zip
  1. Unzip the folder
unzip COC-USB-Windows.zip
  1. Use Raspberry Pi Imager to flash the extracted COC-USB-Windows.img file to your Raspberry Pi.