You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Micropython core bin dosyası kullandığım kartı desteklemiyor.
Unexpected chip id in image. Expected 9 but value was 0. Is this image for a different chip model?
Sorun yaşamış olduğunuz en temel kod bloğu:
Hata ile karşılaşırken gerçekleştirdiğiniz adımları belirtin:
Buton tuşuna basılı tutarken reset tuşuna basıyorum ve cihaz bin dosyası yüklemeye hazır hale geliyor.
Thony uygulaması ile Port ve bin dosyasını seçip işleme başlatıyorum
Eski yazılımı siliyor
yeni yazılımı yazarken hata veriyor.
--force parametresi ile konsoldan denediğimde yüklemeyi gerçekleştiriyor.
Thony ile bağlandığımda thony ekran görüntüsünde gözüken hatayı veriyor.
Reset butonuna batığımda bağlantı kesiliyor. tx led'i aralıksız yanıyor.
Beklenen çıktı:
Yüklemenin sorunsuz çalışması
Hata mesajı:
/home/sametatabasch/apps/thonny/bin/python3.10 -u -m esptool --port /dev/ttyACM0 write_flash --flash_mode keep --flash_size detect 0x1000 /home/sametatabasch/Downloads/deneyapkart_micropython_v1.0.0.bin
esptool.py v4.6.2
Serial port /dev/ttyACM0
Connecting...
Detecting chip type... ESP32-S3
Chip is ESP32-S3 (revision v0.1)
Features: WiFi, BLE
Crystal is 40MHz
MAC: f4:12:fa:df:3a:48
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 4MB
Unexpected chip id in image. Expected 9 but value was 0. Is this image for a different chip model?
A fatal error occurred: /home/sametatabasch/Downloads/deneyapkart_micropython_v1.0.0.bin is not an ESP32-S3 image. Use --force to flash anyway.
Write command returned with error code 2
Ekran görüntüleri:
Ek kaynak:
Sorunuzu tanımlama için eklemek istediğiniz ek kaynakları burada paylaşın.
The text was updated successfully, but these errors were encountered:
sametatabasch
changed the title
Deneyap kart !a v2 uyumsuzluğu
Deneyap kart 1a v2 uyumsuzluğu
Jun 21, 2023
Donanım:
Hata tanımı:
Micropython core bin dosyası kullandığım kartı desteklemiyor.
Unexpected chip id in image. Expected 9 but value was 0. Is this image for a different chip model?
Sorun yaşamış olduğunuz en temel kod bloğu:
Hata ile karşılaşırken gerçekleştirdiğiniz adımları belirtin:
Beklenen çıktı:
Yüklemenin sorunsuz çalışması
Hata mesajı:
/home/sametatabasch/apps/thonny/bin/python3.10 -u -m esptool --port /dev/ttyACM0 write_flash --flash_mode keep --flash_size detect 0x1000 /home/sametatabasch/Downloads/deneyapkart_micropython_v1.0.0.bin
esptool.py v4.6.2
Serial port /dev/ttyACM0
Connecting...
Detecting chip type... ESP32-S3
Chip is ESP32-S3 (revision v0.1)
Features: WiFi, BLE
Crystal is 40MHz
MAC: f4:12:fa:df:3a:48
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 4MB
Unexpected chip id in image. Expected 9 but value was 0. Is this image for a different chip model?
A fatal error occurred: /home/sametatabasch/Downloads/deneyapkart_micropython_v1.0.0.bin is not an ESP32-S3 image. Use --force to flash anyway.
Write command returned with error code 2
Ekran görüntüleri:
Ek kaynak:
Sorunuzu tanımlama için eklemek istediğiniz ek kaynakları burada paylaşın.
The text was updated successfully, but these errors were encountered: