Jump to content

[Research] Windows 7 and eMMC drives


Recommended Posts

Posted

Anyone has the ISO or at least the programs that User1732 used to get that result? I'm pretty new in this but I've been trying to get Windows 7 on my HP laptop for so long... It has a Hynix HGB4e for anyone asking.


Posted (edited)

I wanted to discuss an issue with porting Windows 8.1 drivers for BayTrail chipsets to Windows 7. George King mentioned that this isn't a straightforward process and would require some heavy modifications. The difficulty seems to arise from differences in functionality between Windows 8 and Windows 8.1.

Since newer chipsets typically bring additional features, I started digging around for register maps for both the "older" BayTrail and "newer" Braswell chipsets. What I found is that the base registers of these two chipsets are quite similar. This leads me to think that with the correct initialization values, it might be possible to adapt the Braswell-compatible driver to work with BayTrail.

Has anyone here tried something like this? I'd appreciate any insights, especially regarding possible challenges or tweaks that might be needed to make this work.

Looking forward to hearing your thoughts!

 

Baytrail:

https://www.mouser.com/datasheet/2/612/atom-e3800-family-datasheet-1522396.pdf

(pdf-page 1806+)

bay_trail_valleyview_registermap.png.f467f1fc210f89e54fdf6ec9aa64b7be.png

 

Braswell:

https://cdrdv2.intel.com/v1/dl/getContent/332093?fileName=pentium-celeron-n-series-datasheet-vol-2.pdf

(pdf-page: 1866+)

cherry_trail_braswell_registermap.png.b7da765e5b9f3fbd56185ac29930914e.png

Edited by Ratte
  • 1 month later...
  • 8 months later...
Posted (edited)
On 4/30/2024 at 12:30 AM, User1732 said:

I've actually gotten this to work, here's what I did:

I tried this on my Dell Wyse 5070 GeminiLake but Win7 installer still not see eMMC disk. My disk ID: PCI\VEN_8086&DEV_31CC

I tried also replace some Vendor Device e.g. TED PCI\VEN_1679&DEV_3000 to PCI\VEN_8086&DEV_31CC in sdbus.inf but still not help:

dism /mount-wim /wimfile:boot.wim /index:2 /mountdir:mount
dism /image:mount /add-driver /forceunsigned /driver:eMMC
dism /image:mount /add-package /packagepath:Windows6.1-KB2732471-v2-x64.msu
dism /unmount-wim /mountdir:mount /commit

I run installer pressing F8 then select Disable Driver Signature Enforcement

Edited by reboot12

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...