Re: [tuxdroid-user] Programming of 'tuxcore.hex' failed, this file is not a correct hex file for th
Status: Beta
Brought to you by:
ks156
From: Philippe T. <ph...@te...> - 2007-03-18 18:29:27
|
I tried to post my patch on http://www.tuxisalive.com/issue-trackers/tuxup but there is no zone defined and the tool complains about mandatory selection of a zone: Zone (Requis) Sélectionnez une zone ou ce ticket est approprié. Zone is required, please correct. Here's a copy of what I planned to post on the tracker (just to avoid loosing it): TITLE: Wrong order in version-revision-author structs, tuxup fails DETAILS: This is actually a firmware bug, not a tuxup bug but it concerns differents parts of the firmware so I think it is better to explain it here than in the various sub-sections of firmware tracker. When compiling the firmware files and trying to upload them, I get the error tuxup tuxaudio.hex [FAIL] Programming of 'tuxaudio.hex' failed, this file is not a correct hex file for that CPU or tuxup tuxcore.hex [FAIL] Programming of 'tuxcore.hex' failed, this file is not a correct hex file for that CPU To fix those problems I changed: firmware/tuxaudio/trunk/main.c invert lines 42 and 44 firmware/tuxcore/trunk/global.c invert lines 53 and 55 |