1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

esp-idfのEhernetサンプルを確認する。

Last updated at Posted at 2024-11-08

$ sudo apt-get install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
#
$ mkdir -p ~/esp
$ cd ~/esp
$ git clone --recursive https://github.com/espressif/esp-idf.git
#
$ cd ~/esp/esp-idf
$ ./install.sh all
#
cd 
# 
$ git clone --recursive https://github.com/mROS-base/mros2-esp32.git
$ cd mros2-esp32
$ cd workspace/echoback_string
$ . $HOME/esp/esp-idf/export.sh
$ idf.py set-target esp32s3
$ idf.py menuconfig
$ idf.py build
$ cd ~/ethernet/basic/components/ethernet_init
$ . $HOME/esp/esp-idf/export.sh
$  idf.py set-target esp32s3
4 
$ 

image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?