minosproject / minos

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

Compiled minos.bin from latest commit cannot be booted by u-boot #64

Open AriSan-XD opened 1 week ago

AriSan-XD commented 1 week ago

I encountered an issue with the latest commit where the compiled minos.bin file cannot be booted by u-boot. Here are the details:

My environment

rpi 4B 4GB
minos commit: c1de8d0164553b31206aa393cd36e09baf5e2b0a
aarch64-linux-gnu-gcc version 10.5.0

Log

U-Boot> booti 0x37408000 - 0x38000000
Moving Image from 0x37408000 to 0x37600000, end=0x3762c000
## Flattened Device Tree blob at 38000000
   Booting using the fdt blob at 0x38000000
Working FDT set to 38000000
   Using Device Tree in place at 0000000038000000, end 0000000038005ff8
Working FDT set to 38000000

Starting kernel ...

/* stuck here */

What I have tried

Question How to boot minos of the lastest commit on rpi 4B

lemin9538 commented 1 week ago

HI , the latest code only tested on fvp and qemu, rpi-4 is not tested.