This shows you the differences between two versions of the page.
si:laboratoare:2025:01 [2025/10/02 16:01] mihnea.dinica format |
si:laboratoare:2025:01 [2025/10/02 16:38] (current) mihnea.dinica python dependecies |
||
---|---|---|---|
Line 62: | Line 62: | ||
<code> | <code> | ||
apt-get update | apt-get update | ||
- | # apt-get upgrade -y /* optional, realizeaza actualizarea intregului sistem */ | + | apt-get upgrade -y /* optional, realizeaza actualizarea intregului sistem */ |
apt-get install -y bison flex gettext texinfo libncurses5-dev libncursesw5-dev gperf automake libtool pkg-config build-essential gperf genromfs libgmp-dev libmpc-dev libmpfr-dev libisl-dev binutils-dev libelf-dev libexpat-dev gcc-multilib g++-multilib picocom u-boot-tools util-linux chrony libusb-dev libusb-1.0.0-dev kconfig-frontends python3-pip | apt-get install -y bison flex gettext texinfo libncurses5-dev libncursesw5-dev gperf automake libtool pkg-config build-essential gperf genromfs libgmp-dev libmpc-dev libmpfr-dev libisl-dev binutils-dev libelf-dev libexpat-dev gcc-multilib g++-multilib picocom u-boot-tools util-linux chrony libusb-dev libusb-1.0.0-dev kconfig-frontends python3-pip | ||
+ | pip3 install esptool pyserial | ||
</code> | </code> | ||