zephyr/README: Network startup issues with frdm_k64f resolved.

But leave a generic warning that users should be aware of Zephyr's
limitations/issues for a board they use.
This commit is contained in:
Paul Sokolovsky 2017-02-17 22:06:52 +03:00
parent d80df91ef2
commit 3d739eb398

View File

@ -59,10 +59,12 @@ it's a sign that you didn't followed instructions above. If you would like
to just run it quickly without extra setup, see "minimal" build below. to just run it quickly without extra setup, see "minimal" build below.
For deploying/flashing a firmware on a real board, follow Zephyr For deploying/flashing a firmware on a real board, follow Zephyr
documentation for a given board (mind again that networking is enabled documentation for a given board, including known issues for that board
for the build, so you should be aware of known issues for a particular (if any). (Mind again that networking is enabled for the default build,
board; for example, frdm_k64f requires Ethernet cable connected to both so you should know if there're any special requirements in that regard,
board and host or it will hang/crash on startup). cf. for example QEMU networking requirements above; real hardware boards
generally should not have any special requirements, unless there're known
issues).
Quick example Quick example