28.03.2025, 08:58
Hello,
I have several LMs that are equipped with old firmwares, and I would like to upgrade their firmwares. But it's a bit difficult since for each LM, I have to choose the right firmware file on https://openrb.com/firmwares/ , depending on the precise model of the LM.
I noticed that I am able to know the model of a LM by looking in the HTML code of the page /scada-main. Indeed it contains something like
That is, the model name followed by a NULL character. So, I know the model of each of my LMs, but now, I have to guess which is the right firmware file for each model.
Here is what I found so far:
Now, I have three other models for which I don't know what the right firmware file is:
Could you please indicate me what are the right firmware files for these 3 models?
I have several LMs that are equipped with old firmwares, and I would like to upgrade their firmwares. But it's a bit difficult since for each LM, I have to choose the right firmware file on https://openrb.com/firmwares/ , depending on the precise model of the LM.
I noticed that I am able to know the model of a LM by looking in the HTML code of the page /scada-main. Indeed it contains something like
Code:
"model": "i.MX6UL LM5RA\u0000"
That is, the model name followed by a NULL character. So, I know the model of each of my LMs, but now, I have to guess which is the right firmware file for each model.
Here is what I found so far:
- for model i.MX28 Reactor v3 --> reactorv3-20240426.img
- for model i.MX6UL LM5RA --> lm5ra-20240426.img
Now, I have three other models for which I don't know what the right firmware file is:
- i.MX28 LM5M3
- i.MX28 RCTL
- i.MX6UL LM5RD
Could you please indicate me what are the right firmware files for these 3 models?