Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDevice tree support
Hi, I'm new to Linux/Altera but I know well Linux on another FPGA manufacturer (I will not give its name here, I don't want to be banned :D ). I don't know if community is active here or i...
Altera_Forum
Honored Contributor
15 years agoOk well I auto-answer.
In fact the most important page on alterawiki (read it all carefully) is wiki/Linux_for_the_Nios_II_Processor. The trick is in this part : --- Quote Start --- Kernel development is currently taking place in the "unstable-nios2mmu" branch. It is stable despite the name. So to build a current (2.6.38 as of this writing), you need to switch to that branch for the kernel. Inside the "linux-2.6" folder, issue a "git checkout unstable-nios2mmu" command to switch your head to that branch. --- Quote End --- So to have device-tree support you need to switch the kernel to the branch unstable-nios2mmu Hope it will help someone