Twitter Updates

    follow me on Twitter

    Tuesday, January 6, 2009

    Zune 30 Software Glitch #2

    The driver problem caused the first generation  Zune 30 devices on December 31, 2008 to fail on booting was  Toshiba’s fault and not Microsoft’s.

    After doing some poking around in the source code for the Zune's clock driver (available free from the Freescale website), I found the root cause of the now-infamous Zune 30 leapyear issue that struck everyone on New Year's Eve.

    The Zune's real-time clock stores the time in terms of days and seconds since January 1st, 1980. When the Zune's clock is accessed, the driver turns the number of days into years/months/days and the number of seconds into hours/minutes/seconds. Likewise, when the clock is set, the driver does the opposite.

    The Zune frontend first accesses the clock toward the end of the boot sequence. Doing this triggers the code that reads the clock and converts it to a date and time.

    Also in Sebastian V’s mail to Paul

    “Apparently, the Zune 30 was not the only device which had the Y2K9 issue. Also Toshiba Gigabeat S30 and S60 have had the same problem. Both Microsoft's and Toshiba's devices share similar hardware, including the Freescale MC13783 processor.” This is exactly what I suspected, since the first-gen Zune is just a rebranded (and slightly modified) Toshiba design.

    No comments: