From cff228dabcdb690ff023f99b483156efe44b5348 Mon Sep 17 00:00:00 2001 From: huyuming1672 Date: Wed, 22 Nov 2023 10:20:39 +0000 Subject: [PATCH] Readme: update setup cmd for e2000q. Signed-off-by: huyuming1672 --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 65e3408..d25b8c5 100755 --- a/Readme.md +++ b/Readme.md @@ -95,9 +95,9 @@ Xen的编译运行均在飞腾FT2000/4上,Xen的版本为4.15.1,测试内核 booti 0x93000000 - 0x90100000; ### 3.1.1 e2000q启动Xen和Dom0 - ext4load ext4load scsi 0:3 0x90000000 boot/xen-e2000q.dtb; - ext4load ext4load scsi 0:3 0x91000000 boot/Image; - ext4load ext4load scsi 0:3 0x95000000 boot/xen + ext4load scsi 0:3 0x90000000 boot/xen-e2000q.dtb; + ext4load scsi 0:3 0x91000000 boot/Image; + ext4load scsi 0:3 0x95000000 boot/xen fdt addr 0x90000000; fdt set /chosen \#address-cells <1>; @@ -108,7 +108,7 @@ Xen的编译运行均在飞腾FT2000/4上,Xen的版本为4.15.1,测试内核 fdt set /chosen/module@0 compatible "xen,linux-zimage" "xen,multiboot-module"; fdt set /chosen/module@0 reg <0x91000000 0x3000000>; - booti 0x95000000 -:- 0x90000000 + booti 0x95000000 - 0x90000000 下图是Xen的启动过程和dom0的登录界面: -- Gitee