I would like to modify an RTX4060 mxm to work in my Dell Precision M4800. Yes, i know: it doesn't work. I have read on the matter and i think i can make it work, but!! I would need to confirm that there's a writable EEPROM on the gpu i am going to buy. So what's the matter, just ask the seller.....and that's the real problem: the seller is Peladn....so:
Is there someone that have a RTX4060 mxm from peladn and can send me a photo of the chips on the board? The GPU should have the BIOS chip and an EEPROM of 256bytes that contains the ID of the card...i would need to know if the EEPROM chip it's writable (so the model written on it would be helpful)....i would not dare to ask a dump of it....but the id could be read from linux (from a laptop that can enumerate it obviously) with:
sudo modprobe i2c-dev
sudo i2cdetect -l
sudo i2cdetect -y 1
sudo i2ctransfer -f -y 1 r256@0x50 > dump.bin
xxd dump.bin | head
Thanks!