這版本問題我解決了:
1. ssl_compat.h 找不到的問題。最終找到是名稱問題,改完後編譯成功了。issue發了以後,貴公司RD也在今天中午修正推到github。
2. 編譯完以後link的時候卻跟我說:eagle.app.v6.out section `.irom0.text' will not fit in region `irom0_0_seg'。我也找到問題了,eagle.app.v6.ld裡面設置的irom0_0_seg可能太小,原本才0x3c000,250K...這樣example要怎麼跑?因為我使用ESP-12的板我改成了0x7c000。所以最後的MEMORY內容是
MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x18000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40240000, len = 0x7C000
}
3. OK,總算.bin生出來了,乖乖地使用了 Flash tool 來下載,我的設定如下:
http://i.imgur.com/JJpZEIk.png
跑完上電,結果印了些亂碼就停止了。
4. 現在卡在這兒了,希望反映在這邊能有人跟我討論這個問題
[已解決] RTOS_SDK V1.3 我跑不起任何範例...
-
- Posts: 44
- Joined: Sat Oct 17, 2015 4:49 pm
Re: [已解決] RTOS_SDK V1.3 我跑不起任何範例...
Postby marhc_seven » Thu Nov 12, 2015 1:36 pm
感觉 技术支持真的跟不上!!!!基本的都是用户自己解决问题!
Who is online
Users browsing this forum: No registered users and 139 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.