Giter VIP home page Giter VIP logo

Comments (2)

gojimmypi avatar gojimmypi commented on May 28, 2024

The Espressif wolfSSH Windows ESP-IDF component install was implemented with #405; a similar Linux script is still pending.

from wolfssh.

gojimmypi avatar gojimmypi commented on May 28, 2024

See wolfssh/ide/Espressif/README.md

The wolfSSL Windows install (required for wolfSSH) is here: wolfssl/IDE/Espressif/ESP-IDF/setup_win.bat

The wolfSSL Linux install (required for wolfSSH) is here: wolfssl/IDE/Espressif/ESP-IDF/setup.sh

The new wolfSSH Windows install is here: wolfssh/ide/Espressif/ESP-IDF/setup_win.bat; See #405

The new wolfSSH Linuxinstall is here: wolfssh/ide/Espressif/ESP-IDF/setup.sh; See #414

The typical Linux install would look something like this:

#!/bin/bash

# Make sure you re-login to enable read and write permissions for the serial port.
sudo usermod -a -G dialout $USER

# get ESP-IDF version 4.1.1
mkdir -p ~/esp
cd ~/esp
git clone -b v4.4.1 --recursive https://github.com/espressif/esp-idf.git --depth 1

cd ~/esp/esp-idf
./install.sh esp32

. ./export.sh

# get wolfssl and wolfssh
mkdir -p ~/workspace
cd ~/workspace
git clone --recursive https://github.com/wolfssl/wolfssl.git --depth 1
git clone --recursive https://github.com/wolfssl/wolfssh.git --depth 1

git clone -b ESP32_Development https://github.com/gojimmypi/wolfssh.git wolfssh-gojimmypi --depth 1

cd ~/workspace/wolfssl/IDE/Espressif/ESP-IDF
./setup.sh

cd ~/workspace/wolfssh/ide/Espressif/ESP-IDF
./setup.sh

The Windows install allows specification of target component directory

from wolfssh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.