Hi, We're trying to flash a product based on the DM355EVM demo pcb. I was able to flash the DM355EVM UBL and uboot with
the DM355 FlashAndBoot Utils1-10 pre-compiled bins . Our new product is using a different flash chip, a MT29F2G08AADWP-D,
being that the one used in the demo pcb is being discontinued. When I try to flash the new device I get a NAND open error. I assume the
FlashAnd Boot Utils1-10 doesn't support the new device's ID.
I looked at the make script for the DM355 FlashAndBoot Utils1-50 code and it looks like it uses GNU linux make tools and linux
commands, ie rm etc. The CSS branch references MONO C# ,so I assumed this would run under linux with the MONO package and
a arm-linux-eabi-gcc cross compiler. But I also see a reference to timake and a .pjt file that looks like it requires
Code Composer Studio to build !
I'm confused, how do I build the FlashAndBoot Utils ?
Thanks,
John