Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 11 Next »

Running a Simple Application Example 간단한 응용 예제 실행하기


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

make load


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

make run


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

실행을 중지시키려면 "Control+C"를 입력해  메이크 타겟 "run"을 중지 시킨 후, 메이크 타겟 "reset"를 수행한다.

  • No labels