Skip to content

Commit

Permalink
feat(iob_soc_opencryptolinux.py): Fix *_mem.config filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturum1 committed Jan 23, 2024
1 parent 8762c85 commit fc37fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iob_soc_opencryptolinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ def _post_setup(cls):
)
# Set custom ethernet CONSOLE_CMD
contents.append(
"""
f"""
### Launch minicom if running Linux
ifeq ($(shell grep -o rootfs.cpio.gz ../iob_soc_opencryptolinux_mem.config),rootfs.cpio.gz)
ifeq ($(shell grep -o rootfs.cpio.gz ../{cls.name}_mem.config),rootfs.cpio.gz)
ifneq ($(wildcard minicom_linux_script.txt),)
SCRIPT_STR:=-S minicom_linux_script.txt
# Set TERM variable to linux-c-nc (needed to run in non-interactive mode https://stackoverflow.com/a/49077622)
Expand Down
2 changes: 1 addition & 1 deletion submodules/IOBSOC

0 comments on commit fc37fa8

Please sign in to comment.