From 710030d1bb46e76b39ed2f8c7d33e1f6c9823273 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 29 Jun 2024 00:00:41 +0300 Subject: [PATCH] fix --- docs/flashing_os.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/flashing_os.md b/docs/flashing_os.md index c659873..1183433 100644 --- a/docs/flashing_os.md +++ b/docs/flashing_os.md @@ -110,12 +110,22 @@ You can also use `dd_rescue` or `ddrescue`. -7. Wait for the process to finish. Get yourself a coffee or do some stretching :) - The process may hang at 99% for a long time, this is okay, just wait for it to complete. +7. Refuse customization options. + !!! warning + + The customization is designed for Raspberry OS and will not work in PiKVM OS. + If you apply any custom settings, this will cause the image to malfunction. + + PiKVM OS has its [own settings mechanism](on_boot_config.md), please use it after the flashing + if you need to configure Wi-Fi or something similar. + -8. Remove the memory card after successful completion. If an error occurs during flashing or booting PiKVM, repeat the process. - If the error persists, use a different memory card. +8. Wait for the process to finish. Get yourself a coffee or do some stretching :) + The process may hang at 99% for a long time, this is okay, just wait for it to complete. + +9. Remove the memory card after successful completion. If an error occurs during flashing or booting PiKVM, repeat the process. + If the error persists, use a different memory card.