Forum Discussion
Altera_Forum
Honored Contributor
20 years agouCLinux file system...
Hi. I'm using the Microtronix Product Starter Kit with the NIOS-II IDE and uCLinux 2.6. Followed the steps starting on p. 13 of "Nios II Linux Quickstart Guide" to create and build the ro...
Altera_Forum
Honored Contributor
20 years agoLook at linux-2.6.x/Documents/devices.txt for the list of devices numbers.
Use "mknod" to add the node, mknod /dev/sda b 8 0 mknod /dev/sda1 b 8 1 And add to your init script, mount -t usbfs none /proc/bus/usb By the way, I would recommand building toolschain and developing on Linux. It would be much faster and less trouble.