lekernel changed the topic of #milkymist to: Milkymist One, Migen, Milkymist SoC & Flickernoise :: Logs: http://en.qi-hardware.com/mmlogs :: EHSM Berlin Dec 28-30 http://ehsm.eu
Jia has joined #milkymist
cladamw has joined #milkymist
rejon has joined #milkymist
rejon has quit [Ping timeout: 245 seconds]
elldekaa has joined #milkymist
xiangfu has joined #milkymist
rejon has joined #milkymist
voidcoder has quit [Read error: Connection reset by peer]
rejon has quit [Quit: Leaving]
xiangfu has quit [Ping timeout: 245 seconds]
cladamw has quit [Quit: Ex-Chat]
Gurty has quit [Ping timeout: 252 seconds]
xiangfu has joined #milkymist
xiangfu has quit [Ping timeout: 252 seconds]
xiangfu has joined #milkymist
cladamw has joined #milkymist
antgreen has quit [Read error: Operation timed out]
elldekaa has quit [Remote host closed the connection]
elldekaa has joined #milkymist
rejon has joined #milkymist
voidcoder has joined #milkymist
Gurty has joined #milkymist
rejon has quit [Ping timeout: 265 seconds]
xiangfu has quit [Ping timeout: 245 seconds]
rejon has joined #milkymist
Martoni has joined #milkymist
elldekaa has quit [Ping timeout: 252 seconds]
lekernel_ has joined #milkymist
lekernel has quit [Ping timeout: 252 seconds]
elldekaa has joined #milkymist
xiangfu has joined #milkymist
xiangfu has quit [Ping timeout: 245 seconds]
xiangfu has joined #milkymist
elldekaa has quit [Remote host closed the connection]
lekernel_ is now known as lekernel
xiangfu has quit [Ping timeout: 245 seconds]
wpwrak has quit [Ping timeout: 248 seconds]
xiangfu has joined #milkymist
wpwrak has joined #milkymist
Jia has quit [Ping timeout: 248 seconds]
rejon has quit [Ping timeout: 245 seconds]
cladamw has quit [Quit: Ex-Chat]
elldekaa has joined #milkymist
<lekernel> kristianpaul: no, there's no framebuffer yet
<lekernel> kristianpaul: have you been able to fix your clang build problem?
<lekernel> I have cmake version 2.8.8
voidcoder has quit [Ping timeout: 256 seconds]
<lekernel> what's yours?
<kristianpaul> not fixed afaik...
<kristianpaul> t2.8.7-0ubuntu4...
<kristianpaul> from last ubuntu lts
<lekernel> try autocrap maybe (llvm has both)
<lekernel> iirc JP has written some autocrap instructions in one of the readme's
<kristianpaul> k
<kristianpaul> bbl going to work !
Martoni has quit [Read error: Operation timed out]
<stekern> 2.8.7 should work fine (it does here at least)
<lekernel> stekern: you have built the modified lm32 version? works for you?
<stekern> yes
Martoni has joined #milkymist
wolfspraul has quit [Read error: Connection reset by peer]
wolfspraul has joined #milkymist
wolfspra1l has joined #milkymist
wolfspraul has quit [Ping timeout: 245 seconds]
cladamw has joined #milkymist
TachyonDev has joined #milkymist
rejon has joined #milkymist
rejon has quit [Ping timeout: 244 seconds]
rejon has joined #milkymist
zumbi has quit [Read error: Operation timed out]
elldekaa has quit [Remote host closed the connection]
zumbi has joined #milkymist
zumbi is now known as Guest50087
xiangfu has quit [Ping timeout: 245 seconds]
cladamw has quit [Quit: Ex-Chat]
<kristianpaul> stekern: odd for me then..
<kristianpaul> stekern: lekernel what is your distro?
<kristianpaul> i'll try on trusty debian :)
<lekernel> fedora
<kristianpaul> F17?
<kristianpaul> had u tried the urjtag recently btw?
<kristianpaul> i know it got ported but dunno if works well and the usb bugs the other day too
hypermodern has joined #milkymist
rejon has quit [Ping timeout: 252 seconds]
<lekernel> f16
<lekernel> haven't reinstalled urjtag for a while...
kilae has joined #milkymist
<kristianpaul> ;-)
voidcoder has joined #milkymist
mumptai has joined #milkymist
Martoni has quit [Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120423130206]]
TachyonDev has quit [Quit: Leaving.]
hypermodern has left #milkymist [#milkymist]
<kristianpaul> following wolfspra1l qoute about cpu processing mp3 at low mhz
voidcoder has quit [Remote host closed the connection]
voidcoder has joined #milkymist
<Fallenou> http://pastebin.com/DHU8yf9c < ahahah
<Fallenou> boom
<Fallenou> (sorry for the basic instinct of liking when it just blows)
elldekaa has joined #milkymist
<kristianpaul> oh wow an activate mmu command !
<Fallenou> ;)
<Fallenou> wait a sec
<kristianpaul> i tought that was decided just in sinthesis
<Fallenou> MMU logic is included or not at synthesis time indeed
<Fallenou> the "mmu activate" means going into user mode (which means virtual addresses gets translated into physical ones)
<Fallenou> and "mmu disactivate" means going into kernel mode
<Fallenou> which disactivates address translations
<kristianpaul> what is that usefull for? (activate and desactivate)
<Fallenou> you know, usually you have 2 (or 4 or other number) of "mode"
<Fallenou> privileged mode / user mode
<Fallenou> something like this
<Fallenou> that we could call "kernel mode"/"user mode"
<Fallenou> when Linux kernel code is running, physical addresses are used
<Fallenou> kernel address space is not virtual, it's physical
<Fallenou> basically when kernel code runs, mmu is disabled
<Fallenou> and when you switch back to user processus, you activate back the MMU
<Fallenou> so you therefore need a way to activate/disactivate the mmu :)
<kristianpaul> so this switch happens all time?
<Fallenou> yes
<kristianpaul> ohh
<Fallenou> at each IRQ, each syscall
<Fallenou> and upon page fault (which is an exception)
kilae has quit [Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120420145725]]
Padawan- has quit [Ping timeout: 248 seconds]
* kristianpaul wonder where is the watchdog when you need it ;-)
Padawan- has joined #milkymist
Padawan- is now known as Guest96875
Guest96875 is now known as Padawan-
Padawan- has quit [Changing host]
Padawan- has joined #milkymist
<wpwrak> nice ;-)
mumptai has quit [Ping timeout: 245 seconds]
<Fallenou> hum hum SoC hangs if a memory store triggers a page fault :)
<Fallenou> I will need to simulate that one
<Fallenou> only the "page fault during memory load" is handled correctly atm so
<Fallenou> would have been too easy if everything was working :p
* Fallenou likes the new interactive tests
<Fallenou> time to sleep
<Fallenou> gn8 !
elldekaa has quit [Read error: Connection reset by peer]
elldekaa has joined #milkymist
azonenberg has quit [Ping timeout: 245 seconds]
elldekaa has quit [Read error: Connection reset by peer]
lekernel has quit [Ping timeout: 245 seconds]
lekernel_ has joined #milkymist
qwebirc45162 has joined #milkymist
<qwebirc45162> i can tell you guys are technocrats. especially by the quote that was put on the box. so of course you would find it humorous that there's no way to hook up the milkymist to a computer. not unless of course you have the money for the vga converter. 500 dollars for nothing. im probably selling it (and i just got it today)
qwebirc45162 has quit [Quit: Page closed]