Skip to content

Commit 10cce0a

Browse files
Merge pull request #136 from Gamer08YT/patch-1
Update build_firmware.py
2 parents 957b877 + 351c31a commit 10cce0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/litexcnc/cli/build_firmware.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def cli(config, output_directory, build, alias_file):
1616
from litex.soc.integration.builder import Builder
1717
from litexcnc.firmware.soc import LitexCNC_Firmware
1818
except ImportError as e:
19-
click.echo(click.style("Error", fg="red") + ": Litex is not installed. Please run 'litexcnc install_litex' first.")
19+
click.echo(click.style("Error", fg="red") + ": Litex is not installed. Please run 'litexcnc install_toolchain' first.")
2020
return -1
2121

2222
# Set the default value for the folder if not set
@@ -61,4 +61,4 @@ def cli(config, output_directory, build, alias_file):
6161
click.echo(click.style("INFO", fg="blue") + f": Firmware created in {output_directory}")
6262
if alias_file:
6363
click.echo(click.style("INFO", fg="blue") + f": Alias HAL-file created in {os.path.join(output_directory, 'alias.hal')}")
64-
64+

0 commit comments

Comments
 (0)