PINE64
Development Environment on the Pinebook Pro - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: Development Environment on the Pinebook Pro (/showthread.php?tid=8047)

Pages: 1 2 3 4 5


RE: Development Environment on the Pinebook Pro - Cephas - 02-04-2020

Looking for some clarifications here. I'm a Linux newbie - learning the basics and getting into coding, I've settled on VS Code along with PlatformIO for Arduino/Pi projects. But I can't seem to get PlatformIO to install on the "Steve Desmond" or "Headmelted" versions of VSCode.

It will install, tell me to reload the window, which I do, and then proceed to reinstall again and again. It's getting stuck in a loop for some reason, but doesn't tell me what the error is.

Does anyone else have PlatformIO working on VS Code installed on their Pinebook Pro?

I'm very confident that I'm missing something simple, so please, be gentle Smile


RE: Development Environment on the Pinebook Pro - slyecho - 02-04-2020

Seems to install fine on the VSCodium variant.


RE: Development Environment on the Pinebook Pro - gristle - 02-05-2020

(02-04-2020, 04:04 PM)Cephas Wrote: Looking for some clarifications here. I'm a Linux newbie - learning the basics and getting into coding, I've settled on VS Code along with PlatformIO for Arduino/Pi projects. But I can't seem to get PlatformIO to install on the "Steve Desmond" or "Headmelted" versions of VSCode.

It will install, tell me to reload the window, which I do, and then proceed to reinstall again and again. It's getting stuck in a loop for some reason, but doesn't tell me what the error is.

Does anyone else have PlatformIO working on VS Code installed on their Pinebook Pro?

I'm very confident that I'm missing something simple, so please, be gentle Smile

I haven't been able to get it working either. I am using VSCodium. If i remember, it does the same loop but shows a status box in bottom left saying it failed, click this box for details and it complains about unsupported architecture. slyecho has given me hope so will try again. Thanks for posting. Did you have Success?


RE: Development Environment on the Pinebook Pro - Cephas - 02-06-2020

(02-05-2020, 08:14 PM)gristle Wrote: I haven't been able to get it working either. I am using VSCodium. If i remember, it does the same loop but shows a status box in bottom left saying it failed, click this box for details and it complains about unsupported architecture. slyecho has given me hope so will try again. Thanks for posting. Did you have Success?

Nope, nothing yet. I downloaded the most recent arm64.deb package from here: https://github.com/VSCodium/vscodium/releases

When I try to install it, I get this error in the package installer: 
Error: 
Wrong architecture 'arm64' --
Run dpkg --
add-
architecture
to add it and update afterwards

I tried to run that dpkg command, but get an error in the terminal from it. 

Seems impossible that I don't have the arm64 architecture, right? This is an arm64 computer...I looked in the Synaptic Package Manager for arm64 and just get a bunch of cross compatibility options...


UPDATE: I was able to install the armhf version from that github page, but it's still not working correctly. PlatformIO just tries to reinstall again and again.

On top that, the armhf version is giving me an error saying "Architecture arm is not supported"


RE: Development Environment on the Pinebook Pro - pete - 02-08-2020

I have headmelted on the PBP but also run a VS Code server on a free public cloud which I can access via web browser where I want to run on x86 architectures etc. I put a link in the tutorial section on setting it up.


RE: Development Environment on the Pinebook Pro - slyecho - 02-11-2020

(02-04-2020, 05:07 PM)slyecho Wrote: Seems to install fine on the VSCodium variant.

(02-05-2020, 08:14 PM)gristle Wrote: slyecho has given me hope so will try again.

To be clear, I am using Manjaro ARM, and I installed VSCodium from an AUR package. Then the extension from the gallery. I didn't try connecting with an Arduino, though.


RE: Development Environment on the Pinebook Pro - gophix - 06-18-2020

Hello,

I've created a package build script for atom and built it for manjaro linux (see releases).
If you are interested in, look at https://github.com/gophix/pinebook_pro and test it. So far I've installed PlatformIO, but nothing more...

Cheers!


RE: Development Environment on the Pinebook Pro - nbxmike - 07-08-2020

On a fairly vanilla manjaro system (by that I mean I've installed some stuff but not a lot of development tools) you need at the very least to add
Code:
sudo pacman -S fakeroot binutils electron patch
You could easily need other things if it is a truly fresh install.

Otherwise, script worked great and took about an hour I would guess -  I was a away a decent time period.  Also, for those who don't realize it, the last command
Code:
sudo pacman -R atom
Will uninstall atom, which is doubtful you would want to do right away.

Thanks


RE: Development Environment on the Pinebook Pro - gabeeg - 07-10-2020

Anybody having an issue with vscodium-bin 1.47.0-1 that was released today?  It starts...but I get just a blank VScodium screen with menus that will drop down...but nothing else responds....

Before I enter a bug, I would like verification...


RE: Development Environment on the Pinebook Pro - lcb - 07-11-2020

(07-10-2020, 12:49 PM)gabeeg Wrote: Anybody having an issue with vscodium-bin 1.47.0-1 that was released today?  It starts...but I get just a blank VScodium screen with menus that will drop down...but nothing else responds....

Before I enter a bug, I would like verification...

I just installed it and it won't start here either. It shows a blank window with the usual minimize, exit, etc. buttons and the cromium logo in the status bar.