-
Create an Anaconda virtual environment
Download Anaconda for Mac(Intel) -
Installing Dependencies
brew install cmake dtc -
Install West
pip install west -
Initialize Zephyr(Tag: v4.2.1)
west init --mr v4.2.1 ~/zephyrproject
cd ~/zephyrproject
west update
pip install -r ~/zephyrproject/zephyr/scripts/requirements.txt -
Setting Up the Toolchain
macOS (x86_64) hosted cross toolchains AArch32 13.2.Rel1
export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
export GNUARMEMB_TOOLCHAIN_PATH=~/zephyrproject/arm-gnu-toolchain-13.2.Rel1-darwin-x86_64-arm-none-eabi -
Clone repo
git clone https://github.com/darwinbeing/zpsu_mon.git ~/ -
Compile
cd ~/zpsu_mon
source ~/zephyrproject/zephyr/zephyr-env.shPico RP2040 Display Pack
west build -b rpi_pico -d build_lcd1 -- -DCONFIG_PICO_DISPLAY_PACK=yPico RP2040 Display Pack2
west build -b rpi_pico -d build_lcd2 -- -DCONFIG_PICO_DISPLAY_PACK2=yPico2 RP2350A Display Pack
west build -b rpi_pico2/rp2350a/m33 -d build_lcd3 -- -DCONFIG_PICO_DISPLAY_PACK=yPico2 RP2350A Display Pack2
west build -b rpi_pico2/rp2350a/m33 -d build_lcd4 -- -DCONFIG_PICO_DISPLAY_PACK2=y
-
Notifications
You must be signed in to change notification settings - Fork 2
License
darwinbeing/zpsu
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published

