Difference between revisions of "MISC-TN-016: Visual Studio Code and SSH remote development on Mito8M SoM"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 27: Line 27:
 
==Testbed==
 
==Testbed==
 
For convenience, an Armbian Buster distribution was used on the target. As such, the software configuration is like the one described in [[MISC-TN-008:_Running_Debian_Buster_(armbian)_on_Mito8M|this article]].
 
For convenience, an Armbian Buster distribution was used on the target. As such, the software configuration is like the one described in [[MISC-TN-008:_Running_Debian_Buster_(armbian)_on_Mito8M|this article]].
 +
 +
Regarding the development host, an Ubuntu
 +
https://code.visualstudio.com/insiders/
 +
https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack
 +
https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh-nightly&WT.mc_id=-blog-scottha
 +
==Useful links==
 +
*[https://www.hanselman.com/blog/VisualStudioCodeRemoteDevelopmentOverSSHToARaspberryPiIsButter.aspx]

Revision as of 08:32, 24 September 2020

Info Box
DMI-Mito-top.png Applies to MITO 8M
SBC-AXEL-02.png Applies to SBC AXEL
1200px-Visual Studio Code 1.35 icon.svg.png Applies to Visual Studio Code
Warning-icon.png This Technical Note was validated against specific versions of hardware and software. What is described here may not work with other versions. Warning-icon.png


History[edit | edit source]

Version Date Notes
1.0.0 September 2020 First public release

Introduction[edit | edit source]

Mito8M is the first DAVE Embedded Systems' product based on a core implementing the ARMv8-A architecture. Specifically, it is built upon the NXP i.MX8M system-on-chip (SoC).

This Technical Note (TN) shows how this platform can be set up to enable SSH remote development with Visual Studio Code.

Testbed[edit | edit source]

For convenience, an Armbian Buster distribution was used on the target. As such, the software configuration is like the one described in this article.

Regarding the development host, an Ubuntu https://code.visualstudio.com/insiders/ https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh-nightly&WT.mc_id=-blog-scottha

Useful links[edit | edit source]