Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

[docs] Inaccurate commands in README.md #1008

@qiaojingx

Description

@qiaojingx

Description

Inaccurate commands in README.md

Test Code

README.md

Steps to Reproduction

  1. Follow the introduction FRDM-K64F Platform
    Try to build the Zephyr OS hello_world sample to narrow down the problem:
    selection_021

  2. Follow the introduction Networking with QEMU to setup net-tools
    Terminal 1:
    sudo ./net-tools/loop-socat.sh
    Terminal 2:
    ./net-tools/loop-slip-tap.sh

Actual Result

  1. bash: cd: deps/zephyr/samples/hello_world/nanokernel: No such file or directory

selection_022

Expected Result

  1. The path should be cd deps/zephyr/samples/hello_world
  2. Terminal 1:
    ./loop-socat.sh
    Terminal 2:
    sudo ./loop-slip-tap.sh

Test Builds

Branch Commit Id Test Date Result
master 1e9da6f Apr 11, 2017 Fail
zjs-0.3 f8f9621 Apr 11, 2017 Fail

Additional Information

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions