Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi eldos,
The kernel part on the page you metioned in alterawiki (yes, I wrote it) is outdated. The sopc is now replaced with qsys. Though you may follow the hardware design. 1. the kernel now use dts, so you don't need to create specific board code. You may use almost the same kernel config of 3c120. You will need to generate dts with sopc2dts. You will need to add the led and button driver binding to dts. 2. search the wiki with "u-boot" keyword, I have some examples. You will need to use sopc2dts to generate u-boot headers. -Hippo To continue..