Altera_Forum
Honored Contributor
16 years agoNEEK example with ocm mmc_spi and mmu
Please find an example design of neek with opencore ethernet mac, mmc spi and mmu, at the wiki,
http://www.nioswiki.com/linux http://www.nioswiki.com/@api/deki/files/345/=neek_ocm_spi_mmu.zip Please unzip and copy the custom_fpga.h to nios2-linux/linux-2.6/arch/nios2/include/asm . Please test with the unstable-nios2mmu branch of linux-2.6.git at the sopc server. cd nios2-linux/linux-2.6 git fetch origin git branch unstable-nios2mmu origin/unstable-nios2mmu git checkout unstable-nios2mmu cd nios2-linux/uClinux-dist git checkout trunk git pull origin The following peripheral and drivers are supported, ocm : ethoc driver cfi flash : mtd mmc spi : altspi and mmc_spi driver i2c : gpio and i2c-gpio driver ps2 : altps2 driver lcd : altfb driver touch panel : altspi and ads7846 driver led : gpio, leds-gpio and heartbeat trigger, only 1 led available button: gpio and gpio_mouse, only 4 direction keys available, no interrupt support uart: altuart, no fifo remote update: Enjoy, Hippo