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 agosorry, it should not be /dev/sda if you are not running on your uClinux system.
On your PC, cd to your rootfs for uClinux, cd dev mknod sda b 8 0 mknod sda1 b 8 1 In another way, you can also add to your init script mknod /dev/sda b 8 0 mknod /dev/sda1 b 8 1 mount -t usbfs none /proc/bus/usb Please take a look at another thread posted from me "Mini howto build toolschain and initramfs on Linux"