Raspberry Pi B+ freeze during booting (new: r281074 causing it)

Luiz Otavio O Souza lists.br at gmail.com
Sun Apr 19 19:31:46 UTC 2015


On 19 April 2015 at 15:43, Ralf Wenk wrote:
> Hello,
>
> I wrote at Wed, 15 Apr 2015 14:30:48 +0200:
>> with r281139 my RPi freeze while booting. The last two lines logged
>> are always the same and belong to the ethernet interface.
>>
>>   ue0: <USB Ethernet> on smsc0
>>   ue0: Ethernet address: b8:eb:71:8a:6d:0b
>>
>> [...]
>
> the last revision which kernel boots here successful is 281073.
> Release 281074 is the first one which shows the described problem.
>
> I tried to break into the kernel debugger or booted with verbose mode
> turned on to get more information. Unfortunately without any success.
>
> The log entry of release 281074 says
>
>   Remove the extra copy of uart_fdt_get_clock and uart_fdt_get_shift.
>   While here also use OF_getencprop in uart_fdt_get_clock.
>
>
> As I am using the boot console on serial port I am using a slightly
> changed kernel configuration (RPI-Bsc) with
>
> #device                vt
> #device                kbdmux
> #device                ukbd
>
> commented as suggested in the default kernel configuration (RPI-B).
>
>
> Any suggestions what to do?
>
> Some ideas:
> - r281074 changes OF_getprop into OF_getencprop uart_cpu_fdt.c should I
>   reverse it and give it a try?
>
> - Also the extra copy of uart_fdt_get_clock() in uart_bus_fdt.c contained
>   the line
>       *cell = fdt32_to_cpu(clock);
>   just before the return(0); uart_fdt_get_clock() in uart_cpu_fdt.c
>   r281073 contained it as well, but it was deleted in r281074.
>   Was this statement useless?
>
> Ralf

Hi,

This issue was fixed on r281200

Regards,
Luiz


More information about the freebsd-arm mailing list