Sebastian Kubala
Sebastian Kubala
Depends what you redirected. I am pretty sure that the default version redirects all partitions/sectors after bootloaders.
Oh yeah! Just remove the '< 0xd8000' checks from both read and write hooks and it will redirect the whole emmc. And if you want to redirect the MBR too...
Did you remove the sector 1 redirects? Try copying sd sector0 to sector1. You may also try dumping the MBR from vita to see if it redirected fine.
I am currently working on enso_ex v4.5 which is very different. I will see what i can do but most likely after v4.5 goes up.
potential bug? enso_ex shouldnt launch on firmware other than 3.65. will investigate
Should be fixed with https://github.com/SKGleba/enso_ex/pull/44 , pending final QA for release.
> just a question, what is the recommended way to upgrade 3.60 (with enso and sd2vita already installed) to 3.65 - so i can use this new version? 1) remove...
It seems like 3.60->3.65 they have updated the sysroot struct which is a pain to reverse (over 256 different pointers). That causes hang at sysmem start.
``` *(uint32_t *)(sysroot + 0x354) = (uint32_t)0xFFFFFFFF; *(uint32_t *)(sysroot + 0x35c) = (uint32_t)0; *(uint32_t *)0x51012556 = (uint32_t)0x3358f8d3; ``` to boot 3.60 firmware on 3.65 bootloaders. system fails tho, can't get...
you will need an older gzip, they removed the -k in the new ver, i will release a new ver soon