This commit is contained in:
2025-04-24 15:02:46 -06:00
parent 6db405527a
commit 5307d6427b
5 changed files with 17 additions and 6 deletions
+12 -4
View File
@@ -1,14 +1,22 @@
#!/bin/bash
echo -e "Getting ESP Chip Info...\n"
echo -e "Base MAC Address:"
esptool.py --port $ESPPORT --baud $ESPBAUD --chip auto read_mac
# echo -e "Base MAC Address:"
# esptool.py --port $ESPPORT --baud $ESPBAUD --chip auto read_mac
echo -e "\nChip ID:"
esptool.py --port $ESPPORT --baud $ESPBAUD --chip auto chip_id
echo -e "\nFlash ID:"
esptool.py --port $ESPPORT --baud $ESPBAUD --chip auto flash_id
echo -e "\nFlash Status:"
esptool.py --port $ESPPORT --baud $ESPBAUD --chip auto read_flash_status
echo -e "\nSecurity Info:"
esptool.py --port $ESPPORT --baud $ESPBAUD --chip auto get_security_info
echo -e "\nEfuse Table:"
idf.py --port $ESPPORT --baud $ESPBAUD efuse-dump
if [ -f "./CMakeLists.txt" ]; then
echo -e "\nEfuse Table:"
idf.py --port $ESPPORT --baud $ESPBAUD efuse-dump
fi
echo -e "\nAll donsies~ :3\n"
+1
View File
@@ -0,0 +1 @@
cat $HOME/esp/esp-install-custom/help.txt