Does debian 11 testing image works with BBGW?

Hi:

I’m trying to test bone-debian-11.1-iot-armhf-2021-11-30-4gb.img on bbgw board, the image is loaded ok but I can´t open cloud9 IDE, (192.168.7.2:3000), does this image includes cloud9 and node-red?

hi @Julian_Reyes node-red is enabled, you can access it over port 1880, the port of cloud9 to VSCode is still on-going…

wip:

sudo systemctl enable bb-code-server
sudo systemctl start bb-code-server

Then try port 3000 :wink:

Regards,

Thanks a lot Robert.

Ps, i’ve renabled it by default:

it usually has a systemd ‘hickup’ on startup, but eventually loads properlly…

Right now it’s a bare bones VSCode shell, @yoder is helping define an out of box experience with it…

Regards,

Again, thanks a lot Robert

There is an exciting release coming next week:

Microsoft open-sourced their own “server” version, so all the “browser” forks are conversing on Microsoft’s code, so we should see much more compatibility with extensions going forward…

Readrs,

1 Like

HI @Julian_Reyes , i just merged cdr’s pre-release 4.0.0 build, it seems to be working, i know they have a couple bugs on their tracker they are working on…

sudo apt update
sudo apt upgrade
sudo reboot
code-server: vUnknown
VS Code: v1.63.0
Commit: 0f395955515207f9b461ffdd2a595f35311dd05f
Date: 2021-12-10T19:09:17Z (3 days ago)
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36
Dec 13 21:25:45 BeagleBone code-server[591]: [2021-12-13T21:25:45.407Z] info  code-server 4.0.0 0f395955515207f9b461ffdd2a595f35311dd05f
Dec 13 21:25:45 BeagleBone code-server[591]: [2021-12-13T21:25:45.433Z] info  Using user-data-dir ~/.local/share/code-server
Dec 13 21:25:45 BeagleBone code-server[591]: [2021-12-13T21:25:45.722Z] info  Using config file /opt/bb-code-server/config/config.yaml
Dec 13 21:25:45 BeagleBone code-server[591]: [2021-12-13T21:25:45.730Z] info  HTTP server listening on http://0.0.0.0:3000/
Dec 13 21:25:45 BeagleBone code-server[591]: [2021-12-13T21:25:45.737Z] info    - Authentication is disabled
Dec 13 21:25:45 BeagleBone code-server[591]: [2021-12-13T21:25:45.738Z] info    - Not serving HTTPS

Then try on port 3000

Regards,