Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

맛만 볼게요

[TMS320C6748_LCDK] flashing tool 사용법? 본문

임베디드/L13x_C674x

[TMS320C6748_LCDK] flashing tool 사용법?

여기우리집 2023. 3. 29. 09:00

 

out2rprc.exe
0.06MB

./out2rprc.exe D:\hello.out D:\hello.bin

>> ccs 출력 파일인 .out 파일을 cpu를 통해 실행가능한 .bin(rprc) 파일로 convert

 

 

 

sfh_OMAP-L138.exe
0.31MB

./sfh_OMAP-L138.exe -targettype C6748_LCDK -flashtype NAND -p COM4 -erase

>> c6748 lcdk 메모리 맵에 맞춰, nand 플래시를 global erase, uart를 통한 작업

 

./sfh_OMAP-L138.exe -flash D:\boot.bin D:\hello_1.bin -targetType C6748_LCDK -flashType NAND -p COM4

>> c6748 lcdk 메모리 맵에 맞춰, 부트로더와 실행할 프로그램을 nand 플래시에 플래싱, uart를 통한 작업

>> 부트로더는 블럭 0, 프로그램은 블럭 6에 디폴트로 플래싱

 

./sfh_OMAP-L138.exe -targettype C6748_LCDK -flashtype NAND -p COM4 -flash_noubl D:\tail.bin
>> c6748 lcdk 메모리 맵에 맞춰, 부트로더 없이 프로그램만 nand 플래시에 플래싱, uart를 통한 작업

>> 블럭 1에 디폴트로 플래싱

Comments