lpc21isp command not found

In this troubleshooting guide we learn how to fix lpc21isp command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

lpc21isp: command not found

or when using sudo you get the following error message

sudo: lpc21isp: command not found

Solutions to lpc21isp: command not found

How To Fix lpc21isp: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu lpc21isp is provided by lpc21isp package.

lpc21isp is:

In-circuit programming (ISP) tool for the NXP(Philips) LPC1100/LPC1300/LPC1700/LPC2000 series ARM7/Cortex-M0/ Cortex-M3 microcontrollers.

To fix this problem, we can install more using the command below.

sudo apt-get -y install lpc21isp

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install lpc21isp.

sudo apt -y install lpc21isp

Or if you have aptitude installed you can use the following command.

sudo aptitude install lpc21isp

Summary

In this tutorial we learn how to fix lpc21isp command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.