Ken: I have never used Cloud9, so I don't know for sure.
I know the console version does support USB, Ethernet, commandctl and USB. It likely supports the WiFi RTL... I would assume you could add Cloud9 if you knew the "encantation." Pretty much anything that does not require a modification to the kernel can be added later. It is easy enough to work with, so I would recommend you go set up a copy to work on a uSD card, or the eMMC, if you must, and start experimenting with it. A serial cable that allows you to directly access the CPU command line is useful. I typically start with a console version, talk to it with SSH over Ethernet immediately, and add whatever I need, typically Python, and a bunch of Python and IO dependencies. If you run on a uSD card, be aware that the file system as downloaded will be restricted to the size of the associated eMMC, but you can expand the file system to the full size of the card, with the encantation: cd /opt/scripts/tools/ git pull sudo ./grow_partition.sh sudo reboot You would think that the eMMC would run faster than a uSD card, but I have never been able to measure a difference in program execution speed. --- Graham == On Sun, Mar 8, 2020 at 3:44 PM KenUnix <[email protected]> wrote: > Graham, > > I know the Iot version supports WiFi RTL81888EUS via connmanctl, USB & > Ethernet & Browser to Cloud9. > Does the "console" version support these? Or, for example can Cloud9 be > installed later? > > Thanks > >> >>> -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAC_N71r%2B6h9oa%3D-XxLa-iZiZa%3DCsBfYpuZyvx06i_1-Z8knFwQ%40mail.gmail.com.
