Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not create nodisk image when overwriting the linux config #284

Open
RaphaelKlink opened this issue Jul 20, 2023 · 0 comments
Open

can not create nodisk image when overwriting the linux config #284

RaphaelKlink opened this issue Jul 20, 2023 · 0 comments

Comments

@RaphaelKlink
Copy link

Hey,

when i try to overwrite a linux config with another linux config in the firemarshal config, i can not create a nodisk version. It will always create the correct image, but in the disk version even when i add -d . The same problem was described here: https://groups.google.com/g/firesim/c/eb4GNmKxryc/m/Dm-V1q2VBwAJ

linux.json:

{
"name" : "linux",
"base": "br-base.json",
"linux" : {
"config" : "kernel-config",
"modules": {}
}
}

kernel-config:

CONFIG_SPI=y

I have done some searching and i was able to narrow it down.
The problem is with my new linux config.
If I overwrite another linux config, it will forget the nodisk option during image creation.
The image still is called *-nodisk, but it is a disk image.
Did i do something wrong or is there an error in firemarshal?

Greetings
Raphael Klink

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant