[00:11:05] *** Joins: orpheu (bc510769@gateway/web/freenode/ip.188.81.7.105) [00:59:42] <[Saint]> No. [01:28:59] *** Quits: krnlyng (~liar@178.114.14.38.wireless.dyn.drei.com) (Ping timeout: 264 seconds) [01:34:06] *** [Franklin] is now known as [[Franklin] [01:34:13] *** [[Franklin] is now known as [Franklin] [01:34:44] *** Quits: [Franklin] (~me@unaffiliated/franklin) (Quit: ?f u cn rd ths, u cn gt a gd jb n sftwr tstng.? ? Anonymous) [01:36:35] *** Joins: [Franklin] (~me@unaffiliated/franklin) [01:42:42] *** Joins: krnlyng (~liar@178.112.137.46.wireless.dyn.drei.com) [02:34:27] *** [Franklin] is now known as [1] [02:34:43] *** [1] is now known as [0xDEADBEEF] [02:35:30] *** [0xDEADBEEF] is now known as DeAdBeEf [02:36:00] *** DeAdBeEf is now known as Guest50095 [02:36:44] *** Guest50095 is now known as [Franklin] [02:42:40] *** Quits: orpheu (bc510769@gateway/web/freenode/ip.188.81.7.105) (Quit: Page closed) [03:07:29] *** Quits: krnlyng (~liar@178.112.137.46.wireless.dyn.drei.com) (Ping timeout: 252 seconds) [03:28:37] *** Joins: krnlyng (~liar@178.112.137.46.wireless.dyn.drei.com) [04:58:33] *** [Saint] is now known as [Sinner] [04:59:06] *** [Sinner] is now known as [Saint] [06:21:29] *** Quits: [7] (~quassel@rockbox/developer/TheSeven) (Disconnected by services) [06:21:35] *** Joins: TheSeven (~quassel@rockbox/developer/TheSeven) [06:25:23] *** Quits: markatlis_ (4e851646@gateway/web/freenode/ip.78.133.22.70) (Quit: Page closed) [15:29:21] user890104: yes, i can build it, ATM there are other modifications on my local branch, related mainly to the rbutil, finally i compiled it for windows, the ipoddfu is working using both the Apple driver (included with iTunes) and the WinUSB driver (used to install emCORE) [15:32:53] on XP (no iTunes) it runs ok, now i am testing on Win7 using iTunes and it needs a few adjusts on rbutil to pause/resume the iTunesHelper.exe and fix a problem that occurs mounting the iPod using stock Win7 drivers, i hope to finish that and send the next patch set to gerrit [16:26:17] *** Quits: krnlyng (~liar@178.112.137.46.wireless.dyn.drei.com) (Ping timeout: 244 seconds) [16:45:12] *** Joins: krnlyng (~liar@178.114.101.251.wireless.dyn.drei.com) [17:29:33] prof_wolfff: great, can you share the build, i'd like to send it to the guys at head-fi.org, so they can do beta testing [17:32:19] also, how do you update from v2 to v3? does the device need to be restored with itunes, or the bootloader is smart enough to figure out that it only needs to overwrite its older version? [17:53:59] *** Quits: krnlyng (~liar@178.114.101.251.wireless.dyn.drei.com) (Ping timeout: 250 seconds) [18:06:52] yes, no problem, but maybe (as [Saint] said, to avoid wasting time dealing with confused users) it is better to wait for 2-3 days to have time to hide the menu for normal users, CENTER+RIGHT -> silently switch default FW as Sansas does [18:07:47] ATM i was planning to show the menu only when emcore.bin exists, but RB people must decide if the hidden menu should be included in the final version or leave as a separate patch in gerrit for advanced users who wants to use it [18:11:16] if the bootloader exists then it is updated, there is no problem on doing it using ipoddfu.py or the new (not yet in gerrit) mk6gboot.exe, but rbutil can't notice the presence of the bootloader, ATM it can be updated but not uninstalled using rbutil, so the bootloader needs a few changes to mark if it is installed, i was thinking on the creation of a file that rbutil can access [18:15:14] prof_wolfff: probably better to hide that marker away a bit better, so that it at least survives formatting the data partition [18:17:26] most bulletproof marker that comes to my mind right now is putting some signature into sector 4 of the disk [18:17:42] yes, i was also looking at ipodpatcher who is using the hidden partition [18:17:45] that sector is usually unused for both partitioned and superfloppy formatted disks [18:19:04] but using the hidden partition was a bit complex, i will try the sector 4 [18:20:21] non-dualboot users might decide to nuke away the hidden partition [18:20:53] true [18:24:06] i was trying to access the NOR using addresses 0x24000000, i got to the point where emCORE is remapping them so only privileged user can access it, but cannot do it on the bootloader, are they really maped to the NOR, any advice, i have tried many MMU configurations with no luck [18:24:28] we're talking about nano2g here? [18:25:13] yes, i saw that code, but Classic is also using the same API, for that reason i was wondering if they are really mapped [18:25:26] no, it's only mapped on the nano2g (parallel interface) [18:25:33] the classic has SPI NOR, that can't be mapped [18:25:53] the code is probably either conditionally compiled, or a copy&paste remnant from the nano [18:26:00] *** Joins: krnlyng (~liar@178.114.101.251.wireless.dyn.drei.com) [18:27:16] ah! so i was confused, i cant find the code where they the NOR is read/written, IIRC there is something on an assembler file [18:27:40] at which project/stage are you looking? [18:27:46] emcore loader? [18:28:09] emcore 859 [18:28:33] http://websvn.freemyipod.org/filedetails.php?repname=freemyipod&path=%2Femcore%2Ftrunk%2Ftarget%2Fipodnano3g%2Fbootflash.c [18:30:10] and the loader: http://websvn.freemyipod.org/filedetails.php?repname=freemyipod&path=%2Femcore%2Ftrunk%2Floader%2Fipodclassic%2Fmain.S (search for bootflash_read) [18:31:49] oh!, this is the same code i included on the RB bootloader, but IIRC i take it from spireader, probably i got to the nano2g branch browsing the code