Coder Social home page Coder Social logo

developer-training's People

Contributors

alvarowolfx avatar bkc avatar cdwilson avatar chireia avatar chrisgammell avatar dylanswartz avatar hasheddan avatar lboue avatar ncmiller avatar sam-golioth avatar szczys avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

developer-training's Issues

Use Card navigation for Next Steps

The Next Steps page currently using headings for links to the next training modules:

image

It would be more ideal to use cards for this similar to auto-generated index pages:

image

Suggested Documentation Improvements for Offline (non-kasm) Training

After running the training locally on my Mac, I have some improvements that might make it easier for others

Page: https://training.golioth.io/docs/after-training/local-toolchain-install

  • general note: the use of venv is awesome. Later in the instructions I needed to install some new modules from PIP and if you are not a python dev you might not know why venv is so important. If you were to install NCS or have other python projects they might conflict if you install anything outside the venv. A small note on why a Venv is being used might be helpful
  • I didn't want my Golioth folder in my home, so I created a new folder ~/Documents/Training/Golioth - this works fine, but requires a few tweaks later. However others might like to keep things separated, so a small note that it doesn't have to be in the home folder could be helpful (I happen to have Zephyr, NCS and Golioth all on the same machine, so separation is very helpful!). This means that for the rest of the tutorial I substituted ~/ for ~/Documents/Training/Golioth and everything works fine
  • Mac might not have wget installed (so either install wget or download the zephyr tar.gz directly)
  • i am investigating the impact of zephyr-sdk-0.15.0 ./setup.sh as it modifies ~/.cmake (if you already have NCS or Zephyr for example)

Page: https://training.golioth.io/docs/golioth-exercises/install_esptool

  • a useful reference for installing ESPtool.py on Mac : https://github.com/RavenSystem/esp-homekit-devices/wiki/Install-ESPTool-on-macOS (though the question is if you want to do it in the venv or globally - i elect to do it in the venv to avoid conflicts with other dependencies that esptool uses -> esptool will only be available in the venv in that case); the link contains how to run esptool on mac as well

Page: https://training.golioth.io/docs/golioth-exercises/compile-golioth-demo

  • when building the example it failed for me with the error "ModuleNotFoundError: No module named 'elftools'" -> solution is to install pyelftools from pip (which i did inside the venv). reference: zephyrproject-rtos/zephyr#1392
  • west kasm download will require the user to create ~/Desktop/Downloads first, or use the --output-dir arg to put the merged bin files in a location of the users choice - so west kasm --output-dir="~/Documents/Training/Golioth/artifacts/" download (of course the output dir must be created as well!)
  • on Mac the mag-tag will be on /dev/cu.usbmodem* : see https://learn.adafruit.com/adafruit-magtag/rom-bootloader#step-3076822 for details
  • my flash command ended up being (from inside the venv) python3 -m esptool --chip esp32s2 --port /dev/cu.usbmodem01 write_flash 0x0 ~/Documents/Training/Golioth/artifacts/merged_golioth-demo_114332.bin

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.