Hi
I built a program and want to load this project to eeprom for boot on my custom board. In my custom board, I don't have any ddr3. Hence i have some problem:
1. What programs i must use for boot loading? (I know bin2ccs program is for building .dat file, what is boot loader,post and writer program for?)
2. What is boot loading steps?
3. Can i use 0x0C000000 address except ddr3 address(0x80000000) in writer program?
Actually i used writer eeprom program for I2C boot loading such as ...\tools\writer\eeprom\docs\README.txt steps and this project programmed successfully but when i reset power of the board, i don't see any change. I do not know what is my problem?
