The Following 5 Users Say Thank You to peterleinchen For This Useful Post: | ||
|
2015-01-05
, 23:19
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#2263
|
jr@saturn:~> cat `which rigol-screenshot ` #!/bin/sh echo ':disp:data?' | netcat 192.168.4.52 5555 | dd bs=1M iflag=skip_bytes skip=11 of=$1 echo $? jr@saturn:~> rigol-screenshot xxx.bmp 0+903 Datensätze ein 0+903 Datensätze aus 1152057 Bytes (1,2 MB) kopiert, 2,98393 s, 386 kB/s 0
#!/bin/bash # usage: rigol-snapshot <filename_with_wellknown_imagefile_extension> # e.g.: rigol-snapshot pics/test.jpg # fetches a bmp formatted screenshot picture from Rigol DS1000 series, via ethernet # TODO: proper handling of broken connection to Rigol, check netcat / read return code RIGOL_IP=192.168.4.52 # adapt to your local situation, I used fixed DHCP IP for rigol in my router set -e -u #might improve the TODO error handling as mentioned above. untested!! echo ':disp:data?' | netcat -w 1 $RIGOL_IP 5555\ | (shopt -s extglob;\ read -N 1 -t 0.1 magichash; read -N 1 -t 0.1 lenofnum; read -N $lenofnum -t 0.1 numofbytes; head -c ${numofbytes##*(0)} ; echo "magic: $magichash; len: $lenofnum; bytes: ${numofbytes##*(0)}" >&2\ )\ | convert bmp:- $1 echo "returncode: $?" >&2
The Following 8 Users Say Thank You to joerg_rw For This Useful Post: | ||
|
2015-02-04
, 11:54
|
|
Posts: 505 |
Thanked: 665 times |
Joined on Oct 2009
|
#2264
|
|
2015-02-04
, 12:40
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#2265
|
The Following 10 Users Say Thank You to joerg_rw For This Useful Post: | ||
|
2015-02-04
, 13:12
|
Posts: 459 |
Thanked: 669 times |
Joined on Sep 2007
@ The DMV
|
#2266
|
The Following 6 Users Say Thank You to klinglerware For This Useful Post: | ||
|
2015-02-04
, 18:01
|
|
Posts: 3,141 |
Thanked: 8,161 times |
Joined on Feb 2013
@ From my Gabriola Island hermitage, near the Edge of the World
|
#2267
|
|
2015-02-05
, 15:14
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#2268
|
The Following 5 Users Say Thank You to joerg_rw For This Useful Post: | ||
|
2015-02-05
, 15:52
|
|
Posts: 505 |
Thanked: 665 times |
Joined on Oct 2009
|
#2269
|
|
2015-02-06
, 18:09
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#2270
|
Linux has booted after disabling the NAND init code in MLO. With 512 MB RAM (because that is configured into the device tree).
Ethernet works, USB works. LEDs are blinking. ssh over Ethernet works. apt-get update/upgrade does not fail (which I hope is testing the RAM well enough).
thank you for this clear statement.
Happy new year to you and the whole Neo and FPTF team.
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!
Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257
editsignature, http://talk.maemo.org/profile.php?do=editsignature