firesim / FireMarshal

Software workload management tool for RISC-V based SoC research. This is the default workload management tool for Chipyard and FireSim.
https://docs.fires.im/en/latest/Advanced-Usage/Workloads/index.html
Other
74 stars 49 forks source link

nodisk: Failed to login as 'root' with password 'fpga' #274

Open nickduuh opened 1 year ago

nickduuh commented 1 year ago

I am building a basic nodisk version of basic linux workload following tutorial in the Chipyard document. The build was successful but I failed to login as root with password 'fpga' when I ran br-base-bin-nodisk with spike or qemu. However, I can login to non-nodisk version of the linux. I am not sure if this is normal.

I did not make any changes to the config.

Please help @abejgonzalez . Thanks in advance.

nickduuh commented 1 year ago

I avoided the problem by commenting the line that set password. But when I login as root I cannot find the 2nd partition of the sd card in /dev(no "mmcblk"). I feel like there is something missing from the workload, comparing the booting info with others.Here is my booting info.

Is there any way I can solve this? Anyone please help. @jerryz123