This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.
suraev at stud.ntnu.no suraev at stud.ntnu.noHi fellows.
I'm having troubles running osmocom on neo freerunner:
When I execure fluid flasher it works just fine, here is part of strace captured
while it was waiting for me to power cycle modem:
gettimeofday({1298877354, 793367}, NULL) = 0
gettimeofday({1298877354, 794341}, NULL) = 0
select(5, [4], NULL, NULL, {0, 12026})  = 0 (Timeout)
ioctl(4, TCFLSH, 0)                     = 0
write(4, "<i\0", 3)                     = 3
gettimeofday({1298877354, 813368}, NULL) = 0
gettimeofday({1298877354, 814343}, NULL) = 0
select(5, [4], NULL, NULL, {0, 12025})  = 0 (Timeout)
ioctl(4, TCFLSH, 0)                     = 0
write(4, "<i\0", 3)                     = 3
When I run osmocon - it waits endlessly completely ignoring power cycle:
gettimeofday({1298875477, 254494}, NULL) = 0
gettimeofday({1298875477, 255514}, NULL) = 0
select(6, [3 4 5], [], [], {0, 48980})  = 0 (Timeout)
gettimeofday({1298875477, 310972}, NULL) = 0
write(1, "Sending Calypso romloader beacon"..., 36) = 36
write(3, "<i", 2)                       = 2
gettimeofday({1298875477, 314494}, NULL) = 0
gettimeofday({1298875477, 315513}, NULL) = 0
select(6, [3 4 5], [], [], {0, 48981})  = 0 (Timeout)
gettimeofday({1298875477, 370973}, NULL) = 0
write(1, "Sending Calypso romloader beacon"..., 36) = 36
write(3, "<i", 2)                       = 2
Can you help me to figure out what's wrong?
Somebody succeeded in executing osmocon on moko?
thanks,
Max.