Poll: How much would you be willing to pay for a Neo900 (complete device) with TI DM3730 1GHz/512M-RAM/1GB
Poll Options
How much would you be willing to pay for a Neo900 (complete device) with TI DM3730 1GHz/512M-RAM/1GB

Reply
Thread Tools
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#2261
As klinglerware said:
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
 

The Following 5 Users Say Thank You to peterleinchen For This Useful Post:
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#2262
Have a nice new year eve and a great new year !
 

The Following User Says Thank You to nokiabot For This Useful Post:
joerg_rw's Avatar
Posts: 2,222 | Thanked: 12,651 times | Joined on Mar 2010 @ SOL 3
#2263
off topic sidenote: As mentioned in last newsletter, my local lab seen a Rigol DS1054 scope as latest new instrumentation acquisition. Nice tool, and I want to share a handy lil cmdline here for doing screenshots from it:

Code:
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
[edit] improved version, now actually checks TMC header and coverts to arbitrary picture-format target files, just use the proper file ending (.jpg, .bmp, .png...)
Code:
#!/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
funny detail: the data transfer is 3 times as fast when the scope is in STOP mode.

ps: don't miss our fine new whitepaper on NFC

Last edited by joerg_rw; 2015-02-05 at 05:49.
 

The Following 8 Users Say Thank You to joerg_rw For This Useful Post:
TomJ's Avatar
Posts: 505 | Thanked: 665 times | Joined on Oct 2009
#2264
Any news from January?
__________________
Want to know how to add public holidays to your device calendar? See the instructions wiki page.

Want to improve the location bar's search capabilities? there's a wiki page for that too...
 

The Following 2 Users Say Thank You to TomJ For This Useful Post:
joerg_rw's Avatar
Posts: 2,222 | Thanked: 12,651 times | Joined on Mar 2010 @ SOL 3
#2265
Sorry, I suffered (and still do) a flu which paralyzed me, and it seems the other guys took a well deserved off time. I however hope that some news will come up RSN. [edit] also please see the link in prev post to our fine whitepaper regarding NFC (date of release: 2015-01-05) which took quite some work to acquire the expertise and prepare the paper. Please bear with me for staying in bed or braindead in front of TV for the last 6 weeks

/j

Last edited by joerg_rw; 2015-02-05 at 06:30.
 

The Following 10 Users Say Thank You to joerg_rw For This Useful Post:
Posts: 459 | Thanked: 669 times | Joined on Sep 2007 @ The DMV
#2266
Get well soon, Joerg!
 

The Following 6 Users Say Thank You to klinglerware For This Useful Post:
endsormeans's Avatar
Posts: 3,139 | Thanked: 8,156 times | Joined on Feb 2013 @ From my Gabriola Island hermitage, near the Edge of the World
#2267
ditto...
my deepest sympathies...
recover and recoup man...

My gramps woulda suggested lotsa raw garlic, onions, jalapenos and stiff mean serious drinks to burn it out.
Works epically quick and well...
tho... it seems it is hard to focus on elapsed time and the misery of the flu when you are on fire and pickled cross-eyed
__________________
Lurker since 2007, Member since 2013, Certifiable since 1972

Owner of :
1-n770 (in retirement), 3-n800's / 3-n810's (still in daily use), 5-n900's ((3 are flawless, 1 loose usb ( parts), 1 has no telephony (parts))
3-nexus 5's : 1 w/ Floko Pie 9.1 (running beautifully) waiting for Stable Droid 10 rom, 1 w/ ̶Ubuntu Touch, 1 with Maru OS (intend maemo leste when ready)

1/2 - neo900 pre- "purchased" in 2013. N̶o̶w̶ ̶A̶w̶a̶i̶t̶i̶n̶g̶ ̶r̶e̶f̶u̶n̶d̶ ̶p̶r̶o̶c̶e̶s̶s̶ ̶l̶a̶s̶t̶ ̶f̶e̶w̶ ̶y̶e̶a̶r̶s̶ - neo900 start up declared officially dead -
Lost invested funds.


PIMP MY N8X0 (Idiot's Guide and a video walkthrough)http://talk.maemo.org/showthread.php?t=94294
THE LOST GRONMAYER CATALOGShttp://talk.maemo.org/showthread.php...ight=gronmayer
N8X0 VIDEO ENCODING THE EASY WAYhttp://talk.maemo.org/showthread.php...ght=mediacoder
242gb ON N800http://talk.maemo.org/showthread.php?t=90634
THE PAIN-FREE MAEMO DEVELOPMENT LIVE DISTRO-ISO FOR THE NOOB TO THE PROhttp://talk.maemo.org/showthread.php?t=95567
AFFORDABLE MASS PRODUCTION FOR MAEMO PARTShttp://talk.maemo.org/showthread.php?t=93325

Meateo balloons now available @ Dave999's Meateo Emporium
 

The Following 2 Users Say Thank You to endsormeans For This Useful Post:
joerg_rw's Avatar
Posts: 2,222 | Thanked: 12,651 times | Joined on Mar 2010 @ SOL 3
#2268
temporary problem:

none :-)

Last edited by joerg_rw; 2015-02-05 at 17:51. Reason: fixed
 

The Following 5 Users Say Thank You to joerg_rw For This Useful Post:
TomJ's Avatar
Posts: 505 | Thanked: 665 times | Joined on Oct 2009
#2269
Your cold must be spreading to the DNS... Good to hear it's not killed you off.
__________________
Want to know how to add public holidays to your device calendar? See the instructions wiki page.

Want to improve the location bar's search capabilities? there's a wiki page for that too...
 

The Following 2 Users Say Thank You to TomJ For This Useful Post:
joerg_rw's Avatar
Posts: 2,222 | Thanked: 12,651 times | Joined on Mar 2010 @ SOL 3
#2270
we received first semi-working BeagleBoard-xM with 1GB RAM rework.
see http://irclog.whitequark.org/neo900/...2-06#11758212; ff
A second BB-xM fried the SoC during rework, we'll retry with a fresh SoC and fresh RAM PoP

[update] booted up to 512MB RAM (no NAND for now, since the xLoader isn't configured to handle that particular NAND on BB yet). Quoting Nikolaus:
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).
Looking forward to DT patches and then seeing a blasting 1GB of RAM in linux

[update 2] http://projects.goldelico.com/p/neo900/issues/678/ and - only remotely on topic and maybe rather for FPTF thread: http://lists.openmoko.org/pipermail/...ry/069618.html http://lists.openmoko.org/pipermail/...ry/069617.html

cheers
jOERG

Last edited by joerg_rw; 2015-02-10 at 00:25. Reason: update 2
 

The Following 19 Users Say Thank You to joerg_rw For This Useful Post:
Reply

Tags
neo900, thank you!

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:01.