Hi friends!
Greetings! i need help to make evm55515 standalone using NOR flash memory. I used nand, spi and iic memory in my program, so i chose nor flash to load boot image ( using cmd line: "hex55 -i pulse.out -o Pulse.bin -boot -v5505 -b -serial8 ")but i failed and got following error
Choose the device. ..
1<filepath> - NOR Flash
2<filepath> - NAND Flash
3<filepath> - SPI
4<filepath> - IIC EEPROM
5<filepath> - MMC
6<filepath> - SD
1D:/cleaner.bin
NOR Flash...
Erasing chip (NOR)...
Writing data to device...
Opening D:/cleaner.bin...
Input file opened
Programming Complete
Choose the device...
1<filepath> - NOR Flash
2<filepath> - NAND Flash
3<filepath> - SPI
4<filepath> - IIC EEPROM
5<filepath> - MMC
6<filepath> - SD
1D:/Pulse.bin
NOR Flash...
Erasing chip (NOR)...
Writing data to device...
Opening D:/Pulse.bin...
Input file opened
WRITE ERROR! at 0x00000001
Wrote 0x0000 Read 0xffff
plz help me in this issue :)