Skip to content
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

Password not working #105

Open
t0Nl opened this issue May 8, 2019 · 1 comment
Open

Password not working #105

t0Nl opened this issue May 8, 2019 · 1 comment

Comments

@t0Nl
Copy link

t0Nl commented May 8, 2019

When I connect to my zedboard I am prompted with "alarm loggin" and then "Password" for both I input "root" but I keep getting the message "Login incorrect".

@bradley-evans
Copy link

bradley-evans commented Mar 9, 2020

Long time coming but I ran into this same issue. Here is my fix procedure.

(1) cd fpga-zynq/zedboard
(2) make ramdisk-open
(3) mount -t ext2 ramdisk/home/root/buildroot.rootfs.ext2 /somefolder to mount the RISC-V filesystem image
(4) Edit /somefolder/etc/shadow with your editor of choice. Change the password hash for root to $1$2CMKSo57$U.FHm8zmyfTa8X/LTHx8o0. This is just root:root.
(5) umount /somefolder
(6) make ramdisk-close
(7) make load SD=$yourSDcard
(8) Insert SD card into ZedBoard and load per usual. Password for the RISC-V Linux core should now be root:root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants