Re: Firmware debug: handover to the community

2015-06-24 Thread Das Signal
Hi SF, I do use my own SIM (without PIN). This way I can do a complete authentication procedure, as if I were a real network. QtMoko shows the PIN entry in any case, then it disappears. So I've followed your advice and used this combination of sp/AT commands: sp MM TRACECLASS (mobility

Re: FC firmware progress

2015-07-04 Thread Das Signal
Hi SF, As always you are the bringer of great news :) It's awesome that you got SMS working, this is a very good sign! I haven't made much progress myself, but I'm going to follow your excellent suggestion of looking at the traffic on the network side, both with leo2moko-debug and gsm-fw, in the

Re: Status of TCS211 on C139

2015-11-13 Thread Das Signal
Hi David, Try removing the battery, wait 10s, reinsert it then briefly pressing the hangup button. I just verified the below command on my C139 and it worked as expected. --DS > root@mapoko # fc-loadtool -h compal -c 1003 /dev/ttyUSB0 ___ Community

Re: Status of TCS211 on C139

2015-11-14 Thread Das Signal
On Sat, Nov 14, 2015 at 03:27:36AM +, Mychaela Falconia wrote: > > Nonetheless flashing at 406250 baud worked fine, > > One good thing about 406250 baud is that 24 MHz clock-based adapters > can produce it much more accurately than 812500. CP2102 produces > 406780 baud when programmed for

Re: Updated understanding of TI's Test Mode components

2015-11-15 Thread Das Signal
Hi Mychaela, Thanks for the detailed writeup! As for the original post on baseband-devel, I had an archive that sadly only went to april 2014. However it seems that even though gmane did not manage to keep hold of the original messages, Google did keep several of them in its cache! After

Re: FreeCalypso update: progress with DSP patches and voice calls

2015-10-20 Thread Das Signal
Hi Mychaela, Congratulations on your breakthrough re/ the DSP corruption bug! I will try your suggestion of testing with only FR speech codec, it will be a quick test. By the way, how do you load this ALSA scenario on the AP? I think you are right regarding the LoCosto L1 code: it is quite

Re: The D-Sample is here

2015-08-27 Thread Das Signal
Hi SF! This is indeed a piece of history! Even though it's an early version with Clara, it was still worth getting your hands on; and now it's being preserved for good :) Looking forward to having a look at the firmware image! --DS ___ Community

Re: Draft letter to Texas Instruments

2015-12-15 Thread Das Signal
Hi all, To be frank I'm a huge supporter of Free Software and the GPLv3, but regarding TI's code I tend to agree with Mychaela: it's more likely than TI will agree to a slightly permissive license to use the source code rather than the GPL. Since we may only get once shot at this, it's possibly

leo2moko's str2ind

2015-12-19 Thread Das Signal
Hi all, As you may know, TI's toolchain, when building a firmware, usually replaces the original strings with integers, and places the strings in a file called "str2ind.tab". This has the advantage of saving flash space, however without this strings file the trace output is much less useful.

Re: FreeCalypso update: progress with DSP patches and voice calls

2016-04-09 Thread Das Signal
Hi, After more testing, it seems (apart from the AMR bug and the deep sleep bug) that leo2moko sets up a kind of filtering for the audio itself - when using it, the audio is quite clear, however when using gsm-fw I get this background noise that seems to come from nearby interference, such as GSM

Re: Thanks for Support

2016-07-26 Thread Das Signal
Hello Ajay, Although I have limited experience with osmocom-bb, I think you do have to use the chainload option to load the layer1. This is really due to a limitation in the bootloader, expecting 1003 or 1004 which imposes a limitation of the size of the code you can execute this way (below 16K).

Re: FCDEV3B update

2017-01-23 Thread Das Signal
Hi Mychaela, Thanks for the update! An unralated question: will it be possible to use the board with a battery for on the go operations? In particular it'd be useful for testing mobility scenarios such as handovers and the like. --DS ___ Community

Re: Another FreeCalypso update

2016-10-19 Thread Das Signal
Hello Mychaela, What you've just achieved is very very cool! That means that the GTA02 and possibly other targets (C139?) can be used without source code blobs for voice and SMS calls, which is excellent :-) And since the firmware has a full GSM stack, that means the phone will be completely

Re: FreeCalypso needs more donations

2016-12-12 Thread Das Signal
Hi Mychaela, I apologize for the lack of news. I just wanted to let you know I haven't forgotten about FreeCalypso, it is a project I strongly believe in. Although I haven't financially contributed yet, I plan to do so as soon as possible. You have done so far wonderful work on FreeCalypso that

Re: FTP Mirror - Data signature / verification

2017-04-03 Thread Das Signal
Thank you Marek. The ls-lR and SHA256 files will now be regenerated on a daily basis. --DS ___ Community mailing list Community@freecalypso.org https://www.freecalypso.org/mailman/listinfo/community

Re: Newer MTK chipsets

2017-04-19 Thread Das Signal
Hi Mychaela, >From a quick glance those repositories contain the modem in precompiled form, a set of .a files provided by mediatek along with a set of headers. I have not tried to recompile the modem but build scripts as well as the gcc 4.6.2 toolchain appears to be present. The object files

Re: FCDEV3B hardware bug: sleep mode self-reboot

2017-07-31 Thread Das Signal
On Sun, Jul 30, 2017 at 12:47:38PM -0800, Mychaela Falconia wrote: > 1: Which of the three probe points did your posted o'scope trace come > from: C214, C211 or C212? Was the noise ripple exactly the same as > far as you could tell at all 3 points, or was it greater or lesser at > one of the

Re: FCDEV3B hardware bug: sleep mode self-reboot

2017-07-29 Thread Das Signal
perhaps be a culprit for the observed behaviour wrt/ sleeping. On Sat, Jul 29, 2017 at 11:33:17AM +, Das Signal wrote: > Hi Mychaela, > > Thank you for the detailed indications. I have first recompiled magnetite > in the l1reconst configuration and flashed it. I can confirm

Re: FCDEV3B hardware bug: sleep mode self-reboot

2017-07-22 Thread Das Signal
On Sat, Jul 22, 2017 at 10:41:50AM -0800, Mychaela Falconia wrote: > Waiting till next weekend is not a problem - I don't know whether or > not I will be able to get any o'scope help on my end before then. Although I'm no expert in electronics, I'd be glad to give a hand as well. I have access

Re: FCDEV3B bring-up status

2017-04-24 Thread Das Signal
On Mon, Apr 17, 2017 at 10:04:03AM -0800, Mychaela Falconia wrote: > As another alternative to dirtying your kernel with a non-upstreamable > patch that breaks things for other people who use 230400, 460800 or > 921600 baud, I just thought of the following idea: > > * Reprogram the EEPROM on

Re: FreeCalypso host tools release

2017-05-22 Thread Das Signal
Hi Mychaela, Thank you for this new package release! I've also updated the precompiled ARM toolchain so that it resides in /opt/freecalypso (it was previously in fc-gnu-arm). This toolchain is compatible with all distributions since about 2011, it also does not depend on additional libraries

Re: FCDEV3B project status

2017-05-28 Thread Das Signal
Hi Mychaela, This is extremely good news! On my end, I've been able to test the FCDEV3B board you sent me, and I'm happy to report everything appears to be working fine! I've recompiled fc-magnetite for fcdev3b in the hybrid configuration and flashed it. Then I tried enabling the radio and do a

Re: FCDEV3B project status

2017-05-29 Thread Das Signal
Hi Mychaela, > Where do the scripts expect bash? Please tell me the specifics and > I'll fix it, as I never intended to depend on bash. This is the message I get with sh linked to dash: ./configure.sh: 19: [: unexpected operator I'm not sure why this error is printed, your code looks 100% fine

Re: CSD and GPRS on FCDEV3B with Magnetite

2017-06-04 Thread Das Signal
Hi Mychaela, Thanks for the detailed update! It is very cool that you got CSD working, this could be used I think for encrypted voice calls although I imagine there would be some difficulty since after decryption by the ARM, the bits would have to be passed back to the DSP for processing by the

Re: Power supply for FCDEV3B

2017-05-08 Thread Das Signal
Hi Mychaela, Thank you for the power supply. In the past, I have used a regulated power supply with adjustable voltage and 1.5A max current. To use it with either DP-L10 or C1xx, I removed the lithium part of the battery, and connected the GND and power to where the lithium battery was. This way

Re: FCDEV3B component quality issues

2017-05-03 Thread Das Signal
On Tue, May 02, 2017 at 01:13:58PM -0800, Mychaela Falconia wrote: > In the case of component quality issues, the one component which is > most suspect is the flash+pSRAM chip Spansion S71PL129NC0HFW4B. > Openmoko's modem design which we've copied for our FCDEV3B supports > the option of using

Re: FCDEV3B bring-up status

2017-05-02 Thread Das Signal
Hi Serg, A possible suggestion, consider trying the cell_log application: Mychaela has reported success in sending a RACH and receiving an IMMASS with the TA. Also do you have the afcdac and afcparams files? I think Mychaela mentioned they are absolutely required for proper operation. --DS

Re: New FCDEV3B boards are here

2017-09-18 Thread Das Signal
Hi Mycheala, The fact that the new boards are free from defects is excellent! Perhaps it would be adequate to update the page at https://www.freecalypso.org/fcdev3b.html to reflect the availability of these boards, as well as the price and payment methods? (Of course I do realize you are

Re: Solution for high baud rates with FTDI adapters without kernel patch

2017-09-22 Thread Das Signal
Hi Mychaela, Good news, your new method for setting baud rates works very well with my FTDI device. I had no problem connecting with the bootloader then switching to 812500 to perform a flash dump. I am using Debian 9 (Linux 4.9.30 and glibc 6.3). Setting the new libserial as the default should

Re: Solution for high baud rates with FTDI adapters without kernel patch

2017-09-22 Thread Das Signal
I also did not mention the new library works fine with CP2102 devices, in this case it was tested with a DP-L10. On Fri, Sep 22, 2017 at 11:05:56AM +, Das Signal wrote: > Hi Mychaela, > > Good news, your new method for setting baud rates works very well > with my FTDI d

Re: BenQ M32 modem modules

2017-09-05 Thread Das Signal
On Mon, Sep 04, 2017 at 10:02:58AM -0800, Mychaela Falconia wrote: > * The strings visible in the image indicate that BenQ's fw was derived > from TI's mainline: Nucleus, RiViera, GPF, ETM and a bunch of other > classic TI fw components are visible. But just because the code is > there does not

Re: FCDEV3B hardware bug: sleep mode self-reboot

2017-09-04 Thread Das Signal
Hi Mychaela, > Yup, it's the RF PA. But the PA draws its power from raw VBAT, not > from any of the regulators, and the VBAT supply to the PA is usually > routed separately from the VBAT supply to the chipset. On BenQ's M32 > modem there are separate VBAT pins for the two power consumers (3

Re: BenQ M32 modem modules

2017-09-05 Thread Das Signal
On Mon, Sep 04, 2017 at 10:02:58AM -0800, Mychaela Falconia wrote: > If you power it up without fc-loadtool, does it emit any debug traces > on that 2nd UART in TI's format? Anything that rvtdump can decode? The amount of traces, by default, is quite small. Here is the output: GPF ASC:

Re: FreeCalypso C139 & Pirelli update

2017-12-18 Thread Das Signal
Hi Mychaela, Battery support for the C139 is very cool! It's a great step towards a fully usable C139 with a free firmware. I was wondering: how do you measure energy consumption? Do you need external equipment such as a scope or multimeter? --DS ___

Re: FreeCalypso progress update

2018-02-06 Thread Das Signal
Many thanks for the update, Mychaela. Do you think R might be convinced to lower their quote by letting them know you are just a single individual in charge of a FOSS project, not a very large corporation with billions of $? About SMS btw, it reminded me of a bug (or rather lack of feature) on my

Re: FreeCalypso on the D-Sample

2018-01-20 Thread Das Signal
Hi Mychaela, Congrats for running magnetite on the D-sample :-) Just a though, would it be possible to physically remove the screen of a C139 (or even C11x) and replace it with a higher resolution screen? This would enable the development of a better UI, than with the reduced screen we currently

Re: LCD evaluation and other preparations for FC handset

2018-04-10 Thread Das Signal
Hi Mychaela, You are unfortunately correct, that trace is on L6. Looking at L7 and bottom layers, there are many traces and I can't see any easy way that trace could be cut without a PhD in PCB microsurgery. :/ > > BTW is there an easter egg in the PCB layout? I can read "TimLee Allen > > Shawn

Re: LCD evaluation and other preparations for FC handset

2018-04-09 Thread Das Signal
On Sat, Apr 07, 2018 at 06:21:15PM -0800, Mychaela Falconia wrote: > And we still need to fix and close the sleep mode bug. I have a high > confidence in my current hypothesis that FDP driving the flash chip's > reset line is the culprit, but it looks like we won't be able to test > it

An important announcement

2018-04-01 Thread Das Signal
Hello everyone, I am so very excited to announce that FreeCalypso is now sponsored by no other company than Microsoft itself! This will provide the project with new & incredible opportunities. Going forward, you can expect many awesome features being integrated into FreeCalypso that our users

Re: Host system for FC development

2018-10-29 Thread Das Signal
On Sun, Oct 28, 2018 at 04:12:31PM -0800, Mychaela Falconia wrote: > Hmm, I have a really difficult time seeing how the `pwd` construct > could possibly not work: as I understand it, the `pwd` construct > (command substitution) will be expanded by the shell (the script begins > with #!/bin/sh)

Re: Host system for FC development

2018-10-31 Thread Das Signal
On Mon, Oct 29, 2018 at 06:06:24PM -0800, Mychaela Falconia wrote: > Based on some comments I have received off-list, it seems like my > original post about my Slackware update woes gave the community a > wrong impression that anyone who wishes to play with FreeCalypso needs > to replicate an

Re: FreeCalypso hardware update

2018-10-06 Thread Das Signal
Hi Mychaela, Thanks for this update regarding those new developments. I also wanted to ask you, and other members of the community, if you were aware of the "postmarket OS" project which I found out about very recently (https://postmarketos.org/) ? Of course it targets smartphones instead of

Re: FCDEV3B V2 boards are here

2019-01-22 Thread Das Signal
On Sat, Jan 19, 2019 at 12:08:32PM -0800, Mychaela Falconia wrote: > One possible solution to the SIM socket problem may be to sell the > boards with defective SIM sockets (at a steeply discounted price, of > course) to those specialized users who don't need a local SIM directly > connected to

Re: FCDEV3B V2 boards are here

2019-01-14 Thread Das Signal
Hi Mychaela, I too am very glad to know that your solution to the sleeping issue encoutered on the V1 board is solved! That is great news and again congratulations :-) --DS ___ Community mailing list Community@freecalypso.org

Re: MCSI breakthrough

2019-03-30 Thread Das Signal
Hi Mychaela, Congrats on your breakthrough :) I do have a BBxM that I bought several years ago along with a flyswatter2 JTAG debugger and associated TI 14pin adapter. Also I have some unused logic level converter which is iirc https://www.adafruit.com/product/1875 Do you think this board would

Re: MCSI breakthrough

2019-04-07 Thread Das Signal
the sound card with the fcdev3b > audio I/O and may be add a switch to change between official mic/speaker > and AUX audio I/O. Just ideas for now. > > Cheers, > Rafael Diniz > > > On 3/31/19 7:54 PM, Mychaela Falconia wrote: > >> Hi Mychaela and Das Signal, > >

Re: GTM900 support update

2019-06-13 Thread Das Signal
Hi Mychaela, This is really good news for people who are interested in developing with FreeCalypso but cannot afford the full price of the FCDEV3B. Thanks very much to Songbosi for providing these modules. With regards to price, Songbosi sends those module by shipping with DHL, which costs $25

Re: FreeCalypso funding and direction update

2019-07-28 Thread Das Signal
Hi Mychaela, Thank you for this update! I personally think you have donated so much of your time and money towards FreeCalypso that asking more of you would be unjust. The three ideas you have suggested below are great, and I might also suggest PayPal. Even though PayPal is not the best choice

Re: Dumping Calypso DSP ROM for archiving

2019-10-29 Thread Das Signal
Hi Mychaela, > instructions to populate them on two FCDEV3B boards. Thus hopefully > later this week I will have a board or two with this rare Calypso DSP > ROM version for experimentation. Awesome :) > Whoever did that work in the OBB camp (was it Sylvain Munaut?) found > these two

Re: Preparing for new release of FC host tools

2020-02-24 Thread Das Signal
Thanks Mycheala. I have tried what you suggest and programmed a 3MB firmware image with and without the patch. I get the same result which is a duration of 2m32s at 812500 baud. The kernel I'm using has CONFIG_HZ=250 which could be the reason ASYNC_LOW_LATENCY does not seem to show an effect. -DS

Re: Preparing for new release of FC host tools

2020-03-02 Thread Das Signal
On Sat, Feb 29, 2020 at 03:15:41PM -0800, Mychaela Falconia wrote: > Why did Das Signal not notice this problem on his Debian system with a > 4.19-based kernel, i.e., why was he getting the same performance with > the ASYNC_LOW_LATENCY libserial patch included or reverted?

Re: Preparing for new release of FC host tools

2020-02-17 Thread Das Signal
Hi Mychaela, Thank you for this update. I plan to try it this week, do you know if this kernel change is specific to FTDI or does it apply more generally to all serial devices (ttyS0, PL2303, ...)? --DS ___ Community mailing list

Re: Preparing for new release of FC host tools

2020-02-22 Thread Das Signal
Hi Mychaela, On Linux 4.19.0-6-amd64 (Debian stable), the problem with the 10ms select seems to be not present. With or without the ASYNC_LOW_LATENCY patch, the time to dump a flash is the same, eg. 3m45s for the FCDEV3B using the pldkit FT2232D at 812500 baud. There is also no speed difference

Re: Inexplicable paranormal mystery in OM's history

2020-03-12 Thread Das Signal
Hi Mychaela, Since 0 and o and pretty close on the keyboard, maybe it was just a typo that happened if the command line was retyped by hand instead of a copy/paste? Just a thought. --DS ___ Community mailing list Community@freecalypso.org

Re: FreeCalypso on Mot C139 back on the agenda

2020-05-29 Thread Das Signal
old enough to predate that shit. > > > I don't have the sort of development skills your project needs > > I am not asking you or anyone else to do any development work, and > given the development hardware situation (my inability to provide a > Luna development kit to anyone ot

Re: FreeCalypso on Mot C139 back on the agenda

2020-05-29 Thread Das Signal
Hi David, > I'm currently using a Pirelli, but - @ Mychaela - I have located my > freerunner *and* the unlock cable, co I'm going to put a saved dump from an > early C139 (now lost) on the new C139 to get around it being locked to a > single provided :-) Be careful when reflashing the

Re: New FC hardware on the horizon

2020-09-21 Thread Das Signal
Hi Mychaela, Thanks for sharing this information with us, this is very exciting news! The new DUART28 adapter looks really good! I for one am really looking forward to Caramel2, in particular the presence of a full size LCD screen plus keyboard is really nice to have. I have to say things are

Re: FC UI firmware: battery management and MMI codes

2020-10-24 Thread Das Signal
Hi Mychaela, > If there is no official demarcation, i.e., if it is not possible to > define MMI codes that are guaranteed to never conflict with anyone's > USSD codes, then I reason that the only available course of action is > to make our MMI codes long enough to reduce the chance of collision -

Re: Caramel2 boards and fc-host-tools-r14

2020-12-06 Thread Das Signal
Hi Mychaela, This is excellent news! Congratulations of the successful production of this new board :-) Do you think you could perhaps post a couple pictures of the board in action (such as with the LCD and keypad connected)? On Sat, Dec 05, 2020 at 09:37:29PM -0800, Mychaela Falconia wrote: >

Re: Update on the quest for programmable SIMs

