Forum Discussion
Altera_Forum
Honored Contributor
20 years agouClinux without Flash (again)
I decided to give uClinux a try on my custom board, but I only have an SD card slot, no CFI. When reading the install guide for uClinux, and when trying it, it won't let me build a kernel project...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by mountain8848@Dec 6 2005, 10:43 PM i just got the niosii for linux cd from altera, but it was not installed properly withou quartus for linux.
i'd like to setup the cross compiler env. in linux pc. but i cannot access the marc's web link:http://scorpius.homelinux.org/~marc/nios2.html (http://scorpius.homelinux.org/~marc/nios2.html) in china. only the niosii for linux cd, what should i do ?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=11375)
--- quote end ---
--- Quote End --- You don't need to intsall anything - copy the binary folder from the linux CD to your linux distribution (it's like H-i386-linux etc... or something), put that folder in your path, and then: make ARCH=nios2nommu CROSS_COMPILE=(prefix of the binary)- hwselect SYSPTF=yourptf.ptf then menuconfig... then just regular make.