• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

FlashMyBoard - Automated BIOS Update Tracking & Notification System

flashmyboard

New Member
Joined
Nov 4, 2024
Messages
3 (0.08/day)
Hi TPU community,

I wanted to share a free tool I built called FlashMyboard.com that helps track and notify you about motherboard BIOS updates. I created this because I wanted a way to get notified when new BIOS versions were released for my motherboard that could improve performance or stability.

Platform Support:
  • AMD: All AM4/AM5 platforms
  • Intel: 600/700/800 series chipsets
  • Vendors: ASUS, MSI, ASRock, Gigabyte, Biostar
Core Features:
  • Automated BIOS version tracking
  • AGESA version tracking for AMD platforms
  • Microcode version tracking for Intel platforms
  • Detailed changelog aggregation
  • Performance impact documentation
  • Email notifications (optional, per-board basis)
Technical Implementation:
  • Direct manufacturer download links
  • Zero tracking scripts
  • Minimal data collection (email only if opted-in)
The system tracks important updates like:
  • AMD AGESA updates (e.g., 1.2.0.2 for AM5 inter-core latency improvements)
  • Intel microcode revisions (e.g., 0x129 for 14th gen optimization)
  • Security patches and stability fixes
  • Performance enhancement releases
I'm particularly interested in feedback from the TPU community regarding additional technical features or data points you'd find valuable. The project is actively maintained, and I'm regularly implementing improvements based on user feedback.

Check it out: FlashMyBoard.com
 

W1zzard

Administrator
Staff member
Joined
May 14, 2004
Messages
27,908 (3.71/day)
Processor Ryzen 7 5700X
Memory 48 GB
Video Card(s) RTX 4080
Storage 2x HDD RAID 1, 3x M.2 NVMe
Display(s) 30" 2560x1600 + 19" 1280x1024
Software Windows 10 64-bit
Technically it's self-promotion, from a new user with zero history at TPU. But we will allow it. It's non-commercial and the purpose aligns very well with our audience.

I assume you are scraping the relevant pages at mobo mfgrs?
Thought about serving the files from your site, so they are preserved in case a vendor removes/goes out of business?
 
Joined
Feb 18, 2005
Messages
5,847 (0.81/day)
Location
Ikenai borderline!
System Name Firelance.
Processor Threadripper 3960X
Motherboard ROG Strix TRX40-E Gaming
Cooling IceGem 360 + 6x Arctic Cooling P12
Memory 8x 16GB Patriot Viper DDR4-3200 CL16
Video Card(s) MSI GeForce RTX 4060 Ti Ventus 2X OC
Storage 2TB WD SN850X (boot), 4TB Crucial P3 (data)
Display(s) 3x AOC Q32E2N (32" 2560x1440 75Hz)
Case Enthoo Pro II Server Edition (Closed Panel) + 6 fans
Power Supply Fractal Design Ion+ 2 Platinum 760W
Mouse Logitech G602
Keyboard Razer Pro Type Ultra
Software Windows 10 Professional x64
Very nice, clean, simple site - in an era where the web is constantly becoming more and more cluttered with crap, this minimalism is a breathe of fresh air. Well done!

In terms of functionality, I would personall like to see support for HEDT boards e.g. Threadripper/TRX40.
 

flashmyboard

New Member
Joined
Nov 4, 2024
Messages
3 (0.08/day)
Technically it's self-promotion, from a new user with zero history at TPU. But we will allow it. It's non-commercial and the purpose aligns very well with our audience.

I assume you are scraping the relevant pages at mobo mfgrs?
Thought about serving the files from your site, so they are preserved in case a vendor removes/goes out of business?
Thanks for approving the post! Yes, I have system that gets the latest information from each of the motherboard manufacturers multiple times a day. I certainly could serve the files from the site, but I think there is some benefit to being able to verify that the BIOS is coming straight from the manufacturer. That said, I will look into archiving them offline so that if the need arises in the future I can put them up.
Very nice, clean, simple site - in an era where the web is constantly becoming more and more cluttered with crap, this minimalism is a breathe of fresh air. Well done!

In terms of functionality, I would personall like to see support for HEDT boards e.g. Threadripper/TRX40.
Adding HEDT would be a simple affair, especially since there are <50 motherboards to support all of Threadripper.
 

W1zzard

Administrator
Staff member
Joined
May 14, 2004
Messages
27,908 (3.71/day)
Processor Ryzen 7 5700X
Memory 48 GB
Video Card(s) RTX 4080
Storage 2x HDD RAID 1, 3x M.2 NVMe
Display(s) 30" 2560x1600 + 19" 1280x1024
Software Windows 10 64-bit
I'm curious, what's the software stack you are using?
 

flashmyboard

New Member
Joined
Nov 4, 2024
Messages
3 (0.08/day)
It's a react frontend, a flask API backend, and then python for a number of backend services. Resulted in a pretty snappy front-end with no page loads, and a lightweight API. Anything more would have felt a bit overkill.
 
Joined
Dec 26, 2009
Messages
47 (0.01/day)
Looks like a great resource, especially amidst the often obtuse, clunky site UI's of vendors, when trying to get at a BIOS update or changelog.

My concern was if this could be a disguised email->motherboard data harvest, but per the privacy policy, it appears this is not the case. Props!
 

Attachments

  • FlashMyBoard-PrivacyPolicy.png
    FlashMyBoard-PrivacyPolicy.png
    18.8 KB · Views: 3
Top