Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. 실행 바이너리 파일을 타겟 보드에 적재한다.

Code Block
languagebashtext
make load


2. 타겟 보드에 적재된 실행 바이너리 파일을 실행한다.

Code Block
languagebashtext
make run


정상적으로 실행되면 UART 포트로 메시지 "hello world"가 출력된다.