laanwj / k210-sdk-stuff

Kendryte K210 / MaixGo stuff
ISC License
141 stars 31 forks source link

working successfully on the MAiX GO? #7

Closed pdp7 closed 4 years ago

pdp7 commented 4 years ago

I just asked on Twitter but got the response that it is not working: https://twitter.com/carlosedp/status/1245461518587777026

but that Damien might have some solution: https://twitter.com/carlosedp/status/1245462016346783746

Thanks for your efforts. I'm interested to help out.

laanwj commented 4 years ago

FWIW it was working for me, the Maix Go is the only Maix device I have and use for development. The esptun intentionally does no dynamic allocation of any kind to optimize memory usage.

However, even with that I didn't get further than pinging due to memory fragmentation issues with busybox. I guess it is a fragile balance of kernel/busybox features versus memory use that makes it work for me.

pdp7 commented 4 years ago

Thanks for the insights