Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1536666 > unrolled thread

boot hang issue on S5PV210 with the latest kernel

Started byYong Li <sdliyong@gmail.com>
First post2016-12-06 05:40 +0100
Last post2016-12-06 05:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  boot hang issue on S5PV210 with the latest kernel Yong Li <sdliyong@gmail.com> - 2016-12-06 05:40 +0100

#1536666 — boot hang issue on S5PV210 with the latest kernel

FromYong Li <sdliyong@gmail.com>
Date2016-12-06 05:40 +0100
Subjectboot hang issue on S5PV210 with the latest kernel
Message-ID<sLfHP-5DA-1@gated-at.bofh.it>
Hi all,

I am testing the latest kernel on my S5PV210 ARM boards. I found I
have to add the kputc debug in __armv7_mmu_cache_on in
boot/compressed/head.S:
mov r11, r3
kputc #'x'
mov r3, r11

Without the above kputc, the kernel boot hang, there is no any output on UART

Any suggestions?

Thanks,
Yong

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web