risc-v/k230: update AMP related document

This patch update documents to reflect the fact that remote node is kicked
off by master node. It also adds debug dump to aid the MISA reading issue
investigation.

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
Yanfeng Liu
2024-02-23 08:51:09 +08:00
committed by Xiang Xiao
parent 1eaeef5251
commit e0de25f82c
2 changed files with 16 additions and 3 deletions
@@ -166,8 +166,6 @@ Let's put the NuttX image files as ``master.bin`` and ``remote.bin`` respectivel
k230# usb start
k230# ping $serverip
k230# tftp 7000000 remote.bin
k230# mw.l 80200000 0 8192
k230# boot_baremetal 1 7000000 $filesize
k230# tftp 8000000 master.bin
k230# go 8000000