From b0fe1e064d8c8644c28bc515d488b75ecaad2636 Mon Sep 17 00:00:00 2001
From: ZHANG Yuntian <yt@radxa.com>
Date: Mon, 6 Jan 2025 15:52:57 +0800
Subject: [PATCH] docs: update product name in the documentation

Signed-off-by: ZHANG Yuntian <yt@radxa.com>
---
 docs/debug.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/debug.md b/docs/debug.md
index 88affe1..6e5f4a4 100644
--- a/docs/debug.md
+++ b/docs/debug.md
@@ -75,13 +75,13 @@ You can rescan the storage device with `map -r` command, which will reprint the
 You can run BIOS flash script from UEFI Shell now. It uses Windows convention, so an example command would be:
 
 ```cmd
-fs0:\radxa\orion-o1\setup.nsh
+fs0:\radxa\orion-o6\setup.nsh
 ```
 
 The first backslash is not mandatory:
 
 ```cmd
-fs0:radxa\orion-o1\setup.nsh
+fs0:radxa\orion-o6\setup.nsh
 ```
 
 There is limited auto completion in the UEFI Shell when pressing `Tab` key.