nekorouter / mkimage-debian

Make a Debian image for some RISC-V boards
4 stars 0 forks source link

Image created does not boot on StarFive VisionFive2. #2

Open mtinman opened 1 year ago

mtinman commented 1 year ago

Image built on X86_64, no problems noted building, or creating the SD card image. Image was then burned to known good SD card to test. Then attempted to boot it on StarFive VisionFive2 (jh_7110), which I will call VF2 from here on, and it got as far as the U-boot shell, and then stopped, no keyboard response from the TTY/USB serial console.

Please note that this particular VF2 has been updated to the newest version (2.8.0) of the firmware found at https://github.com/starfive-tech/VisionFive2/releases.

You may want to add logging to the build script, or let people know in the README where the logs for build are kept, so we may attach them when reporting to you for debugging purposes. I would gladly provide you with these, if they exist. Also, can you please provide more details about the options that can be set in the mkimage.sh shell script in your README file? That would be very helpful, as well.

I did save a TTY/USB serial console log of the boot process from the VF2 for you, please see attachment below. I hope it helps. I f you need anything else, please let me know. I will continue to try to help how, and when I can.

Thanks for taking the time to create/work on this project nekorouter, it is greatly appreciated!

GTKTerm-Feb-23-2023-mkimage-debian-test-1.txt

nekorouter commented 1 year ago

Sorry for long wait, Starfive just released 202302, which has new uboot and opensbi, this has some impact on how to make image and how to boot image on sd card (ed. Should image include uboot and opensbi?). So this problem may need more time.