xperiments / xhost-pro

30 stars 12 forks source link

Advice on build #13

Open thefunkygibbon opened 1 year ago

thefunkygibbon commented 1 year ago

Hi @xperiments / Pedro,

I appreciate you may well not be bothering with this project any more, but as per my email which I assume you must not have seen a few weeks ago, could you please possibly point me in the right direction for correctly compiling your code, I'm happy to tweak it and release versions with newer builds of goldhen etc. I'm using it as an excuse to learn how to code a little bit so any help you could give would be greatly appriciated as i'm not sure how the actual goldhen files are included in building the .bin image to flash to the esp device.

thanks in advance.

HackZy01 commented 1 year ago

[embeding newer payloads without compilations] So, I know they won't reply fast so... to embed newer builds of GoldHen and etc.

You need FTP over to your ESP32 and well... extract the payloads you want to update (ghen@latest.900.bin.gz), and need to 1) Open it with a file manager (Tested with 7zip) 2) Rename your newer payload with it's name (goldhen_2.2.3_900.bin -> ghen@latest.900.bin) 3) Drag it into the file manager 4) Replace the old GZ file with a modified one

/pl/ - payloads / - menus and the filesystem

menu.json.gz - file containing all the text, so you can replace the version numbers

Here are the files I used to update my ESP32 to GoldHEN 2.3 (Tested and working) menu.json.gz ghen@latest.900.bin.gz

HackZy01 commented 1 year ago

Screenshot 20221226233752

SuperNeotendo commented 1 year ago

i always get error while compiling, program code too big for esp32-s2. what can i do?

Ok, did was @HackZy01 mentioned, ftp into esp and uploads a hen 2.3 bin working fine. now i wanted to read the flash with esptool but it hangs at 35%, even if i use exptool with --no-stub option i get an crc checksum invalid error.

sadly i can not make an hen 2.3 image from it