TechTablets › Forums › Jumper Discussion › EZBook series › Good news: found a way to increase TDP limit on ezbook 3 pro (N3450 Apollo Lake & N4100 Gemini Lake)
Tagged: Apollo Lake, Braswell, celeron n3350, double FPS, iball aer3, N3700, N3710, N4200, power limits, TDP, TDP changing back
- This topic has 223 replies, 97 voices, and was last updated 1 year, 11 months ago by
61mgs.
-
AuthorPosts
-
December 4, 2017 at 9:25 am #75624December 10, 2017 at 4:07 pm #75758
with this one the n3450 performes best and longest
Attachments:
You must be logged in to view attached files.Need Help?
1981 soldered my first Sinclair computer 1K, tapedeck * 1984 build and sold IBM clones 8Mhz, 512K, 20MB HDD * 2018 messing with ultrabooksDecember 14, 2017 at 7:02 pm #75864I runned the rw and it shows in HWinfo 10w, but I didn’t see the fps growth (Ezbook Pro v4).
December 29, 2017 at 8:03 am #76228disable power limit option isn’t present in my BIOS (Release Date: 09/30/2017) but the .EXE file from joe321 is working well, thanks.
January 1, 2018 at 4:54 pm #76320Hi folks,
Why not simply flash the Bios to a full unlocked one ? There is no power limit settings or adjustable PL1 power inside ^^
Flashed my Yepo 737A with the Jumper ezbook 3 pro v4 rom and got all options unlocked now…
January 1, 2018 at 5:09 pm #76321Pictures from my modded Yepo in attachments…
Attachments:
You must be logged in to view attached files.January 1, 2018 at 5:37 pm #76327Inside Bios settings…
Attachments:
You must be logged in to view attached files.January 7, 2018 at 9:10 am #76571I cant increase it at v4 version. remove-limit doesnt make any files – only for a second and they all gone next. Is it posibble on this version without bios option?
January 15, 2018 at 9:19 pm #77035My EZBook pro 3 v4 (locked BIOS) always goes back to 9W after the burst time of 28sec, how can I increase this time?
January 16, 2018 at 8:01 am #77049My chuwi 12.3 lastest bios is the same at 10W; but 10W seems to be an increase its ~100% CPU full burst and about half speed ~500MhZ on the GPU, and you do get that 30s with 100% on both which is good for burst. so an improvement….
I’m guess there’s some other limit that needs to be moved out of the way….
January 17, 2018 at 1:44 pm #77148Hello again,
after some more reading I collected information on how to flash and modify the BIOS (didn’t manage to unlock yet).
So the first tool i used was AfuEfix64.efi from the UEFI shell to extract my current BIOS.
Then I used AMIBCP64.exe to set all the Access/Use menues in Setup, Advanced and Chipset from Default to USER and flashed it again (with battery disconnect to hopefully force the BIOS to reload) but without success.
Futhermore I discovered some interessting settings, which state that the BIOS is unlocked, but the flash protection range registers are enabled, as well as RTC Lock and TCO Lock. (Maybe this affects the flash procedure that some parts dont become written?!)Next I used the MMTool and extracted the Setup part {899407D7-99FE-43D8-9A21-79EC328CAC21} from the rom. Then I used Universal_IFR_Extractor_v0.6.exe to get readable text, resulting in:
0x159A6 Form: Setup, Form ID: 0x2710 {01 86 10 27 07 00}
0x159AC Ref: Main, Variable: 0xFFFF {0F 0F 09 00 02 00 01 00 00 00 FF FF 00 11 27}
0x159BB Suppress If: {0A 82}
0x159BD True {46 02}
0x159BF Ref: Advanced, Variable: 0xFFFF {0F 0F 1E 00 02 00 02 00 00 00 FF FF 00 12 27}
0x159CE End If {29 02}
0x159D0 Suppress If: {0A 82}
0x159D2 True {46 02}
0x159D4 Ref: Chipset, Variable: 0xFFFF {0F 0F 1F 00 02 00 03 00 00 00 FF FF 00 13 27}
0x159E3 End If {29 02}
0x159E5 Ref: Security, Variable: 0xFFFF {0F 0F 3A 00 02 00 04 00 00 00 FF FF 00 14 27}
0x159F4 Ref: Boot, Variable: 0xFFFF {0F 0F 20 00 02 00 05 00 00 00 FF FF 00 15 27}
0x15A03 Ref: Save & Exit, Variable: 0xFFFF {0F 0F 4D 00 02 00 06 00 00 00 FF FF 00 16 27}
0x15A12 End Form {29 02}as you can see the advanced and chipset part are suppressed when the condition ‘if 0A 82 is true’ so i changed the true {46 02} in hex editor to false {47 02} but still no advanced options in the BIOS.
For compairson in an unlocked ezbook bios this section looks like:0x159A6 Form: Setup, Form ID: 0x2710 {01 86 10 27 07 00}
0x159AC Ref: Main, Variable: 0xFFFF {0F 0F 09 00 02 00 01 00 00 00 FF FF 00 11 27}
0x159BB Ref: Advanced, Variable: 0xFFFF {0F 0F 1E 00 02 00 02 00 00 00 FF FF 00 12 27}
0x159CA Ref: Chipset, Variable: 0xFFFF {0F 0F 1F 00 02 00 03 00 00 00 FF FF 00 13 27}
0x159D9 Ref: Security, Variable: 0xFFFF {0F 0F 3A 00 02 00 04 00 00 00 FF FF 00 14 27}
0x159E8 Ref: Boot, Variable: 0xFFFF {0F 0F 20 00 02 00 05 00 00 00 FF FF 00 15 27}
0x159F7 Ref: Save & Exit, Variable: 0xFFFF {0F 0F 4D 00 02 00 06 00 00 00 FF FF 00 16 27}
0x15A06 End Form {29 02}On other BIOSs there seems to be an boolean control array, which controlles the access to the menus. It should in our case be 01 00 00 01 01 01 (Hex: 0x0?415 or 0x27?) for main, no advance, no chipset, security, boot, save & exit, but i never managed to find it in the extracted setup region.
I also though about merging the unlock and lock BIOS, but since i don’t know what to care about I haven’t tried.
Does anybody has further ideas how to solve this or somehting else to try?
btw one of the tutorials: https://egpu.io/forums/implementation-guides/2011-asus-n53sn-r9-390x4gbps-mpcie2-pe4c-v3-0-win10-doink/
Attachments:
You must be logged in to view attached files.January 19, 2018 at 8:47 am #77233On my ezbook i do the mod i get almost 15w but only for 20 sec then its gone 🙁
January 19, 2018 at 10:29 am #77237which bios version do you have?
January 19, 2018 at 6:07 pm #77248I think its V5… its locked 🙁
January 19, 2018 at 6:22 pm #77249But there are two locked versions v5 and v6 alias v5.1. Can you retrieve the build date of your bios?
-
AuthorPosts
- You must be logged in to reply to this topic.

