Re: [LEDE-DEV] early printk breaks kernel on the clearfog board

2017-04-25 Thread Josua Mayer
Am Dienstag, 25. April 2017, 02:08:48 CEST schrieb Syrone Wong: > try `make kernel_menuconfig` and select the corresponding one. Thats how it has to be done now. However I claim that the new one should be the default, and teh right way is to have people using old bootloaders do the hard way. Howe

Re: [LEDE-DEV] early printk breaks kernel on the clearfog board

2017-04-24 Thread Syrone Wong
try `make kernel_menuconfig` and select the corresponding one. Best Regards, Syrone Wong On Mon, Apr 24, 2017 at 11:18 PM, Josua Mayer wrote: > Am Montag, 24. April 2017, 02:37:48 CEST schrieb Syrone Wong: >> You may want to enable CONFIG_DEBUG_MVEBU_UART0_ALTERNATE > Yes, this is the one. But

Re: [LEDE-DEV] early printk breaks kernel on the clearfog board

2017-04-24 Thread Josua Mayer
Am Montag, 24. April 2017, 02:37:48 CEST schrieb Syrone Wong: > You may want to enable CONFIG_DEBUG_MVEBU_UART0_ALTERNATE Yes, this is the one. But it is not visible from the Lede menuconfig. The problem I was trying to point out is that in the kernel-config this is what should be selected when s

Re: [LEDE-DEV] early printk breaks kernel on the clearfog board

2017-04-23 Thread Syrone Wong
You may want to enable CONFIG_DEBUG_MVEBU_UART0_ALTERNATE or CONFIG_DEBUG_MVEBU_UART1_ALTERNATE if early printk is being enabled. Best Regards, Syrone Wong On Mon, Apr 24, 2017 at 3:39 AM, Josua Mayer wrote: > Hi everybody, > > I noticed a serious problem with a Clearfog build that enables > C

[LEDE-DEV] early printk breaks kernel on the clearfog board

2017-04-23 Thread Josua Mayer
Hi everybody, I noticed a serious problem with a Clearfog build that enables CONFIG_KERNEL_EARLY_PRINTK=y. In short: after Loading Kernel, the serial console stays completely silent, and apparently the board does *not* boot. This came as a serious surprise to me. Turns out the reason for this is