This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

求助:请问能不能直接使用i2c连接的eeprom启动?

Other Parts Discussed in Thread: TMDSEVM6657

请问板上各位大牛,我使用的是TMDSEVM6657开发板,请问,我能否只用i2c连接的EEPROM作为程序存储器直接启动呢?如果可以怎么实现?谢谢

例如,我的project的程序编译输出为simple.out,能否不用ibl,直接将simple.out烧写到eeprom中,然后从eeprom启动这个程序呢?具体怎么操作。是不是将.out文件转换成.bin,然后使用eepromwriter把这个.bin文件烧写到eeprom中?

  • 可以直接从I2C EEPROM里启动,具体步骤可以参考下面的帖子。
    http://www.deyisupport.com/question_answer/dsp_arm/c6000_multicore/f/53/t/108084.aspx

  • 非常感谢!完美的解决了我的问题!

  • 你好,我看了您给我回复的那个帖子,有两个疑问:

    1、使用i2c的eeprom直接启动时,romparse工具中的*.map文件应该是什么内容呢?

    2、对于这一系列转换工具,有没有手册和教程可以参考,因为我看到网上好多个版本,一头雾水。

    最后,非常感谢。

  • Shine Zhang 说:

    可以��接从I2C EEPROM里启动,具体步骤可以参考下面的帖子。
    http://www.deyisupport.com/question_answer/dsp_arm/c6000_multicore/f/53/t/108084.aspx

    你好,我看了您给我回复的那个帖子,有两个疑问:

    1、使用i2c的eeprom直接启动时,romparse工具中的*.map文件应该是什么内容呢?

    2、对于这一系列转换工具,有没有手册和教程可以参考,因为我看到网上好多个版本,一头雾水。

    最后,非常感谢。

  • 请问,有解决第一个问题吗?就是:1、使用i2c的eeprom直接启动时,romparse工具中的*.map文件应该是什么内容呢?