Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Raspberry 4 installation?
wiz%NetBSD.org@localhost (Thomas Klausner) writes:
>> Without UEFI:
>>
>> [ 4.134846] vchiq0: interrupting on GIC irq 66
>> [ 4.134846] vchiq: vchiq_init_state: slot_zero = 0xffffc000aedca000, is_master = 0
>> [ 4.134846] vchiq: local ver 8 (min 3), remote ver 8.
>> [ 4.134846] vcaudio0 at vchiq0: auds
>How can I choose switch to non-UEFI?
My kernel has local changes...
>And how can I get rid of these warnings?
> WARNING: clock lost 47 days
> WARNING: using filesystem time
> WARNING: CHECK AND RESET THE DATE!
Apparently UEFI sets a clock value which predates the timestamp
in the root superblock by 47 days.
Since there is no clock, UEFI seems to take the time from it's
build time:
% date -d '10/19/2021 + 47 days'
Sat Dec 4 23:00:00 CET 2021
Without UEFI you start at 0 and get a 'no TOD clock present' message
instead. For a real fix you need a real-time clock plus driver, there
are I2C clock chips that should work.
Home |
Main Index |
Thread Index |
Old Index