>>>> Is the Fuji using the Aspeed RTC ? >>>> >>>> hwclock: ioctl(RTC_RD_TIME) to /dev/rtc0 to read the time failed: Invalid >>>> argument >> >> I don't understand exactly what's going on here, but running "hwclock --get" >> and "hwclock --set --date 2021-01-01" both seem to work fine after booting, >> so I think the Aspeed RTC is setup correctly and working. As far as I know >> Fuji uses it, but I'm not really sure. > > QEMU doesn't model the SoC RTC. Something to add on the TODO list.
Joel made me notice that we had a model for it :) The time is not initialized at reset and that might be the issue we are seeing in Linux. Thanks, C.
