meine hardware hardware unter öffentliche Projektnotizen
m5Display 24587C5C2EC4 v2.1.1-AtomS3
mac: 9331489f12ec4
Zeichen: de6b5dfc09a941ff2b8
Programmier Ideen
itbsStefan@wenns-um-email-geht.de
MrBit mb5stack
1)
Benutzerrechte USB
To see the groups you are in simply type:
groups
To see all available groups type:
compgen -g
sudo usermod -a -G dialout $USER
For anyone who likes knowing what they're running before they run it:
usermod - modify a user account
-a - add the user to supplementary groups
-G - a list of supplementary groups (man page says to use -a only with -G)
dialout - group that controls access to serial ports (and other hardware too)
$USER - Bash variable containing current username (not a builtin, usually automatically set env variable)
uucp tty
sudo usermod -a -G dialout $USER
Ui-Flow M5Stack
esptool.py v2.5.0
Serial port /dev/ttyUSB0
Connecting…
.
.
Chip is ESP32D0WDQ6 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse
MAC: 24:0a:c4:f9:a0:d8
Uploading stub…
Running stub…
Stub running…
Changing baud rate to 1500000
Changed.
Configuring flash size…
Auto-detected Flash size: 16MB
Compressed 8376320 bytes to 3498727…
Writing at 0x00001000… (0 %)
Writing at 0x00005000… (0 %)
Writing at 0x00009000… (1 %)
Writing at 0x00351000… (99 %)
Writing at 0x00355000… (100 %)
Wrote 8376320 bytes (3498727 compressed) at 0x00001000 in 52.0 seconds (effective 1288.5 kbit/s)…
Hash of data verified.
Leaving…
Hard resetting via RTS pin…