Skip to content

question: configuration is not being uploaded when running together with firmware #6

@austrisv

Description

@austrisv

wondering what I am doing wrong if bitaxetool is not uploading config together with the firmware. See the command and flash output

bitaxetool -c config.cvs -f esp-miner-factory-bitaxe.bin -p /dev/ttyACM0 
Connecting to port: /dev/ttyACM0
Flashing firmware: esp-miner-factory-bitaxe.bin
Flashing config: config.cvs
Warning: Deprecated: Command 'write_flash' is deprecated. Use 'write-flash' instead.
esptool v5.0.0
Connected to ESP32-S3 on /dev/ttyACM0:
Chip type:          ESP32-S3 (QFN56) (revision v0.2)
Features:           Wi-Fi, BT 5 (LE), Dual Core + LP Core, 240MHz, Embedded PSRAM 8MB (AP_3v3)
Crystal frequency:  40MHz
USB mode:           USB-Serial/JTAG
MAC:                e4:b0:63:bc:fd:60

Stub flasher running.

Configuring flash size...
Flash will be erased from 0x00000000 to 0x00f11fff...
Wrote 15802368 bytes (1526303 compressed) at 0x00000000 in 57.9 seconds (2181.6 kbit/s).
Hash of data verified.

Hard resetting via RTS pin...

the same config file working fine if running -c as a separate command after -f
bitaxetool -c config.cvs -p /dev/ttyACM0

what am I doing wrong, what's missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions