This repository was archived by the owner on Oct 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ Board definition to run [Umfeld](https://github.com/dennisppaul/umfeld) as a boa
99
1010## Installation
1111
12- - navigate to the * Arduino* folder ( the one that contains libraries )
12+ - navigate to the * Arduino* folder ( the sketch folder that also contains libraries )
13+ - on macOS the folder is usually located at ` $HOME/Documents/Arduino `
14+ - on Linux the folder is usually located at ` $HOME/Arduino `
15+ - on Window the folder is usually located at ` %HOMEPATH%/Documents/Arduino `
1316- create a ` hardware ` folder ( if it does not exist already )
1417 ``` sh
1518 ├── hardware
@@ -67,7 +70,7 @@ create a `.bat` that sets `PATH` only for the IDE process:
6770` ` ` sh
6871@echo off
6972set " PATH=C:\msys64\ucrt64\bin;%PATH%"
70- start " " " C:\Program Files \Arduino IDE\Arduino IDE.exe"
73+ start " " " %LOCALAPPDATA%\Programs \Arduino IDE\Arduino IDE.exe"
7174` ` `
7275
7376double-click ` .bat` to start * Arduino IDE* .
@@ -94,7 +97,7 @@ arduino-cli compile -u -b umfeld-arduino:umfeld:UMFELD ./umfeld-arduino/umfeld/e
9497open umfeld-arduino/umfeld/examples/umfeld/minimal/minimal.ino
9598` ` `
9699
97- # ## A Note on Installing Arduino CLI
100+ # ## A Note on Installing Arduino CLI on Ubuntu
98101
99102on Ubuntu 22.04.3 the standard installation instructions failed, but the following steps worked:
100103
You can’t perform that action at this time.
0 commit comments