Saturday, March 14, 2015

Install MplabX On Linux Ububtu 64 Bit

Searched so many answers every time I re-install my Ubuntu, here it is so I never forget or search again,


This is to install the 32bit libraries.  we need these to run MplabX.
sudo apt-get install libc6:i386 libx11-6:i386 libxext6:i386 libstdc++6:i386 libexpat1:i386
Also, we need to install Java SDK or RTE.  Openjdk...
sudo apt-get install openjdk-8-jre  openjdk-8-jdk
Also, I need to mention how to wire the ICD3 to connect to flat connector that would work with PICKIT3.
These are the Pins/Wires Order and numbers:

  1. Blue
  2. Yellow
  3. Green
  4. Red
  5. Black
  6. White





Reference:
http://blog.laczik.org/microchip-mplabx-installation-on-64-bit-ubuntu-system/
http://www.electronic-products-design.com/resources/customer-guides/manufacturing/ibex-microchip-icd2-programming-cable

No comments:

Post a Comment