Skip to content

Commit

Permalink
Update install-recore.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
obgr committed Dec 4, 2023
1 parent 1ada37e commit fa419dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion userpatches/overlay/klipper/install-recore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ KLIPPER_GROUP=$KLIPPER_USER
install_packages()
{
# Packages for python cffi
PKGLIST="python3-virtualenv virtualenv python3-dev libffi-dev build-essential python3-cffi python3-libxml2 python3-numpy python3-matplotlib"
PKGLIST="python3-virtualenv virtualenv python3-dev libffi-dev build-essential python3-cffi python3-libxml2"
# kconfig requirements
PKGLIST="${PKGLIST} libncurses-dev"
# hub-ctrl
PKGLIST="${PKGLIST} libusb-dev"
# ARM chip installation and building
PKGLIST="${PKGLIST} stm32flash libnewlib-arm-none-eabi"
PKGLIST="${PKGLIST} gcc-arm-none-eabi binutils-arm-none-eabi"
# ADXL/Remove A1 requirements
PKGLIST="${PKGLIST} python3-numpy python3-matplotlib"

# Update system package info
report_status "Running apt-get update..."
Expand Down

0 comments on commit fa419dd

Please sign in to comment.