linux-kernel-labs / linux

Linux kernel source tree
Other
362 stars 265 forks source link

cannot Connecting to the Virtual Machine through minicom #369

Closed linaki-o closed 1 year ago

linaki-o commented 1 year ago

after i done all the step,and i run make boot in a window and run minicom -D serial.pts in another window. but i can see nothing but this below:

image

it doesn't have linux promt in the lab ` .../linux/tools/labs$ minicom -D serial.pts [...] Poky (Yocto Project Reference Distro) 2.3 qemux86 /dev/hvc0

qemux86 login: root root@qemux86:~# `

does anybody know what's wrong about it? thx

dbaluta commented 1 year ago

Depending on your setup sometimes can be a little bit slow. So waiting some more time should help.

Another part is that you must be sure that you have used the .config file we provided.

So, can you please remove your .config file in the source tree directory and then run make boot again.

linaki-o commented 1 year ago

Thank u sir. after waiting for a few minutes, thing succeeded. i think i need to be more patient :)