<CIA-51> flickernoise: Xiangfu Liu master * rc12d6e2 / src/flash.c : flash upgrade: disable opendialog when flashing - http://bit.ly/k2wKLV
<Martoni> hoy
<xiangfu> Martoni: hi
<CIA-51> flickernoise: Xiangfu Liu master * rc2a7a49 / src/flash.c :
<CIA-51> flickernoise: flash update: add webupdate function
<CIA-51> flickernoise:  * donwload images from http://www.milkymist.org/snapshots/latest/
<CIA-51> flickernoise:  * TODO: add version check, now it always download and flash.
<CIA-51> flickernoise: Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc> - http://bit.ly/k3vs1F
<lekernel> hi
<xiangfu> lekernel: Hi
<xiangfu> is the input.c is ok? hope I don't mis-understand your thinking.
<xiangfu> :)
<xiangfu> I put them here:http://downloads.qi-hardware.com/people/xiangfu/milkymist-one/
<lekernel> yeah, moment
<lekernel> been traveling all around for 2 days :-)
<xiangfu> oh. cool. :)
<xiangfu> I will offline for awhile. back on line later. see you.
<xiangfu> (dinner time, in Beijing)
<wpwrak> lekernel: how's the milkymist world tour going ? :)
<xiangfu> thanks. I also get some emails from github.com about comments
<xiangfu> line comments, cool. :)
<xiangfu> hi lekernel  what is the layout of http://milkymist.org/msd/ in future. is that also same with snapshots/ ?
<lekernel> I don't know. right now I was using simple tarballs, but we'll have to change it
<lekernel> maybe we can have a file VERSIONS at the root
<lekernel> which gives the latest version of flickernoise and soc+bios
<lekernel> and add the corresponding binaries in msd/ as well
<lekernel> that the device will download if it's running a different version (which it can check quickly with the VERSIONS file)
<xiangfu> I will working on those issues tomorrow. a little bit late today.
<xiangfu> I found the soc and bios usinig same head file for detect version: software/include/base/version.h:#define VERSION "1.0RC4"
<lekernel> yeah I know
<lekernel> both are supposed to be the same
<lekernel> just upgrade both at the same time
<lekernel> soc/bios upgrades should be relatively rare anyway
<xiangfu> yes
<xiangfu> lekernel some small things: 1. how about change the folder name from /flash to /system?
<lekernel> i'd say //ssd
<lekernel> actually non-tech people mistake it for macromedia flash ... lol
<xiangfu>   /flash is a little bit 'technique', code stuff.
<lekernel> ssd is not trademarked, is it?
<lekernel> (for 'solid state disk')
<xiangfu> yes. also macromedia flash. /ssd sounds good.
<lekernel> it's not trademarked?
<xiangfu> don't know where we can sure if ssd is trademarded.
<xiangfu> just googling and wikipedia. not found it's trademarked. but I don't know where we can make sure of this.
<lekernel> Ssd® is a registered trademark used for Material For Use As a Substitute For Natural Bone and To Encourage Growth and Regeneration of Natural Bone For Use In Dental and Other Applications and owned by Kerr Corporation, Bioplant Inc..
<xiangfu> yes
<lekernel> so, doesn't seem trademarked for anything computer related. go for it.
<xiangfu> ok.
<xiangfu> another two small things. add /ssd/patches/, put all patches to it.
<xiangfu> add /ssd/etc, put 'sysconfig.bin' and 'versions' to it.
<lekernel> versions?
<lekernel> no
<lekernel> read the versions as the "about" dialog does
<lekernel> and this code should be shared between the about dialog and the upgrade box, and put in a separate file
<xiangfu> oh. yes. that is much better.
<xiangfu> I only notice teh MTK and OS version. :(
<xiangfu> ok. all small things. I will finish them.
<lekernel> and do not create /etc if there's only sysconfig.bin in it
<xiangfu> got it.
<mwalle> hi
<lekernel> thx kristianpaul :)