Cao Thai Duong

Results 11 comments of Cao Thai Duong

Hey hey hey, wait. Do you read the README yet? it's clearly written here: https://github.com/ducalex/retro-go#build-everything-and-generate-fw

ducalex's repo with 'dev' branch, with ``` CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y CONFIG_ESPTOOLPY_FLASHSIZE="4MB" ``` and no other changes. build log: ``` kaotd@Caos-MacBook-Pro ducalex_retro-go % python3 rg_tool.py build-fw launcher retro-run === Step: Building === Building...

Odroid-Go official document: https://wiki.odroid.com/odroid_go/odroid_go

> Regarding serial, it's possible that they haven't wired all the signals and you'd need to manually put the device in flash mode (like holding a button while powering up)....

I don't think is a software related problem. Are you using the Odroid-Go or custom diy? If it's custom diy, is lcd module or lcd only? If module, the voltage...

I got the same issue before too, this trick works for me. Skip the regulator by jumping J1 on the lcd module, then 3v3 to the vcc pin.

i2s dac or internal dac with amp? which amp board? if you planning to use the battery, you should use a 5vdc booster(recommend using power bank circuit), get 5v output...

My diy custom. Working good except some super small noise while charging. Parts list: lilygo t7 v1.5(esp32-wrover-e 16mb eeprom/8mb psram, support battery), ili9341 2.8 lcd, pam8302 2.5w amp(with some small...

try this: on device: root# **/usr/sbin/frida-server -l 0.0.0.0** forwarding ssh connect to mobile: `ssh -L 27042:127.0.0.1:27042 [email protected]` 192.168.0.153 is device ip just leave it alone then create new terminal window:...