<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved)]]></title><description><![CDATA[<p dir="auto"><code>upload time out error log</code></p>
<pre><code>esptool.py v2.8-dev
Serial port /dev/cu.usbserial-xxxxxxx
Connecting........_____....._____....._____....._____....._____....._____....._____

A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
</code></pre>
<p dir="auto">Solution1: When programming, short the G0 to GND using the DuPont line. （For M5StickC）</p>
<p dir="auto">Solution2：<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/software/Updater_FW20200422" target="_blank" rel="noopener noreferrer nofollow ugc">Click here to download the serial chip firmware update tool (MacOS version only) ,</a> enter</p>
<p dir="auto"><strong>This is only for update M5StickC or M5Atom Series USB Controller's Firmware , using it for any other purpose may cause damage to your devices.<br />
When you are using this software, make sure you have a reliable connection to your device. Any disruption during the process will cause the device not functioning.</strong></p>
<p dir="auto"><strong>NO WARRANTIES：</strong><br />
To the extent permitted by applicable law, neither wsdot,nor any person, either expressly or implicitly, warrants any aspect ofthis software or program, including any output or results of this softwareor program. Unless agreed to in writing. This software and program is being provided "as is", without any warranty of any type or nature,either express or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose,and any warranty that this software or program is free from defects.</p>
<pre><code>chmod +x Updater_FW20200422
</code></pre>
<p dir="auto">in the terminal in the save directory, and modify the executable permissions. Then connect the M5StickC device to the computer, double-click to open the tool, follow the operation prompts, press the Enter key to run, and wait for the burning to complete.</p>
<p dir="auto"><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/Updates_log/Updater_FW20200114_A2_BTV231_01.webp" alt="替代文字" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/Updates_log/Updater_FW20200114_A2_BTV231_02.webp" alt="替代文字" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/1591/m5stickc-atom-on-macos-catalina-can-t-upload-esp32-timed-out-waiting-for-packet-header-solution-solved</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 11:44:54 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1591.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Jan 2020 12:04:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Tue, 05 Apr 2022 04:43:01 GMT]]></title><description><![CDATA[<p dir="auto">I'm on Mac OS 12.2.1, and I'm running into the problem listed in this topic.</p>
<p dir="auto">Changing baud rate to 460800<br />
Changed.<br />
Configuring flash size...</p>
<p dir="auto">A fatal error occurred: Timed out waiting for packet header<br />
*** [upload] Error 2<br />
============================================= [FAILED] Took 4.46 seconds =============================================<br />
The terminal process "platformio 'run', '--target', 'upload'" terminated with exit code: 1.</p>
<p dir="auto">When using the supplied firmware update tool, I'm getting following error:</p>
<p dir="auto">Detecting M5Stack products.<br />
Find M5Stack products.<br />
Kernel driver deteched.<br />
Apply magic success.</p>
<p dir="auto">Fail to cast magic stage 2, please contact vendor.<br />
Waiting for device in DFU mode.....................<br />
Saving session...<br />
...copying shared history...<br />
...saving history...truncating history files...<br />
...completed.</p>
<p dir="auto">[Process completed]</p>
<p dir="auto">Any suggestions would be appreciated.  Thank you!</p>
]]></description><link>https://community.m5stack.com/post/17113</link><guid isPermaLink="true">https://community.m5stack.com/post/17113</guid><dc:creator><![CDATA[peasus]]></dc:creator><pubDate>Tue, 05 Apr 2022 04:43:01 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Wed, 05 May 2021 21:37:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/6514">@DannyG86</a> can you please post your "platformio.ini" file? And also your #include and setup() code. I am on mac Big Sur v11.3 and can reliably program M5StickC, StickC Plus, Atom and Fire using PlatformIO.</p>
]]></description><link>https://community.m5stack.com/post/13730</link><guid isPermaLink="true">https://community.m5stack.com/post/13730</guid><dc:creator><![CDATA[patf]]></dc:creator><pubDate>Wed, 05 May 2021 21:37:27 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Sun, 07 Feb 2021 15:00:13 GMT]]></title><description><![CDATA[<p dir="auto">I've got similar problems: Not being able to burn anything from VSCode/PlatformIO with the same error message.<br />
Running under macOS Big Sur. Trying to use the M5AtomLite</p>
<p dir="auto">I finally got it working under Arduino IDE, being able to burn code.<br />
The UIFlo software also works, partially. With the M5Burner I can erase and burn the UIFlow software, setting it to USB mode, and after that, it is able to burn a new program with UIFlow (using 1.7.2 beta). But after each burn, the connection gets lost and I need to go to M5Burner separately, erase the Atom and burn UIFlow again, and setting it to USB-mode.</p>
<p dir="auto">But my prime concern is using VSCode, which doesn't work<br />
Using Board definition pico32.</p>
]]></description><link>https://community.m5stack.com/post/12369</link><guid isPermaLink="true">https://community.m5stack.com/post/12369</guid><dc:creator><![CDATA[DannyG86]]></dc:creator><pubDate>Sun, 07 Feb 2021 15:00:13 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Wed, 03 Feb 2021 04:20:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1088">@tokuhira</a> when you received the product can't upload programs?  the machine that failed to update, can the program be burned normally now?</p>
]]></description><link>https://community.m5stack.com/post/12258</link><guid isPermaLink="true">https://community.m5stack.com/post/12258</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Wed, 03 Feb 2021 04:20:18 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Tue, 02 Feb 2021 16:04:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1">@m5stack</a></p>
<p dir="auto">Hi, I have two M5Stick-Cs purchased in the same lot, one succeeded in updating this firmware, the other failed. The error display is as follows. Is there any countermeasure?</p>
<p dir="auto">% ./Updater_FW20200422</p>
<p dir="auto">==================== M5 Serial Converter Firmware Updater ====================</p>
<pre><code>FW Version: ft232_OD_20200422
:
:
</code></pre>
<p dir="auto">==========================================================================</p>
<p dir="auto">Press enter to continue . . .</p>
<p dir="auto">Detecting M5Stack products.<br />
Find M5Stack products.<br />
Kernel driver deteched.<br />
Apply magic success.<br />
Waiting for device in DFU mode...<br />
Find M5Stack device in DFU mode.<br />
Traceback (most recent call last):<br />
File "m5stick_firmware_upgrader_OD_20200422.py", line 97, in &lt;module&gt;<br />
File "site-packages/usb/core.py", line 869, in set_configuration<br />
File "site-packages/usb/core.py", line 102, in wrapper<br />
File "site-packages/usb/core.py", line 148, in managed_set_configuration<br />
File "site-packages/usb/backend/libusb1.py", line 794, in set_configuration<br />
File "site-packages/usb/backend/libusb1.py", line 595, in _check<br />
usb.core.USBError: [Errno None] Other error<br />
[6711] Failed to execute script m5stick_firmware_upgrader_OD_20200422<br />
%</p>
]]></description><link>https://community.m5stack.com/post/12244</link><guid isPermaLink="true">https://community.m5stack.com/post/12244</guid><dc:creator><![CDATA[tokuhira]]></dc:creator><pubDate>Tue, 02 Feb 2021 16:04:18 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Sun, 03 Jan 2021 11:46:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1">@m5stack</a>: I finally fixed "my" problem being not able to "see"  the Atom Matrix on a mac with 10.15.x!!! At first I suspected a Wacom tablet driver which interferes with my serial port, but at the end it was an old FTDI driver helper named D2xxHelper. I figured out the problem by issuing this command</p>
<p dir="auto">sudo ioreg -lirc IOUSBHostInterface</p>
<p dir="auto">It gives detailed information on the USB connections and its drivers. For the "M5 Serial Converter" it stated the the D2xxHelper as driver (helper). By removing this old driver and rebuilding the kernel cache I was finally able to "see" my Atom Matrix on Catalina. Enclosed my commands:</p>
<p dir="auto">sudo rm -rf /Library/Extensions/D2xxHelper.kext<br />
sudo kextcache -i /</p>
<p dir="auto">After this I've rebooted my mac.</p>
]]></description><link>https://community.m5stack.com/post/11525</link><guid isPermaLink="true">https://community.m5stack.com/post/11525</guid><dc:creator><![CDATA[HerrLehmann]]></dc:creator><pubDate>Sun, 03 Jan 2021 11:46:29 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Tue, 10 Nov 2020 11:33:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1">@m5stack</a> My issue where not knowing about setting the Atom Lite in USB mode. And I got confused about the USB firmware upgrade that you described in your initial post as I get the error message that the Update program is not able to set the device in DFU mode. Anyways, things seems to work. Thank you.</p>
]]></description><link>https://community.m5stack.com/post/10697</link><guid isPermaLink="true">https://community.m5stack.com/post/10697</guid><dc:creator><![CDATA[Finnsen]]></dc:creator><pubDate>Tue, 10 Nov 2020 11:33:52 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Tue, 10 Nov 2020 11:31:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/700">@lukasmaximus</a> Thank you for your video. I did not know about setting the device in USB mode as you video explained. I am now getting things to work. Thanks. :)</p>
]]></description><link>https://community.m5stack.com/post/10696</link><guid isPermaLink="true">https://community.m5stack.com/post/10696</guid><dc:creator><![CDATA[Finnsen]]></dc:creator><pubDate>Tue, 10 Nov 2020 11:31:54 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Tue, 10 Nov 2020 02:04:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4954">@finnsen</a> I mean,  If above these solutions still cannot be solved, even if change the computer system(use win10) , use the different flash tool, setup low upload speed(baud 115200),  it cannot be solved, then there may be a product problem. Please contact the store for a replacement.  and, we recommend that you use the official version of the operating system, not the preview/beta version. In some preview versions, the driver will not work properly</p>
]]></description><link>https://community.m5stack.com/post/10678</link><guid isPermaLink="true">https://community.m5stack.com/post/10678</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Tue, 10 Nov 2020 02:04:22 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Tue, 10 Nov 2020 01:50:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4954">@finnsen</a> I didn't catch what you were trying to flash to your device, if you are trying to update uiflow firmware on the device with M5Burner and it fails, have you tried using esptool to flash firmware? if you were uploading an arduino program there are known issues with all esp32 devices on catalina not just m5stack <a href="https://github.com/arduino/Arduino/issues/9438" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/arduino/Arduino/issues/9438</a> I did make a video a while back ( <a href="https://www.youtube.com/watch?v=MTCjKhVKOto" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=MTCjKhVKOto</a>) about using m5stack devices on catalina and I didn't seem to come across any of the issues you mentioned, perhaps the issues are with a later revision of catalina, I'll update and take a look when I get chance.</p>
]]></description><link>https://community.m5stack.com/post/10677</link><guid isPermaLink="true">https://community.m5stack.com/post/10677</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Tue, 10 Nov 2020 01:50:59 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Mon, 09 Nov 2020 07:21:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1">@m5stack</a> What do you mean by contacting the store, how can they help me resolve the issue? Or do you mean to return the product?</p>
]]></description><link>https://community.m5stack.com/post/10658</link><guid isPermaLink="true">https://community.m5stack.com/post/10658</guid><dc:creator><![CDATA[Finnsen]]></dc:creator><pubDate>Mon, 09 Nov 2020 07:21:33 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Mon, 09 Nov 2020 05:54:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4954">@finnsen</a> if you try these solution still can't solve the problem. you could contact the store</p>
]]></description><link>https://community.m5stack.com/post/10657</link><guid isPermaLink="true">https://community.m5stack.com/post/10657</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Mon, 09 Nov 2020 05:54:34 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Sun, 08 Nov 2020 19:03:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4187">@climbingrose</a> I have that same problem as well. It would be nice if <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1">@m5stack</a> could support their products in a better manner and give us a good receipt to fix the issues.</p>
]]></description><link>https://community.m5stack.com/post/10654</link><guid isPermaLink="true">https://community.m5stack.com/post/10654</guid><dc:creator><![CDATA[Finnsen]]></dc:creator><pubDate>Sun, 08 Nov 2020 19:03:27 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Tue, 01 Sep 2020 21:40:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4187">@climbingrose</a> I have same problem. Have you found any solution?</p>
]]></description><link>https://community.m5stack.com/post/9907</link><guid isPermaLink="true">https://community.m5stack.com/post/9907</guid><dc:creator><![CDATA[Re4DeR]]></dc:creator><pubDate>Tue, 01 Sep 2020 21:40:47 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Wed, 19 Aug 2020 00:47:34 GMT]]></title><description><![CDATA[<p dir="auto">I'm trying to apply firmware update on Catalina and having this error message:</p>
<blockquote>
<p dir="auto">Detecting M5Stack products.<br />
Find M5Stack products.<br />
Kernel driver deteched.<br />
Apply magic success.</p>
</blockquote>
<blockquote>
<p dir="auto">Fail to cast magic stage 2, please contact vendor<br />
Wating for device in DFU mode..................................</p>
</blockquote>
<p dir="auto">Any idea?</p>
]]></description><link>https://community.m5stack.com/post/9727</link><guid isPermaLink="true">https://community.m5stack.com/post/9727</guid><dc:creator><![CDATA[climbingrose]]></dc:creator><pubDate>Wed, 19 Aug 2020 00:47:34 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Fri, 22 May 2020 09:50:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1">@m5stack</a> : Yes, I did. By further investigating the driver, it looks like they are not working due to signing issues. I found this thread <a href="https://www.ftdicommunity.com/index.php?topic=409.msg1171#msg1171" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.ftdicommunity.com/index.php?topic=409.msg1171#msg1171</a></p>
<p dir="auto">I'm waiting on this rerelease, than I'll let you know. Thanks.</p>
]]></description><link>https://community.m5stack.com/post/8783</link><guid isPermaLink="true">https://community.m5stack.com/post/8783</guid><dc:creator><![CDATA[HerrLehmann]]></dc:creator><pubDate>Fri, 22 May 2020 09:50:51 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Tue, 19 May 2020 12:53:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2732">@nsfilho</a> don't update to 10.15.04....</p>
]]></description><link>https://community.m5stack.com/post/8731</link><guid isPermaLink="true">https://community.m5stack.com/post/8731</guid><dc:creator><![CDATA[Pumpui]]></dc:creator><pubDate>Tue, 19 May 2020 12:53:04 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Tue, 19 May 2020 11:27:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/3008">@herrlehmann</a> did you have try to install the FTDI driver : <a href="https://www.ftdichip.com/Drivers/VCP.htm" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.ftdichip.com/Drivers/VCP.htm</a></p>
]]></description><link>https://community.m5stack.com/post/8730</link><guid isPermaLink="true">https://community.m5stack.com/post/8730</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Tue, 19 May 2020 11:27:06 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Tue, 19 May 2020 10:42:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1">@m5stack</a> did you dig any deeper into this? I'm still unable to use the M5Atom Matrix on my mac with Catalina. I started over again by installing and deinstalling stuff, but no new device appears. The system recognizes the M5Atom Matrix by naming a M5 Serial Converter with following information:</p>
<p dir="auto">Produkt-ID:	0x6001<br />
Hersteller-ID:	0x0403  (Future Technology Devices International Limited)<br />
Version:	4.00<br />
Seriennummer:	79525701B4<br />
Geschwindigkeit:	Bis zu 12 MBit/s<br />
Hersteller:	M5STACK Inc.<br />
Standort-ID:	0x14500000 / 6<br />
Verfügbare Stromstärke (mA):	500<br />
Erforderliche Stromstärke (mA):	100<br />
Zusätzlicher Betriebsstrom (mA):	0</p>
<p dir="auto">I also applied the firmware update many times successfully.</p>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1">@m5stack</a> : Any other ideas? I'd like to play with it.</p>
]]></description><link>https://community.m5stack.com/post/8728</link><guid isPermaLink="true">https://community.m5stack.com/post/8728</guid><dc:creator><![CDATA[HerrLehmann]]></dc:creator><pubDate>Tue, 19 May 2020 10:42:06 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Fri, 13 Mar 2020 21:53:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1">@m5stack</a> said in <a href="/post/7729">M5StickC and ATOM on MacOS Catalina can't upload programs solustion</a>:</p>
<blockquote>
<p dir="auto">/Library/Extensions/FTDIKext.kext</p>
</blockquote>
<p dir="auto">I had access to a Windows machine and was able to use the easy loader on my M5Atom Matrix. It is working on Windows.</p>
<p dir="auto">For my mac:<br />
Yes, I installed the FTDI driver, but they did not work. I've removed them as suggested, but it didn't change anything. There is still no device appearing in /dev/, so it is not accessible.</p>
]]></description><link>https://community.m5stack.com/post/7734</link><guid isPermaLink="true">https://community.m5stack.com/post/7734</guid><dc:creator><![CDATA[HerrLehmann]]></dc:creator><pubDate>Fri, 13 Mar 2020 21:53:18 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Fri, 13 Mar 2020 08:58:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/3008">@herrlehmann</a> did you installed the FTDI driver?  you could try delete  both  below files. then connect your device try again.</p>
<pre><code>/Library/Extensions/FTDIUSBSerialDriver.kext
/Library/Extensions/FTDIKext.kext
</code></pre>
]]></description><link>https://community.m5stack.com/post/7729</link><guid isPermaLink="true">https://community.m5stack.com/post/7729</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Fri, 13 Mar 2020 08:58:01 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Fri, 13 Mar 2020 08:30:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/3131">@rschdev</a> clearly. this is a compiling error . you should check the error information ,  and check you program.</p>
]]></description><link>https://community.m5stack.com/post/7728</link><guid isPermaLink="true">https://community.m5stack.com/post/7728</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Fri, 13 Mar 2020 08:30:45 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Thu, 12 Mar 2020 19:57:18 GMT]]></title><description><![CDATA[<p dir="auto">My new m5stick-C are showing up on the MacOS (10.15.3) as M5 Serial Converter, and in the Arduino IDE (latest edition).  I have applied the updater as suggested in this thread, and still get this response when trying to upload from the IDE to the device:  "fork/exec /Applications/Arduino 2.app/Contents/Java/tools-builder/ctags/5.8-arduino11/ctags: bad CPU type in executable<br />
Error compiling for board M5Stick-C."</p>
]]></description><link>https://community.m5stack.com/post/7725</link><guid isPermaLink="true">https://community.m5stack.com/post/7725</guid><dc:creator><![CDATA[RschDev]]></dc:creator><pubDate>Thu, 12 Mar 2020 19:57:18 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC&#x2F;ATOM on MacOS Catalina can&#x27;t upload&#x2F; ESP32: Timed out waiting for packet header solution (Solved) on Wed, 11 Mar 2020 22:03:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1">@m5stack</a></p>
<p dir="auto">No, the is (un)fortunately no Windows machine. I'm a little confused about the fact, that the above mentioned firmware is running without any problem. So there needs to be a connection between mac to m5atom in some way — or how is it writing to the device?</p>
]]></description><link>https://community.m5stack.com/post/7719</link><guid isPermaLink="true">https://community.m5stack.com/post/7719</guid><dc:creator><![CDATA[HerrLehmann]]></dc:creator><pubDate>Wed, 11 Mar 2020 22:03:50 GMT</pubDate></item></channel></rss>