-
Notifications
You must be signed in to change notification settings - Fork 782
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
Espressif Esp TinyUsb component doesn't match on dependencies.lock (AEGHB-271) #281
Comments
Hi @yosafatkesuma the |
@yosafatkesuma For the error |
Thank you @leeebo . After i follow your instruction, i got new issue with port even i check with the screen and the result is like this could you help me with this? |
for this issue, run this command
|
Environment
Problem Description
When i try to set-target to esp32s3, it's got error something like this
CMake Error at $HOME/esp/esp-idf/tools/cmake/build.cmake:463 (message):
ERROR: The hash sum of the component "espressif/esp_tinyusb(1.1.0)" does
not match the one recorded in your dependencies.lock file. This could be
due to a potential spoofing of the download server, or your lock file may
have become corrupted. Please review the lock file and verify the download
server's authenticity to ensure the component's security and integrity.
Call Stack (most recent call first):
$HOME/esp/esp-idf/tools/cmake/project.cmake:476 (idf_build_process)
CMakeLists.txt:6 (project)
-- Configuring incomplete, errors occurred!
See also "$HOME/esp/esp-iot-solution/examples/usb/device/usb_msc_wireless_disk/build/CMakeFiles/CMakeOutput.log".
cmake failed with exit code 1
Expected Behavior
I don't know what the expected result, 'cause this is my first time
Actual Behavior
I don't know what the expected result, 'cause this is my first time
Steps to repropduce
I follow the step from here https://github.com/espressif/esp-iot-solution/tree/usb/add_usb_solutions/examples/usb/device/usb_msc_wireless_disk
Return Logs
CMakeOutput.log
The text was updated successfully, but these errors were encountered: