OpenELEC Testbuilds for RaspberryPi Part 2
(2014-01-05, 00:00)MilhouseVH Wrote: For anyone that is interested, I've uploaded another new version of bcmstat.sh that will monitor GPU free memory statistics with the "g" command line option. Tested on OpenELEC and Raspbian, hopefully it works on Rpasbmc (untested by me, the script shouldn't need to be run with sudo although it will use sudo to run vcdbg if required, which will only be called when the "g" option is specified).

I was running this (./bcmstat.sh c xg), "Version 0.0.3 - 4 Jan 2014" on your latest openelec build and got:
Code:
Traceback (most recent call last):
  File "./bcmstat.sh", line 575, in <module>
    main(sys.argv[1:])
  File "./bcmstat.sh", line 563, in main
    getGPUMem(GPU)
  File "./bcmstat.sh", line 264, in getGPUMem
    gpudata = vcdbg("reloc")[:512]
  File "./bcmstat.sh", line 82, in vcdbg
    return runcommand("%s%s %s" % (SUDO, VCDBGCMD, args))
  File "./bcmstat.sh", line 55, in runcommand
    return subprocess.check_output(command.split(" "), stderr=subprocess.STDOUT).decode("utf-8")[:-1]
  File "./Lib/encodings/utf_8.py", line 16, in decode
UnicodeDecodeError: 'utf8' codec can't decode byte 0xcc in position 22066: invalid continuation byte


Messages In This Thread
AW: RE: - by DieterLumpen - 2013-07-29, 20:50
include guires switch? - by hpbaxxter - 2013-08-01, 21:46
RE: dual audio?? - by pootler - 2013-08-03, 17:13
Help, watch 3D Film on Non 3D TV - by unix72 - 2013-08-09, 12:39
Remote Controllers - by tfft - 2013-08-14, 09:11
rbej repeatable crash - by RichG - 2013-08-19, 12:43
New Tester - by theneverstill - 2013-10-03, 17:16
RE: OpenELEC Testbuilds for RaspberryPi Part 2 - by popcornmix - 2014-01-05, 17:13
[split] missing subtitle stream - by Jönke - 2014-01-08, 21:03
3D Support - by michbeck100 - 2014-01-11, 01:01
No sound on Gotham builds - by URBANsUNITED - 2014-01-13, 15:19
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 223