From b90d26d65a76eb9158d0d95e757f021e656bdd89 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Sat, 27 Apr 2024 11:46:01 +0800 Subject: [PATCH] Update doc --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf617b..186eeba 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,9 @@ Net: Warning: ethernet@4070000 (eth0) using random MAC address - 82:c2:1a:b2:ee:b5 eth0: ethernet@4070000 Hit any key to stop autoboot: 0 -cv181x_c906# + cv181x_c906# printenv + arch=riscv baudrate=115200 board=mars @@ -252,6 +253,12 @@ Environment size: 4333/131068 bytes Aha Ethernet Driver is available in U-Boot. Which means we can boot NuttX over TFTP yay! +```bash +cv181x_c906# net list + +eth0 : ethernet@4070000 00:00:00:00:00:00 active +``` + Here are the U-Boot Commands... ```bash @@ -348,6 +355,8 @@ version - print monitor, compiler and linker version TODO: Boot NuttX over TFTP +TODO: Is Ethernet Driver working? + TODO: What UART Controller is inside Milk-V Duo S? Modify the NuttX Boot Code to write UART Output Register in RISC-V Assembly TODO: Get the eMMC Version with U-Boot preinstalled. But flashing the eMMC only works on Windows. Sigh