Forum Discussion
Altera_Forum
Honored Contributor
21 years agoProblem with first run
This is a newbie question. Installation and upload of the kernel and file system went smoothly on my 1s10 development board. Howerever first connection via terminal with the uClinux failed with...
Altera_Forum
Honored Contributor
21 years agoLooking at the kernel commandline, I noticed that you passed:
root=/dev/hda rw /dev/hda represents the entire disk/drive. What you want is to specify a partition. In your case, that would be the first partition. So your kernel command line should read: root=/dev/hda1 rw Give that a try... I think that should solve the problem.