please try:
sudo kextunload -bundle-id com.FTDI.driver.FTDIUSBSerialDriver
but this is a negative impact, the uart channel has been closed as well. i don't have solution for this yet.
Search found 4 matches
- Mon Jul 02, 2018 3:21 am
- Forum: General Discussion
- Topic: OpenOCD for ESP32-devkit-C with FT232HL on macOS
- Replies: 2
- Views: 4114
- Thu Jun 28, 2018 6:21 am
- Forum: ESP-IDF
- Topic: reboot exception when porting micropython to latest esp-idf version
- Replies: 3
- Views: 4169
Re: reboot exception when porting micropython to latest esp-idf version
this issue is caused by bootloader ld changes which cause bootloader mapping issue for micropython. after create custom bootloader ld file, this issue is solved.
- Wed Jun 27, 2018 3:54 am
- Forum: ESP-IDF
- Topic: reboot exception when porting micropython to latest esp-idf version
- Replies: 3
- Views: 4169
Re: reboot exception when porting micropython to latest esp-idf version
rst:0x1 (POWERON_RESET),boot:0x3e (SPI_FAST_FLASH_BOOT)
flash read err, 1000
why flash read err when reset. since there is no any source code here, need expert to help!!
flash read err, 1000
why flash read err when reset. since there is no any source code here, need expert to help!!
- Tue Jun 26, 2018 2:04 pm
- Forum: ESP-IDF
- Topic: reboot exception when porting micropython to latest esp-idf version
- Replies: 3
- Views: 4169
reboot exception when porting micropython to latest esp-idf version
HW: ESP32-WROVER-KIT ESP_IDF GIT VERSION: 43b6c76 or greater after make micropython and deploy, the system cannot boot success and throw a exception: Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x3e (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ets Jun 8 2016 00:22:57 rst:0x10 (RTCW...