Skip to content
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

Open
liuzq71 opened this issue Jul 16, 2017 · 5 comments
Open

why i can not boot the kernel 4.11.6 completely? #1

liuzq71 opened this issue Jul 16, 2017 · 5 comments

Comments

@liuzq71
Copy link

liuzq71 commented Jul 16, 2017

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
img_20170716_104524

@liuzq71
Copy link
Author

liuzq71 commented Jul 16, 2017

here is the initrd.img i generated.
initrd.img.tar.gz

@georgewhewell
Copy link

Not sure if this is the same issue, but on my board the MMC would be re-initialized when kernel starts and becomes /dev/mmcblk1 instead of /dev/mmcblk0 (and /dev/mmcblk0 no longer responds). It works ok once the kernel root= parameter is updated.

@rafaello7
Copy link
Owner

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.

@kamejoko80
Copy link

kamejoko80 commented Nov 28, 2017

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?

@rafaello7
Copy link
Owner

Unfortunately not. This is the only bl1 that I have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants