File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Hummingbird E603 Evaluation SoC
22
33This 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
1112git 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
1820git 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
8994if 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
96101After booting, you’ll see the system log output in your serial terminal,
You can’t perform that action at this time.
0 commit comments