Commit 3b730b3
committed
iot2050-eio-manager: Detect controller flash chip automatically
The EIO firmware updater was hardcoded to a specific flash chip model.
This prevents it from working with hardware revisions that use a
different chip, such as those found in some SIMATIC IOT2050 models.
By removing the hardcoded chip name, we allow flashrom to use its
auto-detection capabilities. This makes the firmware update process more
robust and compatible with different hardware.
Signed-off-by: Li Hua Qian <huaqian.li@siemens.com>1 parent b29b663 commit 3b730b3
File tree
1 file changed
+2
-2
lines changed- meta-sm/recipes-app/iot2050-eio-manager/files
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments