-->
Page 1 of 2

Getting upgrade to SDK 3.0.1 NONOS

PostPosted: Mon Oct 21, 2019 5:15 am
by Agentsmithers
Has anyone gotten this upgrade to work? I've tried a few ways going from open-esp-sdk 2.2.0 the pulling the 344 fork to get to version 3.0 but the moment I flash with all the same project data I just get a bunch of garbage on the screen (After I add the Pre_user_init). Then I tried VisualGBD and that seems to only support 2.2.0 as well.. Anyone know how to get the upgrade working in either environment?
Is the 3.0.1 SDK only for RTOS? is NONOS SDK no longer being upgraded after 2.2.0 (Just want to confirm)
If anyone has any cycles i wouldn't mind buying some of your time to help setup an environment together (Virtual Box).
Thanks!
-Agent

Update: I found this, Anyone have anything a bit more up to date?
https://piers.rocks/esp8266/espressif/s ... ainer.html

Re: Getting upgrade to SDK 3.0.1 NONOS

PostPosted: Mon Oct 21, 2019 5:37 am
by davydnorris
I've been using latest for ages - there's a little bit of work to do to migrate but it's simple

Re: Getting upgrade to SDK 3.0.1 NONOS

PostPosted: Mon Oct 21, 2019 6:08 am
by Agentsmithers
davydnorris wrote:I've been using latest for ages - there's a little bit of work to do to migrate but it's simple


Well nice to know, I can't seem to get mine to work for the life of me so I've been stuck on 2.2.0 for months now.
https://sysprogs.com/w/forums/topic/esp8266-new-sdk/

After reviewing above is NONOSSDK and IOT the same SDK. The names seem to be used interchangeably.

Davey, Have you gotten the latest SDK to work on NONOTA, In the thread posted in my URL it seems the partition table does not work for NONOTA? Maybe that's my issue this whole time?

*Update* I tried with OTA and gave me the same result.

Re: Getting upgrade to SDK 3.0.1 NONOS

PostPosted: Mon Oct 21, 2019 7:19 am
by Agentsmithers
Agentsmithers wrote:
davydnorris wrote:I've been using latest for ages - there's a little bit of work to do to migrate but it's simple


Well nice to know, I can't seem to get mine to work for the life of me so I've been stuck on 2.2.0 for months now.
https://sysprogs.com/w/forums/topic/esp8266-new-sdk/

After reviewing above is NONOSSDK and IOT the same SDK. The names seem to be used interchangeably.

Davey, Have you gotten the latest SDK to work on NONOTA, In the thread posted in my URL it seems the partition table does not work for NONOTA? Maybe that's my issue this whole time?

*Update* I tried with OTA and gave me the same result.


It seems my first few attempts of getting v3 to work (Using git on 344, stashing or commiting the changes then pulling a fresh copy of the upgrade),running make, crosstool-ng did not take longer then 60 seconds to execute and finish. From what I recall it normally takes 40 minutes.. Maybe clean-sdk doesn't clean CrossTools-NG and causing the rebuild to fail at some stage maybe?