Skip to content

Commit 4c53358

Browse files
committed
conf/evalsoc: small update on REAMDE.md for hbird e603 usage
Signed-off-by: Huaqi Fang <[email protected]>
1 parent 143aa3e commit 4c53358

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Nuclei Linux SDK
22

3-
[![Build and Test Linux SDK](https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/workflows/build.yml/badge.svg?branch=dev_nuclei_6.6_v3)](https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/workflows/build.yml)
3+
[![Build and Test Linux SDK](https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/workflows/build.yml/badge.svg?branch=dev_nuclei_6.6_v3_e603)](https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/workflows/build.yml)
44

5-
[![Build Linux SDK Docker Image](https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/workflows/docker.yml/badge.svg?branch=dev_nuclei_6.6_v3)](https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/workflows/docker.yml)
5+
[![Build Linux SDK Docker Image](https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/workflows/docker.yml/badge.svg?branch=dev_nuclei_6.6_v3_e603)](https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/workflows/docker.yml)
66

77
Please check [about each branch feature](https://github.com/Nuclei-Software/nuclei-linux-sdk/issues/2) to learn which branch you should choose.
88

99
> [!NOTE]
10-
> This branch is **ONLY** suitable for [Hummingbird E603](https://github.com/Nuclei-Software/e603_hbird)
10+
> This branch is **ONLY** suitable for [Hummingbird E603](https://github.com/Nuclei-Software/e603_hbird)
1111
> Please check out [conf/evalsoc/README.md](conf/evalsoc/README.md) for more details.
1212
1313
## Tested Configurations

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)