Forum Discussion
Altera_Forum
Honored Contributor
15 years agoOk. You add a kernel config for the neek. I have put the three new files to have a new product. Then I do "make menuconfig", i select the neek, and i save. And a lot of question appears in bash to configure the kernel :
* * Restart config... * * * Linux Kernel Configuration * Add LRU list to track non-evictable pages (UNEVICTABLE_LRU) [Y/n/?] ... When I come back to the nios2 product, no question appears at the end of the configuration. I don't understand why we have to reconfigure the kernel while i just add the file config.linux-2.6.x. EDIT : Oh maybe i understand. I see in my config.linux-2.6.x that the version of the kernel i use is the 2.6.30 while yours, hippo, in your file (on the Extrem Guide) it is version 2.6.32-rc3. Is it possible that it is the source of my problems ? And if it is the case, i have to update from git my nios2-linux distribution ? ./use_git_for_update ./update Just to be sure : The config.linux-2.6.x is used by the implicit make menuconfig done in the linux-2.6 directory of the nios2-linux distribution And the config.vendor-2.6.x is used by the implicit make menuconfig done in the uClinux-dust/user dir ?