10-25-2012, 08:45 AM
(This post was last modified: 10-25-2012, 09:32 AM by TimeWalker.)
Your current is 0x23, right
Your cpuid id matches, correct. Also the most adequate way of checking CPUID is by going to your BIOS.
The file you need to be using should correspond by cpuid -> cpu000206a7 and the latest date is obviously the highest version.
Giving this a try myself, thanks for the guide jkbuha!
Well, you basically take the cpu000206a7_plat00000012_ver00000028_date20120424.bin file which holds 23FFh bytes of data.
Opening up the F33 the ucode sequence starts at offset 358848h and requires to be 23FFh lengths (regardless of the current lengths, which for 0x14 is 1FFFh in size) to accommodate the new ucode size.
358848h + 23FFh = 35AC47h .. this is your last byte. This will definitely land in the ''FF zone" as mentioned by jkbuha.
So you end up replacing from here:
to this point ...
Unfortunately I'm away from home .. and without my charger, so my battery will die soon and I'm not in the mood of flashing while running on battery (can you even flash like that?). Will try later this evening ..
Your cpuid id matches, correct. Also the most adequate way of checking CPUID is by going to your BIOS.
The file you need to be using should correspond by cpuid -> cpu000206a7 and the latest date is obviously the highest version.
Giving this a try myself, thanks for the guide jkbuha!
Well, you basically take the cpu000206a7_plat00000012_ver00000028_date20120424.bin file which holds 23FFh bytes of data.
Opening up the F33 the ucode sequence starts at offset 358848h and requires to be 23FFh lengths (regardless of the current lengths, which for 0x14 is 1FFFh in size) to accommodate the new ucode size.
358848h + 23FFh = 35AC47h .. this is your last byte. This will definitely land in the ''FF zone" as mentioned by jkbuha.
So you end up replacing from here:
to this point ...
Unfortunately I'm away from home .. and without my charger, so my battery will die soon and I'm not in the mood of flashing while running on battery (can you even flash like that?). Will try later this evening ..