Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SD Karte wir nicht richtig initialisiert #3395

Closed
Gerd2809 opened this issue Nov 21, 2024 · 4 comments
Closed

SD Karte wir nicht richtig initialisiert #3395

Gerd2809 opened this issue Nov 21, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Gerd2809
Copy link

The Problem

Wenn man den ESP32 mit der Version 16.0.0-RC4 flasht und anschließend die SD-Karte mit dem Upload des ZIP-File versucht zu initialisieren, kommt eine Fehlermeldung
Grund der Fehlermeldung ist das die Ordner zwar angelegt, aber leer sind --> keine Daten im html-Ordner

Version

Release: 16.0.0-RC4 (Commit: 0a4560e+)

Logfile

[0d00h00m00s] 2024-11-21T12:28:31 <INF> [MAIN] =================================================
[0d00h00m00s] 2024-11-21T12:28:31 <INF> [MAIN] ==================== Start ======================
[0d00h00m00s] 2024-11-21T12:28:31 <INF> [MAIN] =================================================
[0d00h00m00s] 2024-11-21T12:28:31 <INF> [MAIN] PSRAM size: 8388608 byte (8MB / 64MBit)
[0d00h00m00s] 2024-11-21T12:28:31 <INF> [MAIN] Total heap: 4382779 byte
[0d00h00m02s] 2024-11-21T12:28:34 <INF> [MAIN] Camera info: PID: 0x26, VER: 0x42, MIDL: 0x7f, MIDH: 0xa2
[0d00h00m02s] 2024-11-21T12:28:34 <INF> [SDCARD] Basic R/W check started...
[0d00h00m02s] 2024-11-21T12:28:34 <INF> [SDCARD] Basic R/W check successful
[0d00h00m02s] 2024-11-21T12:28:34 <INF> [SNTP] TimeServer: 10.0.20.1
[0d00h00m02s] 2024-11-21T12:28:34 <INF> [SNTP] Configuring NTP Client...
[0d00h00m02s] 2024-11-21T13:28:34 <INF> [SNTP] Time zone set to CET-1CEST,M3.5.0,M10.5.0/3
[0d00h00m02s] 2024-11-21T13:28:34 <INF> [SNTP] time zone: +0100 Delta to UTC: 3600 seconds
[0d00h00m02s] 2024-11-21T13:28:34 <INF> [SNTP] Time is already set: 2024-11-21 13:28:34
[0d00h00m02s] 2024-11-21T13:28:34 <INF> [MAIN] CPU frequency: 160 MHz
[0d00h00m03s] 2024-11-21T13:28:34 <INF> [SDCARD] Folder/file presence check started...
[0d00h00m03s] 2024-11-21T13:28:34 <INF> [SDCARD] Folder/file presence check successful
[0d00h00m03s] 2024-11-21T13:28:34 <INF> [MAIN] Tag: '16.0.0-RC4', Release: 16.0.0-RC4 (Commit: 0a4560e+), Date/Time: 2024-10-06 22:22, Web UI: Release: 16.0.0-RC4 (Commit: 0a4560e+)
[0d00h00m03s] 2024-11-21T13:28:34 <INF> [MAIN] Reset reason: Via esp_restart
[0d00h00m03s] 2024-11-21T13:28:34 <INF> [WLANINI] SSID: IOT
[0d00h00m03s] 2024-11-21T13:28:34 <INF> [WLANINI] Password: XXXXXXXX
[0d00h00m03s] 2024-11-21T13:28:34 <INF> [WLANINI] Hostname: Testuhr
[0d00h00m03s] 2024-11-21T13:28:34 <INF> [WLANINI] RSSIThreshold: -75
[0d00h00m03s] 2024-11-21T13:28:34 <INF> [MAIN] WLAN config loaded, init WIFI...
[0d00h00m03s] 2024-11-21T13:28:34 <INF> [WIFI] Automatic interface config --> Use DHCP service
[0d00h00m03s] 2024-11-21T13:28:35 <INF> [WIFI] Set hostname to: Testuhr
[0d00h00m03s] 2024-11-21T13:28:35 <INF> [WIFI] Init successful
[0d00h00m07s] 2024-11-21T13:28:38 <INF> [WIFI] Connected to: IOT, RSSI: -76
[0d00h00m09s] 2024-11-21T13:28:40 <INF> [WIFI] Assigned IP: 10.0.20.75
[0d00h00m10s] 2024-11-21T13:28:42 <INF> [SNTP] Time is synced with NTP Server 10.0.20.1: 2024-11-21 13:28:42
[0d00h00m11s] 2024-11-21T13:28:43 <INF> [MAIN] Device info: CPU cores: 2, Chip revision: 100
[0d00h00m11s] 2024-11-21T13:28:43 <INF> [MAIN] SD card info: Name: SU08G, Capacity: 7580MB, Free: 7550MB
[0d00h00m13s] 2024-11-21T13:28:45 <INF> [MAIN] Initialization completed successfully
[0d00h00m15s] 2024-11-21T13:28:47 <INF> [TFLITE] Trying to load the model. If it crashes here, it ist most likely due to a corrupted model!
[0d00h00m15s] 2024-11-21T13:28:47 <INF> [TFLITE] Trying to load the model. If it crashes here, it ist most likely due to a corrupted model!
[0d00h00m15s] 2024-11-21T13:28:47 <INF> [LOGFILE] Set log level to ERROR

Expected Behavior

No response

Screenshots

No response

Additional Context

No response

@Gerd2809 Gerd2809 added the bug Something isn't working label Nov 21, 2024
@friedpa
Copy link

friedpa commented Nov 21, 2024

Man kann die SD Card Files auch manuell herunterladen und auf die SD Card übertragen. Vorher die config.ini sichern. Darauf achten, dass ein tflite Modell ausgewählt wurde.

@SybexX
Copy link
Collaborator

SybexX commented Nov 21, 2024

@Gerd2809 Ich weiß jetzt nicht wirklich, wie du das Update durchgeführt hast, deine Aussage kann man unterschiedlich verstehen^^

Der normale Updateverlauf:

Update1

Update2

und dann warten, warten, warten , bis die Seite neu geladen wird (kann mehrere Minuten dauern)

@Gerd2809
Copy link
Author

@SybexX
nicht Update --> ESP32 geflasht

aber SD-zip von der 1.5.7.0 eingespiel und damit in der Config die falschen Bezeichnungen, die Neuen im Bereich TakeImage beginnen mit Cam....

Danke für die versuchte Hilfe

@SybexX
Copy link
Collaborator

SybexX commented Nov 21, 2024

Die config.ini ist egal, jedoch nicht die anderen html Dateien, diese müssen zwingend von der passenden Version sein.

Repository owner locked and limited conversation to collaborators Nov 22, 2024
@caco3 caco3 converted this issue into discussion #3400 Nov 22, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants