search for: odroid

Displaying 20 results from an estimated 54 matches for "odroid".

Did you mean: droid
2016 Nov 27
2
SBC's and ssh's encryptions
...the door .. two SBC's: > > .. > > > I have tried running X on the raspi, but it hasn't enough memory or > > iron to do it well. > > A GHz system with GB of RAM is certainly capable of running a > well-written GUI effortlessly. > > > Running htop on the odroid, its not x but sshd thats the bottleneck > > thats causing the odroid to render at 3 or 4 frames per second > > Why are you running X through SSH? Run X directly over the network > instead; that is literally what it is made for. > > (Set DISPLAY on pi with odroid IP. Run xauth...
2016 Nov 26
2
SBC's and ssh's encryptions
...its surface. So the motor supplies and motor drivers are in the box, and supply their own fans, leaving room on the inside of the door for the controlling interfaces and two SBC's: A Raspberry pi 3b (4 core arm64 @ 1.2GHz, and a gig of ddr3 ram) to run the program, called LinuxCNC. And an odroid64-c2, faster 4 core arm64, 2GB of ram, which should handle the graphical duties of controlling the program as it claims to be able to drive a 4k display at 30 FPS. I have tried running X on the raspi, but it hasn't enough memory or iron to do it well. With only a gigabyte of ram and running...
2016 Oct 18
3
CyberPower SX650G no driver.
Hi. I have this this on a Odroid-u2 backing it up. Have the USB from the CyberPower SX650G plug in the Odroid-u2 and when I do a lsusb it looks like this: Bus 001 Device 008: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS The User's Manual list SE450G and SX650G. So I guess they would take the same driver. CyberPow...
2019 Dec 10
2
[EXTERNAL] Re: Tripp Lite SMART1500LCD repeatedly disconnecting and reconnecting
...p; USB a long time ago:-( > I bought mine in 2013 (still going strong on the second set of batteries) > and in August 2016 we had some discussions about the USB disconnects. > > > I now use an USB hub which can turn it's ports off via software commands > and when my Linux box (Odroid X2 - ARM) looses the connection, it basically > cycles the USB port of the UPS and then it can connect again. > > > root at odroid-www:~/bin# cat check_ups.sh > #!/bin/bash > > while true > do > x=$(curl -s -o - ' > http://192.168.1.5:85/cgi-bin/nut/upsstats.cg...
2016 Oct 30
3
CyberPower SX650G no driver.
I went to the link to test the power off if the battery gets to low. Here is what I got on the command line. root at odroid-u2:/etc/nut# /usr/local/ups/bin/upsdrvctl -t shutdown -bash: /usr/local/ups/bin/upsdrvctl: No such file or directory root at odroid-u2:/etc/nut# find / -name upsdrvctl /sbin/upsdrvctl ^C root at odroid-u2:/etc/nut# /sbin/upsdrvctl -t shutdown Network UPS Tools - UPS driver controller 2.6.4 *** Test...
2017 Sep 11
1
new NUT release please!
...haven't found a way to do that in Linux. You can [hardly any more] find some USB hubs, which allow ports to be powered on & off via software control. I'm using an older Linksys hub (http://a.co/gPhfi45) and the following little loop to reset the USB when there is a problem: root at odroid:~/bin# cat check_ups.sh #!/bin/bash while true do x=$(curl -s -o - 'http://192.168.1.5:85/cgi-bin/nut/upsstats.cgi?host=tripplite at 127.0.0.1:3493' | sed 's:<[^>]*>::g' | awk 'BEGIN {s = 0; } $1 == "Status:" { s = 1; next; } s == 1 { print $0; s = 0...
2017 Sep 11
2
new NUT release please!
On 9/10/2017 6:41 PM, Sam Varshavchik wrote: > Dutchman01 writes: > >> Hello all, >> >> ? >> >> I request a new NUT release as current dates back to March 9, 2016: NUT 2.7.4 >> >> The fact stays that not all distro?s use latest snapshots/commits from github >> dev tree. >> >> ? >> >> So please do release a new up to
2016 Oct 28
3
CyberPower SX650G no driver.
28 ??????? 2016??. 4:18:06 CEST, Raymond Day <raymondday at hotmail.com> ?????: >I forgot how I ask this. But I just found out. It's a list here: > >http://lists.alioth.debian.org/pipermail/nut-upsdev/2016-October/007229.html > >Thanks again. Seems like it's working real good. > >Is there a way to test if it will turn off my server when the battery >power
2016 Jul 15
2
Recompile (and re-link) a function at runtime using ORC JIT for an ARM platform
Hi, We are making the move from legacy JIT (llvm-3.5.x) to ORC JIT and I am looking to recompile (and re-link) functions at runtime for an ARM platform (Odroid XU3) . I looked at OrcLazyJIT.cpp as a starting point. However, after going through the code, it appears that the createCompileCallbackMgr (llvm-3.8.0) / createLocalCompileCallbackManager (llvm-git) do not support an ARM triple yet. Does anyone know if ARM will be supported in the future and/o...
2020 Jul 16
1
R 4.0 for ARM processors
2 years ago at one Meetup in Paris, Marc Girondot, professor at University Paris-Saclay, presented his cluster built with 12 Odroid (equivalent to Rapsberry Pi). The stack was almost the same size than your picture as there was no fan and a narrower distance between each PCB card. There were many more cables. For a total cost of less than 1000 ? and an electrical consumption reduced by a factor of 7, he got the same calcul...
2016 Nov 27
2
SBC's and ssh's encryptions
On Sunday 27 November 2016 07:40:43 Peter Stuge wrote: > Gene Heskett wrote: > > > (Set DISPLAY on pi with odroid IP. Run xauth +pi on odroid. Start > > > X programs on pi.) > > > > sample/example cli? > > 192.168.1.2 pi (pi is ..71.8 > 192.168.1.3 odroid (odroid64 is ..71.9 > > On odroid xauth +192.168.71.8 > On pi, export DISPLAY=192.168.71.9:0 > On pi, in same she...
2016 Oct 18
6
CyberPower SX650G no driver.
Got the: git clone git://github.com/networkupstools/nut.git To work. Had to all so do this: apt-get install autoconf apt-get install libtool Did put driver = usbhid-ups in the /etc/nut/ups.conf file like you said. Here is what I got for it all: root at odroid-u2:~/nut# ./autogen.sh Calling autoreconf... libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'. libtoolize: copying file `./config.guess' libtoolize: copying file `./config.sub' libtoolize: copying file `./install-sh' libtoolize: copying file `./ltmain.sh' libtoolize...
2013 Nov 19
3
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
On 17 November 2013 05:15, Mikael Lyngvig <mikael at lyngvig.org> wrote: > I finally got it to work - and my ODROID-XU is now a passive member of the > LLVM builder society for the next week or so, until it has proven itself > (it monitors changes to the SVN repository and builds in my end without > bothering anyone at LLVM.org about its findings). I did write up a "short" > treatise on ho...
2013 Nov 14
3
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
...laborate walk-through of the issues with ARM > boards. I'm trying to add some of this to the "How to Build on ARM" > document and will submit a patch later on. > Nice, thanks! That would be great! Unfortunately, my personal budget does not allow me more than a single > Odroid XU board for the time being. So I'll have to do with only one > board. I happen to have an eMMC card and it is fairly fast. > That's good. Still, I'd have it running locally on your master for a week or so, just to make sure it's stable enough. To create a local master you...
2013 Nov 21
2
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
...s out a build in > 10-20 minutes, due to ccache. > > > -- Mikael > > > 2013/11/19 Renato Golin <renato.golin at linaro.org> > >> On 17 November 2013 05:15, Mikael Lyngvig <mikael at lyngvig.org> wrote: >> >>> I finally got it to work - and my ODROID-XU is now a passive member of >>> the LLVM builder society for the next week or so, until it has proven >>> itself (it monitors changes to the SVN repository and builds in my end >>> without bothering anyone at LLVM.org about its findings). I did write up a >>>...
2016 Oct 28
0
CyberPower SX650G no driver.
...battery.charge: 100" would go down. I watched some videos so it's hard drive would spin up to use more power. After about a hour it did go down to "battery.charge: 90" So it is working. Not sure if it will turn off at 20% of battery that's what it looks like it says. This Odroid-u2 uses very little power and I have two WD green 3TB drives on it though USB. I guess it could stay up about 8 hours from only going down 90% in about a hour. Even more if the hard drives are in sleep mode. I know with time that battery will degrade and it will not last as long then. Looks l...
2016 Oct 30
0
CyberPower SX650G no driver.
I did just copy and paste on the command line like this: root at odroid-u2:/etc/nut# Shutdown UPS: serverups -bash: Shutdown: command not found root at odroid-u2:/etc/nut# /lib/nut/usbhid-ups -a serverups -k Network UPS Tools - Generic HID driver 0.37 (2.6.4) USB communication driver 0.31 Using subdriver: CyberPower HID 0.3 Initiating UPS shutdown root at odroid-u2:/et...
2013 Nov 17
0
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
I finally got it to work - and my ODROID-XU is now a passive member of the LLVM builder society for the next week or so, until it has proven itself (it monitors changes to the SVN repository and builds in my end without bothering anyone at LLVM.org about its findings). I did write up a "short" treatise on how to do it, in case...
2013 Nov 14
2
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
Hi guys, I have this ODROID XU (quad-core ARMv7 Cortex A15 1,6 GHz) box that I want to make available to the LLVM project. I can see that LLVM already has an ARMv7 Cortex A9 system doing Clang, but how should this box be used, if at all? We're talking a long-term commitment within the realm of being a buildbot slave. I...
2013 Nov 21
0
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
...to ccache. >> >> >> -- Mikael >> >> >> 2013/11/19 Renato Golin <renato.golin at linaro.org> >> >>> On 17 November 2013 05:15, Mikael Lyngvig <mikael at lyngvig.org> wrote: >>> >>>> I finally got it to work - and my ODROID-XU is now a passive member of >>>> the LLVM builder society for the next week or so, until it has proven >>>> itself (it monitors changes to the SVN repository and builds in my end >>>> without bothering anyone at LLVM.org about its findings). I did write up a &...