I would like to request that you update the silkscreens on the boards to indicate the on/off positions for the power switches. It is especially confusing to new users like myself.
Thanks
I would like to request that you update the silkscreens on the boards to indicate the on/off positions for the power switches. It is especially confusing to new users like myself.
Thanks
@Decagrog That's only fair. Thanks.
I'll purchase them from you for $55 USD. How does that sound? If yes, send me a DM and I will provide my address.
I'm not in front of my Onion right now. So this is just a guess. But what happens if you do a
pip install --upgrade pip
and then try again?
What would shipping to the US cost? I might purchase if it is reasonable.
@Graeme-Williams I don't know. However, if you have tried it and it didn't work, try escaping the single-quote
Didi\'s Haven
@György-Farkas Thank you so much. You saved me a lot of wasted time. Your instructions worked perfectly.
The busybox /bin/ps doesn't fit my needs.
I have found https://gitlab.com/procps-ng/procps
And I have set up the x-compile environment on an Ubuntu box.
I see a Makefile.am in the procps source. Is that what I use? Why does it have an .am suffix?
I have xCompile.sh from the sample. I assume it use it with a modified Makefile.am?
Any help would be greatly appreciated.
I have a bash shell script that I want to try and run on my Omega2+. I have installed the bash package.
The issue now is that the /bin/ps that comes with BusyBox doesn't support the full functionality of the standard /bin/ps, so I want to replace the BusyBox ps with the GNU ps. How would I go about that?
@Lazar-Demin That seems to have worked. Thank you. Now on the next hurdle.
Thanks @elefas-GR . I got my cross-compile environment setup.
I would like some help in determining what I need to cross-compile. Do I just need to go through the code in setup.py and trace it down by hand?