Forum Discussion
Altera_Forum
Honored Contributor
21 years agoAll usernames and passwords are hard-coded within the applications (take a look inside login and ftpd... I believe that's where you'll find the passwords).
The best way to bypass the passwords is to do one of the following: (1) modify inittab to start a shell instead of agetty on the serial console (2) remove init entirely from the filesystem so that it'll start sh by default Lemme know if you run into trouble...