README: Fix command to make firmware BIN #115

Merged
sb10q merged 2 commits from atse/thermostat:readme-bin-path into master 2024-08-07 18:22:49 +08:00
Contributor

This reflects the actual command that needs to be run to make the firmware BIN from the repository root.

This reflects the actual command that needs to be run to make the firmware BIN from the repository root.
atse added 1 commit 2024-08-06 16:05:25 +08:00
Owner

I feel it would be better to keep it in sync with nix build .#thermostat, i.e. change it to

llvm-objcopy -O binary target/thumbv7em-none-eabihf/release/thermostat thermostat.bin
I feel it would be better to keep it in sync with `nix build .#thermostat`, i.e. change it to ```sh llvm-objcopy -O binary target/thumbv7em-none-eabihf/release/thermostat thermostat.bin ```
Owner

Agreed. You even sent a PR to install LLVM in the flake devshell, then you are not suggesting to use it in the README - this does not make sense.

Also, if arm-none-eabi-objcopy somehow gets installed, then please remove it, we don't need both of it and LLVM.

Agreed. You even sent a PR to install LLVM in the flake devshell, then you are not suggesting to use it in the README - this does not make sense. Also, if arm-none-eabi-objcopy somehow gets installed, then please remove it, we don't need both of it and LLVM.
Author
Contributor

Yup, don't know how I missed this, changing. Also arm-none-eabi-objcopy isn't installed at all, probably an outdated doc.

Yup, don't know how I missed this, changing. Also arm-none-eabi-objcopy isn't installed at all, probably an outdated doc.
atse force-pushed readme-bin-path from 34ccf03370 to 8c9bd2ce29 2024-08-07 18:02:27 +08:00 Compare
atse changed title from README: Add full path to compiled binary to README: Fix command to make firmware BIN 2024-08-07 18:15:23 +08:00
sb10q merged commit 9d89104f50 into master 2024-08-07 18:22:49 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/thermostat#115
No description provided.