minosproject / minos

Flexible Virtualization Solution for Embedded System
http://minosproject.org
GNU General Public License v2.0
247 stars 92 forks source link

agherzan/u-boot.git doesn't work #7

Closed liuzuanmin closed 4 years ago

liuzuanmin commented 4 years ago

Hi LeMin, sorry for inconvenience you. https://github.com/minosproject/minos-hypervisor/blob/master/Documents/002-Test_Minos_on_Raspberry_4.md

https://github.com/agherzan/u-boot.git

which branch do you choose? the default one doesn't have rpi_4_defconfig.

lemin9538 commented 4 years ago

Hi please try ag/rpi4 branch.

liuzuanmin commented 4 years ago

Hi please try ag/rpi4 branch.

Thanks for your quickly reply. It is not lucky that minicom didn't get response on /dev/hvc1 after all instructions on page 002-Test_Minos_on_Raspberry_4.md.

lemin9538 commented 4 years ago

Please provide your log and command.

如果是默认的native vm,现在默认使用的是debug console. 你可以试试: 1- Ctrl + D 2- tty attach vm1

liuzuanmin commented 4 years ago

Please provide your log and command.

如果是默认的native vm,现在默认使用的是debug console. 你可以试试: 1- Ctrl + D 2- tty attach vm1

cool !! work very well on vm1, thanks very much. no response on vm2(zephyr), could you give some solutions?

com.log

lemin9538 commented 4 years ago

你可以下载 https://github.com/minosproject/zephyr 代码切换到minos-aarch64分支重新编译一个zephyr.bin。

或者你直接使用minos-misc里面我编译好的,之前里面的zephyr.bin不支持debug_console, 我更新了一个新的,你替换下就可以

liuzuanmin commented 4 years ago

你可以下载 https://github.com/minosproject/zephyr 代码切换到minos-aarch64分支重新编译一个zephyr.bin。

或者你直接使用minos-misc里面我编译好的,之前里面的zephyr.bin不支持debug_console, 我更新了一个新的,你替换下就可以

work well by replace. great project! image

lemin9538 commented 4 years ago

Also thanks for you feedback.