Showing posts with label Ubuntu Desktop for Raspberry Pi.how to. Show all posts
Showing posts with label Ubuntu Desktop for Raspberry Pi.how to. Show all posts

Friday, November 13, 2020

Install 64 bit Arduino IDE on 64 bit Ubuntu for Raspberry Pi

Steps to download and install 64 bit Arduino IDE on 64 bit Ubuntu for Raspberry Pi, tested on Raspberry Pi 4B/4G.


download the option of Linux ARM 64 bits.

Extract the downloaded file, and run the install script in Terminal:
$ sudo ./install.sh


Remark:
If you fail when upload to board caused by Permission denied by USB port, enter the command in Terminal.
$ sudo usermod -a -G dialout <username>
$ sudo chmod a+rw <port>

where <username> is your user name in Ubuntu, <port> is the attached USB port.














Thursday, November 12, 2020

Program Arduino using VSCode/PlatformIO/Ubuntu for Raspberry Pi

With Visual Studio Code/PlatformIO IDE installed on Ubuntu for Raspberry Pi, this video show steps to program Arduino Uno using Visual Studio Code + PlatformIO IDE on 64 bit Ubuntu Desktop for Raspberry Pi, tested on Raspberry Pi 4B/4G).


Remark:
At 6:15 in the video, a+w is mis-entered, it work as expected. Anyway a+rw is suggested.

Wednesday, November 11, 2020

Install 64 bit Visual Studio Code/PlatformIO IDE on Ubuntu for Raspberry Pi

To install 64 bit Visual Studio Code on Ubuntu Desktop for Raspberry Pi, visit https://code.visualstudio.com/, download Linux .deb of ARM 64 build.

Open Terminal, run the command:

$ sudo apt install ./<file>.deb

After Visual Studio Code installed, you can search and run it in Activities, or enter "code" in Terminal.

Install Extension of PlatformIO IDE to Visual Studio Code:

Click Extension tab, search and install PlatformIO IDE.

Related:
Install official Visual Studio Code (ver 1.5) and PlatformIO IDE on Raspberry Pi OS (32 bit), basically the same steps, but 32 bit for current Raspberry Pi OS.

Next:
Program Arduino using VSCode/PlatformIO/Ubuntu for Raspberry Pi



Thursday, November 5, 2020

Install Thonny on Ubuntu for Raspberry Pi

Thonny is a very great cross-platform Python IDE. 

To install Thonny on Ubuntu Desktop for Raspberry Pi, simple enter the command in Terminal:

$ sudo apt install thonny

After installed, you can enter "thonny" in Terminal, or search "thonny" in Activities.


Thursday, October 29, 2020

Check disks on Ubuntu Desktop for Raspberry Pi


Disk Usage Analyzer is a graphical tool to analyze disk usage. It is pre-loaded in Ubuntu Desktop for Raspberry Pi.

Search and run Disk Usage Analyzer in Accessories:





Test the performance of disk on Ubuntu Desktop for Raspberry Pi using Disks(gnome-disk-utility)

Disks(gnome-disk-utility) is a GNOME utility for dealing with storage devices.

To test the performance of disk on Ubuntu Desktop for Raspberry Pi, open Disks from Activities.

This video show how:


Tuesday, October 27, 2020

Check system usage using System Monitor, on Ubuntu for Raspberry Pi

To check system status, system loading and disk usage on Ubuntu for Raspberry, you can use System Monitor.

Search and run "System Monitor" in Activities.


In System Monitor, you can checkProcesses, Resources and File systems.





related: