-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fail to boot from pre-built image #24
Comments
If you press a key to skip auto-boot and then enter the commands manually it will boot, so it seems boot.scr in the image is malformed somehow. You should be able to make a new one with mkimage and copy it into /boot though I haven't tried this yet. https://github.com/tmolteno/d1_build/blob/main/config/bootscr_lichee_rv_dock.txt |
@sney hi, many thanks, it works.:) |
Thanks for these reports. I'm trying to work backwards and fix this. @yuzibo, can you let me know the steps you took to fix? |
Hi @tmolteno , |
@yuzibo does the 0.4.0 release work for you? |
hi @romanrm 0.4.0 release works for my lichee rv dock. |
Thanks for your report. I was asking because for me with 0.4.0 there is no image on HDMI, and serial console does not accept keyboard input at all. |
maybe try to flash image with another method. I flashed it failed so ask @sunmin89 to help check the image. |
|
Here are my findings for anyone interested. Using d428c16, with |
Fantastic. Thanks for the feedback! |
Hi,
I am sorry if I am missing something here.
I downloaded the pre-built image and use
sudo dd if=lichee_rv_dock_gcc_10.2.1_kernel_d1-wip-v5.18-rc1.img of=/dev/sdb bs=4M
to flash the image into sd card. But when I try to boot the image from lichee dock, I got:I think the sunxi's dtb file existed in the image, right?
Any help is very appreciated!
The text was updated successfully, but these errors were encountered: