Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2020-08-19

00:04:39 Quit __BILGUS17 (Ping timeout: 245 seconds)
00:33:12***Saving seen data "./dancer.seen"
01:00
01:54:55 Quit pixelma (Quit: .)
01:54:55 Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
01:57:46 Join amiconn [0] (jens@rockbox/developer/amiconn)
01:57:46 Join pixelma [0] (marianne@rockbox/staff/pixelma)
02:00
02:18:07fs-bluebot_Build Server message: New build round started. Revision 8ee035b, 280 builds, 10 clients.
02:18:38 Join __Bilgus [0] (41ba23be@65.186.35.190)
02:32:45 Quit ac_laptop (Ping timeout: 240 seconds)
02:33:13***Saving seen data "./dancer.seen"
02:35:08fs-bluebot_Build Server message: Build round completed after 1022 seconds.
02:35:10fs-bluebot_Build Server message: Revision 8ee035b result: All green
02:37:10 Join johnb4 [0] (~johnb2@p5b3af0b6.dip0.t-ipconnect.de)
03:00
03:07:22 Join petur [0] (~petur@77.77.179.66)
03:07:22 Quit petur (Changing host)
03:07:22 Join petur [0] (~petur@rockbox/developer/petur)
03:17:44 Quit johnb4 (Ping timeout: 256 seconds)
03:32:56 Join johnb2 [0] (~johnb2@p5b3af0b6.dip0.t-ipconnect.de)
03:34:18johnb2__Bilgus: It is 0xFFFFFF. I will try the 2048
03:35:39johnb2BTW, while reading up on sansapatcher, I found https://www.rockbox.org/wiki/SansaE200FirmwarePartition
03:42:00__BilgusI'm thinking the hidden partition shouldn't matter now
03:44:08__Bilgusbut it is weird that the CRC isn't c704dd7b rather that FFFFFFFF
03:48:23johnb2Oh, wait: the last line in the debug page says 00: ff ff ff ff
03:49:01johnb2CRC itself is hard to read ;-)
03:49:10johnb2let me take a picture
03:50:46johnb2616d6272 already with the BOOT_DATA_SEARCH_SIZE 2048
03:51:25__Bilguspicture will help ..
03:52:04__Bilgusdid you or do you get the same crc with search sz of 1024?
03:55:05johnb2http://www.mediafire.com/file/xogx3qgt66c7mt4/file
03:57:20johnb2I didn't pay proper attention while using 1024 :-(
03:57:35johnb2Should I go back to 1024?
03:58:46__Bilgusplease
03:59:08__Bilgusok that crc corresponds to 'rbma'
03:59:34__Bilgusso we are never writing the boot data at all
04:00
04:00:14__Bilgusprobably going to be the same at 1024
04:01:40__Bilgusprobably be a good idea to emit some messages to see whats going on
04:06:31johnb2same CRC
04:07:43 Quit johnb2 (Quit: Nettalk6 - www.ntalk.de)
04:10:14 Join johnb2 [0] (~johnb2@p5b3af0b6.dip0.t-ipconnect.de)
04:24:59__Bilgushttps://pastebin.com/G1K8FuWS
04:25:20__Bilgustry that it should give at least some indication where it is failing
04:28:57johnb2Do I have to rebuild BL and RB?
04:29:08__Bilgusnot rb
04:29:13johnb2ok
04:33:17***Saving seen data "./dancer.seen"
04:38:54mendel_munkisdoes anyone know if fuze+ requires a battery to boot?
04:39:46__BilgusIIRC it does
04:40:22__Bilgusand I think there might be a special fw for that on the wiki
04:41:12johnb2__Bilgus : I don't see any messages during boot :-(
04:41:20mendel_munkisinteresting. I added a new wire between my battery and the pcb (I plan on adding a switch eventually ) on an old fuze+ and now can only boot into OF and recovery.
04:41:29johnb2CC firmware/target/arm/pp/mi4-loader.c
04:41:51 Quit fs-bluebot_ (Remote host closed the connection)
04:41:54__Bilguslike no extra message not even an extra Loading..?
04:41:58mendel_munkisI will assume bad wiring and replace it. thanks __Bilgus
04:41:58 Join fs-bluebot [0] (~fs-bluebo@port-92-193-122-172.dynamic.as20676.net)
04:42:06 Quit fs-bluebot (Remote host closed the connection)
04:42:14 Join fs-bluebot [0] (~fs-bluebo@port-92-193-122-172.dynamic.as20676.net)
04:42:14johnb2None
04:42:33__Bilguswell its picking it up the warnings shouldn't matter
04:45:20__Bilgusit says you have to press a button to get messages?
04:45:33__Bilguswell the code does
04:46:03 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
04:49:03__Bilgusoh I also see that main is calling load_mi4 with a full path
04:49:04johnb2Now, it prints something. I have to video tape that (disappeared to fast).
04:49:19__Bilgusgot one other idea on this
04:49:44__Bilgusyou can leave that as is
04:53:29__Bilgusmain-pp.c https://pastebin.com/8f7YpC2B
04:53:49__Bilgusline 399
04:54:11__BilgusI think thats probably the issue
04:55:12__Bilgusit was passing a full path rather than just the file name which then bypasses our logic
05:00
05:13:36__Bilgusjohnb2 I updated the code in gerrit I think that should get it working but if not I'll keep staring at it till something else pops out
05:14:00johnb2gimme a few minutes ...
05:22:09johnb2Interesting: CRC: OK!, CRC: c704dd7b, but Boot Volume is <0>, also confirmed by the file browser: <microsd1> is really the SD.
05:23:24__Bilgusok so got bootdata written now but it either didn't find the redirect file, or the fw found has no boot data
05:25:30__Bilgusmight be that its not able to read the drive or it could be the redirect file is misspelled or needs a single /
05:29:43johnb2rockbox_main.e200 had the single /, but as for special chars, I now reused a working one from clip+ and just renamed the extension. Unfortunately same result.
05:30:48johnb2rockbox-info.txt says ...play_frequency:boot_data:multi_boot
05:31:58johnb2the FW sitting on the Sd card.
06:00
06:33:19***Saving seen data "./dancer.seen"
06:41:48 Nick braewoods is now known as tek_ (~braewoods@learnprogramming/staff/braewoods)
06:41:57 Nick tek_ is now known as braewoods (~braewoods@learnprogramming/staff/braewoods)
07:00
07:06:45 Quit sakax (Ping timeout: 240 seconds)
07:21:50 Join sakax [0] (~r0b0t@unaffiliated/r0b0t)
07:27:21 Quit sakax (Ping timeout: 265 seconds)
08:00
08:04:32speachyc
08:33:23***Saving seen data "./dancer.seen"
08:36:20 Join johnb4 [0] (~johnb2@p5b3af0b6.dip0.t-ipconnect.de)
08:36:27 Join MrZeus [0] (~MrZeus@05467834.skybroadband.com)
08:43:56 Join massiveH [0] (~massiveH@ool-18e4e82f.dyn.optonline.net)
08:52:22 Quit johnb4 (Quit: Nettalk6 - www.ntalk.de)
09:00
09:01:55 Join ac_laptop [0] (~ac_laptop@186.2.247.129)
09:02:25 Quit MrZeus (Ping timeout: 240 seconds)
09:20:36 Join MrZeus [0] (~MrZeus@05467834.skybroadband.com)
09:33:30 Quit MrZeus (Ping timeout: 256 seconds)
09:56:34 Quit johnb2 (Ping timeout: 246 seconds)
10:00
10:21:13 Quit pamaury (Ping timeout: 264 seconds)
10:21:24 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
10:27:25 Quit massiveH (Quit: Leaving)
10:31:25 Join DaKnig [0] (~pi@unaffiliated/daknig)
10:31:31 Part DaKnig ("WeeChat 2.9")
10:31:33 Join DaKnig [0] (~pi@unaffiliated/daknig)
10:31:53 Part DaKnig ("WeeChat 2.9")
10:32:00 Join DaKnig [0] (~pi@unaffiliated/daknig)
10:32:27 Part DaKnig ("WeeChat 2.9")
10:33:24***Saving seen data "./dancer.seen"
10:47:08 Join johnb2 [0] (~johnb2@p5b3af0b6.dip0.t-ipconnect.de)
11:00
11:01:09speachy so the ongoing iFlash saga is probably a good incentive to do another release
11:12:26 Quit prof_wolfff (Ping timeout: 260 seconds)
11:13:59__Bilgusjohnb2 I've added some printf statements and sleep so you can actually read results its up on gerrit
11:15:28johnb2ok
11:16:11 Quit beencubed (Quit: Leaving)
11:21:06 Join beencubed [0] (~beencubed@209.131.238.248)
11:25:42 Quit J_Darnley (Ping timeout: 256 seconds)
11:27:37johnb2Does RB compile for you?
11:27:50 Join edhelas [0] (9d94237298@2a01:7c8:aab8:6b9:5054:ff:fec9:fd84)
11:28:07johnb2__Bilgus : ^^
11:28:57johnb2BL worked.
11:28:59johnb2https://pastebin.com/rLrdMfvs
11:29:07__Bilgusyou don't need to recompile RB
11:30:11__Bilgusbasically the two are mostly independent
11:31:17gevaertsSerious iflash improvements seem to be a good release reason, yes
11:31:52 Quit michaelni (Ping timeout: 256 seconds)
11:32:27 Join J_Darnley [0] (~J_Darnley@d51A44418.access.telenet.be)
11:33:18johnb2"Seraching [2] Volumes"
11:33:34__Bilgusah that should be 8
11:33:41johnb2Loading .. some gibberish (unreadable)
11:36:32 Quit petur (Quit: Connection reset by beer)
11:42:30 Join michaelni [0] (~michael@213-47-68-29.cable.dynamic.surfer.at)
11:43:58__Bilgusjohnb2 another try awaits
11:44:17__Bilgusso you should see the sabe searching 2 volumes
11:44:51__BilgusSAME* but there should be more listed in the partition list at the beginning
11:46:58__BilgusI hardcoded the number of volumes if it works this time we need to probably define HAVE_MULTIVOLUME
11:52:16johnb2Same [2] message. Then "Loading.. /.rockbox/rochbox.m" then truncated. But it is still booting from internal.
11:54:20johnb2__Bilgus : ^^
11:54:56__Bilgusmaybe the sd isn't getting mounted
11:55:42__Bilgusoh did it list more partitions at the beginning?
11:58:00johnb2OOOPs, in the previous version it listed partitio 0 with 4GB AND Partition 1 with 20MB.
11:58:30johnb2Now it is only part 0 with 4GB
11:59:27__Bilgushmm so mount_all only returns the internal drive
12:00
12:02:03__Bilgusah ok it uses num volumes too so lets try defining multivolume
12:03:33__Bilgusok heres one more
12:04:03__Bilgusif this doesn't work i'll have to regroup
12:13:01johnb2Again just Partition 0, but Seraching [8] Volumes, same Loading message. Sitll from internal
12:13:07johnb2*Still
12:16:18 Quit pamaury (Ping timeout: 256 seconds)
12:16:26 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
12:16:39 Quit Moarc_ (Quit: i znowu NADMUCHAƁ BALONA)
12:17:37__Bilguswell I just don't know whats going on maybe it ifdefs out the sd card init or something
12:23:04 Join Moarc [0] (~chujko@a105.net128.okay.pl)
12:25:54 Quit Moarc (Client Quit)
12:27:43 Join Moarc [0] (~chujko@a105.net128.okay.pl)
12:27:50 Quit Moarc (Remote host closed the connection)
12:33:26***Saving seen data "./dancer.seen"
12:35:10 Join Moarc [0] (~chujko@a105.net128.okay.pl)
12:42:37speachy__Bilgus: X3 in the mail btw
12:43:52__Bilgusok, ill should be able to make it to the PO tonight or tomorrow eve
12:45:22speachythere's no rush. I had to run some errands and the PO was on the way.
12:49:13__Bilgusjohnb I have one last idea for lunch time
12:50:37__Bilgusits up on gerrit now
12:50:51__Bilgusso this time hopefully you will see more partitions
12:51:37__BilgusI enabled hotswap on the other sansas I didn't need it in the bootloader but maybe this one does??
12:51:54johnb2Let's see ...
12:52:13__Bilgusif not do a little investigation of what volume is mounted for the sdcard once you boot into fw
12:52:53__Bilgusin the file browser <MICROSD1> should be the same as <1> or <2>
12:53:56__BilgusI guess what you could do is try saving some files and use <0>,/file.txt <1>/file.txt etc and see where they end up
12:54:25johnb2ok, will play with it
12:55:11__BilgusI'm guessing there's some obscure ifdef somewhere blocking the rest of the sd volumes but clearly i'm not sure
12:56:47__Bilguseither that or we just aren't waiting long enough but being that mount_all only returns 1 volumeI'm leaning towards a define somewhere..
12:57:51johnb2BINGO
12:58:17johnb2Boot Volume <1>
12:59:03johnb2File Browser starts on the SD
13:00
13:02:53__Bilgusok so it needs hotswap
13:02:57__BilgusAWESOME
13:03:22__Bilgusi'll clean it up tonight
13:03:47johnb2Great job! I just confirmed, that .playlist_control and config.cfg are update on the SD card.
13:04:03johnb2*updated
13:04:17johnb2Enjoy you lunch!
13:05:26johnb2BTW, can you make yourself the author of that commit?
13:06:29 Quit johnb2 (Quit: Nettalk6 - www.ntalk.de)
13:07:21__Bilguswe'll just leave you on there we're both already in the credits
13:15:13 Join MrZeus [0] (~MrZeus@05467834.skybroadband.com)
13:22:34 Quit __Bilgus (Ping timeout: 245 seconds)
14:00
14:33:28***Saving seen data "./dancer.seen"
14:52:16 Join prof_wolfff [0] (~prof_wolf@240.red-88-19-58.staticip.rima-tde.net)
15:00
15:06:42 Quit pamaury (Ping timeout: 260 seconds)
15:07:14 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
15:43:03 Join jdarnley [0] (~J_Darnley@d51A44418.access.telenet.be)
15:44:30 Quit J_Darnley (Ping timeout: 260 seconds)
16:00
16:33:29***Saving seen data "./dancer.seen"
17:00
17:00:34 Quit speachy (Quit: WeeChat 2.8)
17:31:02 Quit pamaury (Ping timeout: 265 seconds)
17:53:39 Join akaWolf [0] (~akaWolf@akawolf.org)
18:00
18:33:32***Saving seen data "./dancer.seen"
19:00
19:17:50 Join __BILGUS [0] (41ba23be@65.186.35.190)
19:23:56__BILGUSjohnb #2662 should be ready to go assuming it still works
19:24:53__BILGUS g#2662
19:24:55fs-bluebotGerrit review #2662 at http://gerrit.rockbox.org/r/2662 : Enable boot from SD for Sansa e200 by Johannes Rauh
19:48:19 Join livvy [0] (~livvy@gateway/tor-sasl/livvy)
20:00
20:07:33 Join sakax [0] (~r0b0t@unaffiliated/r0b0t)
20:19:25 Quit sakax (Ping timeout: 264 seconds)
20:24:13 Join sakax [0] (~r0b0t@unaffiliated/r0b0t)
20:29:26 Quit sakax (Read error: Connection reset by peer)
20:29:46 Join sakax [0] (~r0b0t@unaffiliated/r0b0t)
20:32:22 Quit sakax (Remote host closed the connection)
20:33:36***Saving seen data "./dancer.seen"
20:40:50 Quit MrZeus (Ping timeout: 260 seconds)
20:50:03 Quit livvy (Ping timeout: 240 seconds)
20:52:24 Join speachy [0] (~speachy@209.2.65.77)
22:00
22:33:38***Saving seen data "./dancer.seen"
22:57:21 Join minsky [0] (~minsky@69.167.8.222)
22:57:21 Quit minsky (Client Quit)
23:00
23:29:25 Quit TheSeven (Ping timeout: 244 seconds)
23:30:07 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)

Previous day | Next day