2021-02-26 Thread Das Signal
Hi Mychaela, This is excellent news! The new GR2 cards should be of great usefulness to the project, it is great that GRCard is still selling them :-) About the IC, if you look closely at one SIM and are willing to sacrifice it, you might notice there should be two pieces of plastic (at least

Re: FC audio mode progress

2021-10-11 Thread Das Signal
On Sat, Oct 09, 2021 at 06:15:05PM -0800, Mychaela Falconia wrote: > I remember, however, that some years ago our dear Das Signal was doing > these kinds of little wire soldering hacks with a C1xx phone, probably > mostly for JTAG, but maybe also for the UART connection. DS - do you >

Re: Work toward FreeCalypso handset

2021-09-30 Thread Das Signal
otherboard, a lunalcdX > board, a keypad board and a DUART28 adapter for the host computer > interface. Here is a fairly recent photo of the whole mess: > > https://www.freecalypso.org/members/falcon/Caramel2/luna-setup-20201206.jpeg > > As you can surely tell from the above photo, this

Re: FC audio mode progress

2021-11-09 Thread Das Signal
Hi Mychaela, After doing the necessary soldering work and connecting the wires to the DUART28, here is the result of the fc-tmsh commands you listed: - before the call omr 00: 90 02 .. omr 00: 16 00 .. omr

Re: FreeCalypso still alive in 2022

2022-04-05 Thread Das Signal
Hi Mychaela, It's great to have some news about the project :-) Also thank you for the additional details regarding the TI firmware state, and it's great as well that you've been able to get a clean, good copy of these nice Motorola melodies! About nanoBTS, be aware that they tend to transmit at

Re: Powering GSM MS from USB

2023-11-02 Thread Das Signal
Hi Mychaela, Although not an EE expert, I remember GSM phones from the late 90s had a big capacitor inside, probably because the batteries at the time were not capable of such high sure current. Then modern Li-ion started becoming popular and the need for such capacitor lessened afaik. In theory

Re: Progress on the GSM network at FreeCalypso HQ

2022-05-13 Thread Das Signal
On Thu, May 12, 2022 at 11:58:03AM -0800, Mychaela Falconia wrote: > https://excel-wireless.com/product/1850-1990-mhz-yagi-antenna-17-dbi/ > https://excel-wireless.com/product/1850-1990-mhz-grid-parabolic-antenna-20-dbi/ > > Yesterday I spoke to an RF engineer at my day job, and he told me that

Re: Progress on the GSM network at FreeCalypso HQ

2022-05-11 Thread Das Signal
On Fri, May 06, 2022 at 03:21:55PM -0800, Mychaela Falconia wrote: > In terms of distance reach, sysmoBTS 1002 puts out 23 dBm max (same as > nanoBTS), which isn't much. Operating at max power, and using 20 cm > antennas which _might_ be a little better than the tiny ones from > Sysmocom, I get

Re: Report from the cruise to Mexico

2023-04-23 Thread Das Signal
Hi Mychaela, everyone, Many thanks for the pictures, it looks like Shannon & you had a wonderful time! In particular the session with the dolphins looks really cool :-) These animals are truly beautiful and intelligent! Also your GSM experiments are also very interesting, perhaps the ship uses

Re: Need help with Windows reversing: ccdgen.exe from TI

2023-05-04 Thread Das Signal
Hi Mychaela, On Wed, May 03, 2023 at 12:38:07PM -0800, Mychaela Falconia wrote: > > Please have a look at https://www.freecalypso.org/members/ds/ccdgen.exe.c > > which is the result of the whole executable decompilation. > > Is it from IDA or Ghidra? In either case, thank you for this point of

Re: Need help with Windows reversing: ccdgen.exe from TI

2023-05-03 Thread Das Signal
e? > > The binary in question is here: > > https://www.freecalypso.org/hg/fc-tourmaline/raw-file/tip/winexe/ccdgen.exe > > and here is the standard invokation, serving as an example of how it > functions: > > https://www.freecalypso.org/hg/fc-tourmaline/file/tip/cdg-hybrid/

Re: New FC host tools release

2023-12-24 Thread Das Signal
Hi Mychaela, No worries, you have already done an incredible amount of work and I for one would like to thank you very much for continuing to support the cause. Also I would like to wish happy holidays to everyone, lots of peace & joy as well this season :-) --DS On Tue, Dec 12, 2023 at