I wanted to write the boot file(*.bin) in NOR Flash by using a PC.
I succeeded in writing the boot file to NOR Flash using CCS.
(I was used to AISgen for generate to bin.)
I want to download the generated bin file on a PC(using Serial comm.) other than CCS.
(I use Visual Studio 2008(MFC, C/C++) for data transfer program.)
But, I don't know how to change *.bin to *.text.
I have tried but failed to generate a text file, as shown below.
HexAis_OMAP-L137 -otype text aaa.bin
Please, Help me.
Thanks read my article.