I made the mistake in that post of not mentioning that I didn't want to be required to connect the rm2 to wifi, and installing a package manager would mean I would need to do that to install software. If anything it would be something I would temporarily install, use it to install rsync, then figure out how to uninstall it, and in my mind that's functionally equivalent to what I was doing with docker. Pushing to / instead of /opt was my mistake :)
I apologize, I could have better expressed why I took the path I did. I'll edit the post later today.
That makes a lot more sense. you can always just install initially and then use opkg to install local packages you scp across in the future as well: `opkg install path/to/package.ipk`
another option would be to just grab the files from the package itself and extract them to the device, and then manually run the install script steps as required. They are basically just gz tarballs.
Yep! When you plug it in to your machine through a USB-C cable, it attaches as an ethernet device and answers to `ssh [email protected]`. You can also activate an http UI that you can then use to upload files with `curl --form "file=@\"$1\"" "http://10.11.99.1/upload"`.
I used Adafruit for the USB micro breakout, and also a USB-C breakout. Their USB-C breakout had SBU-2 but I couldn't get it working (this was before I thought to flip the cable!). I bought the larger breakout seen in that post from Amazon[1].
> I noticed OP has a blog post complaining about Acer 720s having problems.
OP here - I've since been able to install 64 bit Debian on my C720, still not sure what the original issue was.
I also tried to compile my own C720 coreboot and flash that, but ran into problems. The X200 was way easier :) I may follow up with another C720 post if I get that working.
I think to most people, the idea that one can have coreboot by just messing with the software seems appealing. From what I understand, one always need an external flasher for the Thinkpad while you don't with Chromebooks. So that's a huge factor in accessibility in favor of Chromebooks.
>I also tried to compile my own C720 coreboot and flash that, but ran into problems.
I actually didn't compile my own version of Coreboot. I guess at some point I'd have to trust someone. But it feels very funny to me that I trust a random guy on the internet nicknamed MrChromebox to do the right thing instead of Intel. But then, even when I compile my own firmware, I have to trust thousands of other people who work on Coreboot to not have performed any underhanded tricks, my compiler to be free of defects, etc. "Reflections on trusting trust" hits home hard. I think all in all it does sound like that "having software/hardware we can control when we want to" (aka Stallmanism) is a more realistic goal than "better security."
For the ezpi4me project though, I tried to make the scripts as simple and easy to understand as possible, so you do see all it does. This is one project that I completed recently that I'm quite fond of, especially given I haven't been very productive and inspired to do things for a while :)
"I felt a great disturbance in the Force, as if millions of voices suddenly cried out in terror, and were suddenly silenced. I fear something terrible has happened."