임베디드/L13x_C674x
[TMS320C6748_LCDK] flashing tool 사용법?
여기우리집
2023. 3. 29. 09:00
./out2rprc.exe D:\hello.out D:\hello.bin
>> ccs 출력 파일인 .out 파일을 cpu를 통해 실행가능한 .bin(rprc) 파일로 convert
./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에 디폴트로 플래싱