-
Notifications
You must be signed in to change notification settings - Fork 719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble Accessing CVA6 via SSH #2335
Comments
Just to mention, whenever Linux boots, I don't see the welcoming message "Welcome to Buildroot," and it eventually logs in without any user input. The Linux boot-up process is as follows: Hello World! OpenSBI v0.9 / __ \ / | _ _ | Platform Name : ARIANE RISC-V Domain0 Name : root Boot HART ID : 0 U-Boot 2021.07-rc4-g920075ecfa (Jul 08 2024 - 14:25:16 +0200) CPU: rv64imafdc MMC read: dev # 0, block # 1048576, count 20480 ... 20480 blocks read: OK Booting kernel from Legacy Image at 90000000 ...Image Name: CV64A6Linux Flattened Device Tree blob at bffe08d0Booting using the fdt blob at 0xbffe08d0 Starting kernel ... [ 0.000000] Linux version 5.10.7 ([email protected]) (riscv64-buildroot-linux-gnu-gcc.br_real (Buildroot 2021.08) 10.3.0, GNU ld (GNU Binutils) 2.36.1) #3 SMP Mon Jul 8 14:27:53 CEST 2024 lsREADME.md init mnt sbin var |
This issue is a duplicate of openhwgroup/cva6-sdk#99. I believe it is a linux/software issue so CVA6 repository is not the right place for it. @JeanRochCoulon I think we can close this issue. |
Thanks @Gchauvon |
Hello,
I have synthesized the CVA6 RTL code for Genesys2 as described in the README file, built the Linux image using the CVA6-SDK, and now I have Linux running on the CVA6 on our board. I set a static IP for eth0, and I can ping the board from a remote machine. However, I can't SSH to it. Whenever I try to SSH to the board, it asks for a password. Since there is no password, I just press enter, but the message 'Permission denied, please try again.' appears. I also tried setting a password like 'root', but the same thing happens: after entering the password(root), it responds with 'Permission denied, please try again.'
Is it supposed to be possible to SSH to the board from a remote machine?
The text was updated successfully, but these errors were encountered: