Remix.run Logo
londons_explore 2 days ago

I assume because you need to have a stolen firmware image to load on.

Bet the ram size is a compile time constant and therefore you need to get hold of firmware from a card with the amount of ram you intend to add.

metadat a day ago | parent [-]

Is it possible to extract the firmware and instead modify the blob? Or is the NV firmware cryptographically encrypted to disable such methods of tampering?

londons_explore a day ago | parent [-]

Even if you could modify the firmware, the RAM size being a compile time constant means it probably affects the memory map, all kinds of cache layouts, etc.