-
Notifications
You must be signed in to change notification settings - Fork 62
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
Question: Recompiling kernel #46
Comments
How does: make linux-config work for you? |
i assume this should be done from $BSQUASK_DIR/build/linux-custom directory? |
No, just from the buildroot base directory. make help will show some hints.
|
I couldnt find any linux-config when i did make help. One option could be to "make" from $BSQUASK_DIR/images/linux-custom. But i am not sure if thats the right way. |
In your bsquask directory you can run make help to get some information about the build options. When you run make linux-menuconfig you can configure the kernel. Of course that kernel config should match the filename entered in make menuconfig (kernel -> configuration file path). |
Hi
If i have to do some changes to the kernel and rebuild it, how do I do that with the sdk? The usual pattern is
5 make initrd
In the case of SDK, how do i go about it?
thanks in advance
The text was updated successfully, but these errors were encountered: