Hi,
I really sorry about this edge case question. I am a home user playing with some fun network gear. I have a new 24 port switch that has a serial port. I have connected the serial port to my ubuntu server but the lag when I ssh to the server then to the tty to the switch is unmanageable. I have connected it to my (15 year old) HP Probook with ubuntu, I can download and install screen and picocom and serial into the switch no lag.
But that machine is really for something else in a fixed location in a different room. I want to use my framework running bluefin.
Since it is a immutable, I can’t install these packages. So instead I use os-tree, but I have ‘error: while applying overrides for pkg screen : Could not find group ‘screen’ in group file’. I thought install would set that up? I did install as sudo, is this immutability?
I tried using toolbox, and DID install successfully!! but I can’t find a way to pass /dev/ttyUSB0 through to the toolbox, like you can with host-networking. I always get “ [screen is terminating] “. I can’t confirm I can access /dev/ttyUSB0 in the toolbox.
Out of toolbox, in the terminal - can’t change groups - is that an immutable thing? what’s the standard practice for doing groups on immutable? I tried adding my user to dialout group, but it failed silently and didn’t stick. not on reboot either.
In the toolbox it is mutable so I can install, but don’t have hardware passthrough, so can’t use screen/picocom. (toolbox is like a 230mb download, so I can run a handful of console programs that are less that a mb? is toolbox like a VM-like thing or mountable image or something? Lot of overhead for small package?)
what am I missing. Sure I am ‘holding it wrong’, how do you serial console in bluefin?