Forum Discussion
Altera_Forum
Honored Contributor
20 years agoThere is no free MMC driver on NIOS right now. And I am writing one using PIO. I will open it when ready.
The Slackware is old and good, and I had been using it more than ten years. There is no problem to generate the tools chain. I never uses the Window's/IDE tools chain. I built them on Linux since the very early beta. The shipped NIOS2 for Linux use newlib, and lack the elf2flt to build busybox and apps. The source of the GND tools can be selected on the packages list when you install NIOS2. They will be installed into the dir altera/kits/nios2/bin/nios2-gnutools/src. I use these before I work on uclinux about one month ago, then I built the one from marc's page. So I have two tools chain now. To build the tools chain follow the marc's page. In build root menuconfig, set binutils ver to 2.15, gcc 3.4.3, and no busybox. I think the problem is still dos2unix. I had the same truncated zip problem when I use the original kernel source tree from microtronix. I had to remove dos2unix, and convert the source tree to fix the CRLF with zip -r and unzip -a to anther dir. You can try to convert the source tree on Linux, then compile them under windows.