-
-
Notifications
You must be signed in to change notification settings - Fork 274
Added "apt install linux-modules-extra" package for proper installation of ubi and nandsim modules #1376
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
Conversation
Added the "linux-modules-extra".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing a pull request!
Welcome to the EMBA firmware analysis community!
We are glad you are here and appreciate your contribution. Please keep in mind our contributing guidelines here and here.
Also, please check existing open issues and consider to open a discussion in the dedicated discussion area.
Additionally, we have collected a lot of details around EMBA, the installation and the usage of EMBA in our Wiki.
If you like EMBA you have the chance to support us by becoming a Sponsor or buying some beer here.
To show your love for EMBA with nice shirts or other merch you can check our Spreadshop.
This is an automatic message. Allow for time for the EMBA community to be able to read the pull request and comment on it.
Thank you very much for this valuable fix. emba/installer/ID1_ubuntu_os.sh Line 27 in 3cfb1e6
|
Of course, it might make more sense. My commit was a bit of a quick fix :-) |
Thank you for your updates. Two further points:
|
I hope it is appropriate now, thank you very much for your valuable feedback :) |
fixed interesting space bug in newline, there should be no more errors in the output of check-project.sh.
Thank you for effort and bringing this fix to EMBA |
The linux-modules-extra package must be installed to use the ubi and nandsim modules. Otherwise, nandsim and ubi modules cannot be loaded with modprobe during the dependency check phase. (Ubuntu 22.04)