Skip to content

Commit 51ae6d1

Browse files
committed
conf/evalsoc: small update on REAMDE.md for hbird e603 usage
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 143aa3e commit 51ae6d1

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

conf/evalsoc/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
# Hummingbird E603 Evaluation SoC
22

33
This guide provides instructions for building and running the **Nuclei Linux SDK**
4-
on the **Hummingbird E603 Evaluation SoC**.
4+
on the [**Hummingbird E603 Evaluation SoC**](https://github.com/Nuclei-Software/e603_hbird).
55

66
## Requirements
77

8-
First, clone the SDK repository and checkout to the `dev_nuclei_6.6_v3_e603` branch.
8+
First, clone this Nuclei Linux SDK repository and checkout to the `dev_nuclei_6.6_v3_e603` branch.
99

1010
```bash
11+
# Make sure checkout this dev_nuclei_6.6_v3_e603 branch
1112
git clone -b dev_nuclei_6.6_v3_e603 https://github.com/Nuclei-Software/nuclei-linux-sdk
1213
```
1314

1415
> [!IMPORTANT]
1516
> Make sure to initialize and update all submodules.
1617
1718
```bash
19+
# Make sure all submodule repo updated successfully
1820
git submodule update --init --recursive
21+
# check status of this repo to make sure it is clean and updated
22+
git status
23+
git submodule status
1924
```
2025

2126
## How to Build
@@ -89,8 +94,8 @@ will automatically load linux image and initramfs from SDCard and boot linux
8994
if everything is prepared correctly.
9095

9196
> [!NOTE]
92-
> Default login credentials:
93-
> **Username**: `root`
97+
> Default login credentials:
98+
> **Username**: `root`
9499
> **Password**: `nuclei`
95100
96101
After booting, you’ll see the system log output in your serial terminal,

0 commit comments

Comments
 (0)