<aw> i didn't see the branch "remotes/origin/eeprom-new" after "git branch -a". is that ok?
<aw> got "E: Couldn't find package libusb-1.0" after "./configure". but my Synaptic package shows a package of "libusb1.0-0" installed already. what's next step i have to do?, tks!
<aw> i just missed to install libusb-1.0.dev :)
<lekernel> "Milkymist, VJ Platform built around MIOS II"
<lekernel> ...
<Fallenou> ahah mios II
<carlobar> hi, im learning how to use flterm. i made a simple application that prints two numbers. i compiled that app setting "flash : ORIGIN = 0x41000000" in the linker script. Now im loading the binary image at address 0x41000000 (with flterm), but the output is: g4ýýý[iýýýýý[iýýýý. I dont know whats wrong, can someone help me?
<Fallenou> carlobar: is the hardware configured to fetch the good address from flash ?
<carlobar> do you mean read and write at 0x41000000? if thats so, yes. Sdram is at 0x40000000. From 0x40000000 to 0x40ffffff is assigned to bios, and from 0x41000000 to 0x41ffffff is assigned to the app
<Fallenou> oh yes you are flashing an application, not a bios, sorry
<carlobar> that "flash" label refers to a sdram
<carlobar> but is that procedure ok? im trying to learn that before starting compiling the kernel
<GitHub162> [extras-m1] shiyele pushed 1 new commit to master: http://bit.ly/lfQxss
<GitHub162> [extras-m1/master] a few label updates - Wolfgang Spraul
<Fallenou> carlobar: seems ok to me
<Fallenou> as long as you tell flterm to put the binary image at the right address
<Fallenou> it should jump on it
<Fallenou> be sure to have your "main" function at 0x41000000 btw
<carlobar> the disassembler code seems ok
<Fallenou> so if you have a call 0x41000000 from the bios it should be working ?
<carlobar> yes, inned after loading the image, some characters are printed
<Fallenou> check the uart baud rate ?
<Fallenou> carlobar: is your code available somewhere ?
<carlobar> The output  is:
<carlobar> Attempting serial firmware loading
<carlobar> sL5DdSMmkekro
<carlobar> [FLTERM] Received firmware download request from the device.
<carlobar> [FLTERM] Uploading kernel (6308 bytes)...
<carlobar> [FLTERM] Upload complete (9.6KB/s).
<carlobar> [FLTERM] Booting the device.
<carlobar> [FLTERM] Done.
<carlobar> g4ýýý[iýýýýý[iýýýý
<carlobar> Initial comunication is made ok
<carlobar> im going to update the repo
<GitHub0> [extras-m1] shiyele pushed 1 new commit to master: http://bit.ly/jomFg3
<GitHub0> [extras-m1/master] more label updates - Wolfgang Spraul
<GitHub26> [flickernoise] sbourdeauducq pushed 3 new commits to master: http://bit.ly/kzJdE1
<GitHub26> [flickernoise/master] filemanager: fix directory renaming - Sebastien Bourdeauducq
<GitHub26> [flickernoise/master] filemanager: do not attempt to translate directory names - Sebastien Bourdeauducq
<GitHub26> [flickernoise/master] Minor translation and layout improvements - Sebastien Bourdeauducq
<sh4rm4> they state the thing runs an amiga with "Altera Cyclone 3 FPGA with 16k gates"
<sh4rm4> i wonder if thats possible
<Fallenou> well why not, amiga is pretty old :)
<Fallenou> it wouldn't surprise me if it could fit into 16k gates
<sh4rm4> yeah, but is a motorola 16 bit cpu with a lot of custom chips
<sh4rm4> at least the 500...
<sh4rm4> they do not state though which amiga they emulate
<sh4rm4> on this site here http://members.optushome.com.au/jekent/system09/index.html they state the 6809 barely fits into 200K
<Fallenou> depends on the FPGA
<Fallenou> if they have hard multipliers etc etc
<Fallenou> and "gate" does not mean much
<Fallenou> depends too of the vendor and what they mean by gate
<Fallenou> if it's LUT or CLB or another arch
<Fallenou> or "logic cell"
<sh4rm4> ok, thanks for info :)
<sh4rm4> lekernel, i saw your atari st commit to mtk
<sh4rm4> i wonder what it is used for ?
<lekernel> M1 been running for 3 hours straight in simple mode... no crash
<lekernel> I've run it for longer than that at parties already so I don't really understand why hadez has problems
<kristianpaul> Fallenou: do you remenber a rtems exmple that writes a file in a tftp server?
<Fallenou> nop I don't
<Fallenou> I did a tftp client, but it was only receiving
<Fallenou> not sending
<kristianpaul> hum..
<Fallenou> In theory you should be able to read AND write to a tftpserver
<Fallenou> using their "tftp" stuff
<Fallenou> but I never got it to work
<kristianpaul> do you remenber wich nfs server is compatible with rtems?
<Fallenou> their /TFTP/host/
<Fallenou> I guess basic debian nfs
<kristianpaul> did you tried with ti?
<Fallenou> hummmm I remember trying
<Fallenou> I don't remember succeeding :)
<kristianpaul> he
<Fallenou> but lekernel did succed
<kristianpaul> oh
<Fallenou> yes he is using NFS
<kristianpaul> what was the difference?
<Fallenou> no idea
<Fallenou> He is mounting the nfs via the RTEMS shell
<Fallenou> which is in flickernoise
<kristianpaul> lekernel: what NFS server are you using with rtems?
<kristianpaul> i wonder if i need to enble some compatibllity,  i will check that too..
<GitHub79> [mtk] sbourdeauducq pushed 1 new commit to master: http://bit.ly/mLrvFM
<GitHub79> [mtk/master] Font utilities - Sebastien Bourdeauducq
<lekernel> kristianpaul, I don't remember... just used a somewhat default debian install
<kristianpaul> hmm
<lekernel> still not crashed ...
<mwalle> so wtf is mios2?!
<mwalle> nios2? double fail :)