Commit 48252aa
Fix run-simulator.sh to check for firmware-combined.bin
Fixed error where run-simulator.sh was checking for firmware.bin instead of the combined firmware image:
**Problem:** After switching to combined firmware approach, run-simulator.sh still checked for "firmware.bin" which no longer exists. The prepare-firmware.sh script now creates "firmware-combined.bin" instead.
**Fix:**
- Updated firmware existence check in run-simulator.sh
- Changed from "firmware.bin" to "firmware-combined.bin"
- Error message updated to reflect the correct filename
The simulator will now correctly detect the combined firmware image before starting.
Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>1 parent 4ad90ba commit 48252aa
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments