firmware icon indicating copy to clipboard operation
firmware copied to clipboard

[Bug]: device-install.sh in "meshtastic_2.6" file set seeks bleota-s3.bin when shouldn't be present

Open Hnikar-az opened this issue 9 months ago • 2 comments

Category

Other

Hardware

Station G1

Is this bug report about any UI component firmware like InkHUD or Meshtatic UI (MUI)?

  • [ ] Meshtastic UI aka MUI colorTFT
  • [ ] InkHUD ePaper
  • [ ] OLED slide UI on any display

Firmware Version

2.6.4.b89355f

Description

when attempting to run device-install.sh using release: "firmware-esp32-2.6.4.b89355f.zip", this script seeks bleota-s3.bin which is not present in the release. bleota.bin is located in the release file. Example: ./device-install.sh -f firmware-station-g1-2.6.4.b89355f.bin Error: file bleota-s3.bin wasn't found. Terminating.

I have not yet attempted with bleota-s3.bin or adjusting the script to use bleota.bin (which is located in the "firmware-esp32-2.6.4.b89355f.zip" release file).

Relevant log output

$ ./device-install.sh -f firmware-station-g1-2.6.4.b89355f.bin 
Error: file bleota-s3.bin wasn't found. Terminating.

Hnikar-az avatar May 31 '25 04:05 Hnikar-az

quickly renamed bleota.bin to bleota-s3.bin and received a fatal error: A fatal error occurred: File bleota-s3.bin (length 618912) at offset 6619136 will not fit in 4194304 bytes of flash. Change the --flash_size argument, or flashing address.

also in device-install.sh on line 175 where the script should call for bleota.bin, I don't know if this line would ever be called.

then again, station-g1 isn't in the variant group listed in device-install.sh

Hnikar-az avatar May 31 '25 04:05 Hnikar-az

I just REM out the lines in the batch file

lagunacomputer avatar Jun 04 '25 16:06 lagunacomputer

I believe this was fixed :)

fifieldt avatar Jul 28 '25 07:07 fifieldt