-
Notifications
You must be signed in to change notification settings - Fork 5
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
why i can not boot the kernel 4.11.6 completely? #1
Comments
here is the initrd.img i generated. |
Not sure if this is the same issue, but on my board the MMC would be re-initialized when kernel starts and becomes |
I think the shell prompt appears on serial console, not tty1. I guess you don't have access to the serial console. You will have to modify u-boot configuration header file, include/configs/s5p6818_nanopim3.h. At the file bottom there are u-boot environment defines, CONFIG_BOOTCOMMAND and CONFIG_BOOTARGS. At least the "console=" setting should be changed. Please remove the "console=ttySAC0,115200n8" stanza, leave "console=tty1" and rebuild u-boot. In fact, the build instruction is slightly outdated. I will try to fix it. I have prepared debian installer, you may use it for Linux installation. |
Dear rafaello7, Not related to Linux kernel topics, thanks for your sharing S5P6818 BL1 source code, my board is Nanopi2 which is using S5P4418 CPU, do you have BL1 source code for it? |
Unfortunately not. This is the only bl1 that I have. |
i hand-made the initrd.img followed the https://github.com/rafaello7/bl1-nanopi-m3/README.md,and boot and kernel always stopped at the same point showed as in the picture attachment,how can i solve the problem?thanks
The text was updated successfully, but these errors were encountered: