Hi everyone,
I want to know how to creat sja1110_switch.bin and sja1110_uc.bin in GoldVIP 1.3.0.
Does anybody have an idea for this?
Thanks,
Ethan.
解決済! 解決策の投稿を見る。
Hi @Ethan_L ,
not, this is correct. There is only one binary file which you need to load into the SJA1110.
BR
Kevin
Hi @Ethan_L ,
not, this is correct. There is only one binary file which you need to load into the SJA1110.
BR
Kevin
Hi @Ethan_L
if you successfully compiled the example project, your Debug_Flash folder should look like the attached picture.
You may then use a supported debugger (e.g. PE Micro/Lauterbach) to flash the *.elf file into the flash memory of the switch.
The SJA1110 SDK comes with flashing algorithms from PE Micro which will flash both internal microcontroller and switch configuration accordingly.
BR
Kevin
嗨 @kaden ,
我可以使用調試器 將 *.elf 文件閃存到交換機的閃存中。
但我想通過像 GoldVIP 1.3.0 這樣的 SDL 引導模式來引導 SJA1110。
在文檔中它只描述瞭如何加載 sja1110_switch.bin 和 sja1110_uc.bin,但我沒有得到任何關於如何創建或替換它們的信息。
我可以用 *.elf 文件替換 sja1110_switch.bin 和 sja1110_uc.bin 以 在 GoldVIP 1.3.0 中啟動 SJA1110 嗎?
另外,我在 SJA1110 SDK1.0.1 中找不到 spi slave 的例子,你能把 IDE 設置的例子發郵件給我嗎?非常感謝!
謝謝,
伊桑。
Hi @Ethan_L ,
to create a switch binary you may use S32 Design Studio + SJA1110 SDK (it comes with a bunch of example projects. This also showcases code examples for the internal M7 core). Please note that you need to adapt the port configuration in these projects accordingly to fit the Gold VIP 1.3.0 port assignment. This is because the example projects are tailored towards the SJA1110-EVM.
Best regards
Kevin
Hi @kaden ,
I have used S32DS to create switch binary, but I only get the "flash_image.bin".
Am I missing any settings preventing me from getting sja1110_switch.bin and sja1110_us.bin?
Is there any documentation about this?
Thanks.
Hi @Ethan_L,
At the end how did you solve this problem? I'm facing the same problem but I have had not any success on it... I'll appreciate any information about this
Best regards
Hi @nicolasespla93 ,
I still don't know how to create "sja1110_switch.bin", so I didn't make any changes to it.
I just use "flash_image.bin" to replace "sja1110_us.bin", and my firmware can be executed.
Thanks,
Ethan.