diff --git a/README.md b/README.md index 0f32cb5..29cd059 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ The Zero board is drawn here just to show which pins to connect your circuit to. ## v2 Diagram drawing +Since RPi4 uses one USB-C female connector to giving power and keyboard/mouse/drive emulation you also need to make a special cable to split DATA and POWER lines from USB-C. You can make it from two suitable connecting cables, or solder from scratch. Be sure to check the circuit diagram, otherwise you may damage your devices. Pinout specific used connectors you can easily find on request "USB pinout" in Google. Please note that if you will make a cable based on the two factory ones, the colors of the wires may not match those shown in the picture. Use a multimeter to make sure the connections are correct. + +drawing + ## Building OS Pi-KVM OS is based on Arch Linux ARM and contains all required packages and configs to work. To build the OS you will need any Linux machine with a fresh version of Docker (we recommand >= 1:19) with privileged mode (for fdisk and some other commands, check Makefiles if you don't trust us :) ) diff --git a/v2_splitter.png b/v2_splitter.png new file mode 100644 index 0000000..43d3ed5 Binary files /dev/null and b/v2_splitter.png differ