<aw_>
and use "flashall.batch" to flash all, right?
<wolfspraul>
aw_: jtag -n flashall.batch
<wolfspraul>
btw - do we really need the '-n'?
<wolfspraul>
it says "disable reading ~/.jtag/rc on startup", but why are we worried about ~/.jtag/rc ?
<wolfspraul>
I think the instructions should just say to run "jtag flashall.batch" without -n
<wolfspraul>
xiangfu: what do you think?
<xiangfu>
wolfspraul: if we don't have that file. we don't needs that.
<wolfspraul>
well yes, but why do our instructions include the -n ?
<wolfspraul>
If someone really has a ~/.tag/rc (with settings?), then I would think he knows why and he wants to use it
<wolfspraul>
I don't understand why our instructions include the -n
<xiangfu>
yes. remove that should be safe.
<wolfspraul>
should we remove it in the wiki?
<wolfspraul>
I'm still wondering who/why the -n was added, there must have been a reason
<kristianpaul>
hmm yes -n is unecesary
<wolfspraul>
maybe that person just had some settings in his ~/.jtag/rc that were in conflict with milkymist one?
<kristianpaul>
could be, wiki instructions about mm1 flash changed over time.. even i think first one we're no so acurate or hackish :-)
<kristianpaul>
I think that person was mwalle :-)
<kristianpaul>
And could be, indeed
<xiangfu>
aw_: I think you don't need to look into the *.sh under lekernel/milkymist. aw:http://pastebin.com/M1taSLAN
<aw_>
xiangfu, hmm..thanks that info.
<kristianpaul>
xiangfu: is not posible not hardcode flickernoise with the fn:fn user/pass i think... well why just write that default on the default SYSCONFIG_FILE,
<kristianpaul>
just a tought
<kristianpaul>
s/on/in
<xiangfu>
kristianpaul: we still not find a way to flash /dev/flash5Â Â :(
<kristianpaul>
ah true...
<kristianpaul>
i forgot that
<xiangfu>
kristianpaul: yes. if we can  make a image of /dev/flash5.  include all patches. sysconfig.bin wallpaper.png. that will be great. :)
<kristianpaul>
Well actually i was thinking flass /dev/flash5 from rtems it self...
<kristianpaul>
Like a default prodecudere for a first poweron or something like that
<kristianpaul>
Once done that crate the SYSCONFIG_FILE with some default vales
<kristianpaul>
even !! you could wget last patches from internet if the mm1 get working internet (dhcp)
<kristianpaul>
he,
<kristianpaul>
but just a tought :-)
<xiangfu>
kristianpaul: (first poweron flash) that is same with hardcode. :) you have to write the default values in flickernoise.
<xiangfu>
kristianpaul: yes. wget will be great. maybe we can port a very simple wget. don't if it easy.
<kristianpaul>
yes, but  no, i mean you just format flash then grab files from internet
<kristianpaul>
(wget) from busy box, or why not just curl :-)
<kristianpaul>
but indeed some defualt values just will be hardcoded somwhere where in the code to later be written to the config file in flash
<xiangfu>
that will be great. which one do you recommend, wget(in busybox) or curl?  I never use curl before. just know very little thing about it.
<kristianpaul>
well. not sure as it may be just emdebed in flicernoise, so whatever code can get some files  from the internet
<mwalle>
lekernel: defer the break wont really work, because the problem is the same for breakpoints and watchpoints
<lekernel>
hmm ok
<mwalle>
lekernel: i'll put the break_en bit into the same reg as the THRU bit, eg. control register, the register 0Ch would be the status register, are you fine with that?
<mwalle>
and disable the break_en for midi devices
<lekernel>
yup
<lekernel>
if you want to can use a verilog generate statement to disable synthesis of the break circuit when it's not needed