Re: run/demo on NOVA failed

2017-08-13 Thread Ivan Loskutov
Hi Jan, looks like you need to install syslinux on the host. вс, 13 авг. 2017 г. в 11:35, Jan-Ralph Sroka < jan-ralph.sr...@mailbox.tu-dresden.de>: > Hello, > > as stated I try to run the Demo on NOVA. > > I've been following the guide on the homepage and: > > - prapared the ports for nova and x

Re: TPM, Haskell and RPC mapped through NOVA

2014-11-20 Thread Ivan Loskutov
Hi Thomas, 2014-11-11 12:08 GMT+03:00 Thomas Strobel : > > > My next question is how difficult it is to write Genode applications in > Haskell. Is there an environment which can run Haskell applications, > something similar to the Haskell Lightweight Virtual Machine for Xen? [2] > > A few words a

Re: FOSDEM 2014

2014-02-02 Thread Ivan Loskutov
Thanks you. But the sound is very quiet. Could anyone at FOSDEM to do something? -- Ivan Loskutov 2014-02-02 Christian Prochaska : > FYI, the microkernel devroom has a live video stream running right now at > http://video-redirect.fosdem.sesse.net/h221

Re: u-boot files - device specific?

2013-07-08 Thread Ivan Loskutov
I'm not familiar with i.MX6. If your u-boot supported loading files from sd-card ( commands fatload mmc or ext2load mmc), you can copy uImage to sd-card fat/ext2 partition and modify bootcmd via serial console in u-boot. Or you can use booting via tftp. -- Ivan Loskutov 2013/7/8 Aditya K

Re: u-boot files - device specific?

2013-07-08 Thread Ivan Loskutov
. Genode build system can make uimage automatically. Just add SPECS += uboot to etc/specs.conf -- Ivan Loskutov 2013/7/8 Aditya Kousik > Hello, > > I'm trying to run Genode on an i.MX6. And I've tried copying uImage. But > that doesn't seem to be enough.

Re: how to install Genode on PC machine

2013-04-15 Thread Ivan Loskutov
io.gz module fedora18.img vbeset 0x117 boot -- Ivan Loskutov 2013/4/14 yuqing wang > Hi, > Can you tell me the details about how to use iPXE for boot l4linux.I > browse the webpage of iPXE, can only find a useful example of > network-booting windows PE. > I conclude the pr

Re: how to install Genode on PC machine

2013-04-14 Thread Ivan Loskutov
fast solution for my case. -- Ivan Loskutov 2013/4/15 Jian Liu > > Jian LIU > > email to: gjk....@gmail.com > > > 2013/4/14 Ivan Loskutov > >> Hi Jian, >> 1) I've used iPXE because it has good code and I can change this for my >> need

Re: how to install Genode on PC machine

2013-04-14 Thread Ivan Loskutov
r fit l4linux to memory of my PC. I don't think that NIC driver error is caused memory layout. -- Ivan Loskutov 2013/4/14 Jian Liu > > 2013/4/10 Ivan Loskutov > >> >> 2013/4/10 yuqing wang >> >>> I downgrade qemu,fedora can start now. >>> B

Re: how to install Genode on PC machine

2013-04-14 Thread Ivan Loskutov
Hi Yuqing, I'll upload ipxe with my changes to Github in few days. About hardcode address I've mean that I manually set loading address in iPXE loader to bigest region of memory layout my PC. Because ipxe has selected small region which has not enought space for my image. -- Ivan Loskut

Re: how to install Genode on PC machine

2013-04-10 Thread Ivan Loskutov
orary solve this issue via hardcode start loading adress to 0x4020 in iPXE multiboot loader. And I've modify bootstrap modaddr to 0x8000. With these changes I can boot PC but have only 2G memory for using. I don't try to understand how to work it yet. I&#x

Re: how to install Genode on PC machine

2013-04-09 Thread Ivan Loskutov
L4linux didn't start because atapi_drv crashed: [init -> atapi_drv] Io error! I have the same error with qemu-1.4.0 but it works with qemu-1.2.2. You can downgrade qemu or disable hard disk access in run script (attached). -- Ivan Loskutov 2013/4/9 yuqing wang > I downloaded the s

Re: how to install Genode on PC machine

2013-04-08 Thread Ivan Loskutov
Try sources from our fork https://github.com/Ksys-labs/genode from branch * staging*. You can try *fedora.run* run script from *iloskutov* folder. It worked for me on my hardware. -- Ivan Loskutov 2013/4/8 yuqing wang > I update the patches I can find related to issue #593 ,some are wri

Re: how to install Genode on PC machine

2013-04-08 Thread Ivan Loskutov
Try to apply patches from Christian Helmuth which related to issue #593 thread. This must partialy solve this issue. But sometimes I have the same messages too. -- Ivan Loskutov 2013/4/8 yuqing wang > Hi Ivan, > Thank you.I read the mails at the website > https://github.com/genodela

Re: how to install Genode on PC machine

2013-04-07 Thread Ivan Loskutov
Hi, it's known issue https://github.com/genodelabs/genode/issues/593 -- Ivan Loskutov 2013/4/8 yuqing wang > Hi, > I want to run l4linux on real hardware to do some research about its > network.I use l4linux.run script to create the files which I would copy to > my hard dis

Re: Interrupts in L4Linux

2013-04-05 Thread Ivan Loskutov
Hello Norman, I continue to understand this problem. I've tried to disable SMP in Fiasco.OC and remove VCPU affinity from l4linux command line. For this case the benchmark with nic_bridge shows symmetric results. I've obtained a bandwidth about 880 Mbit/s. -- Ivan Loskutov 2013/3

Re: how to install Genode on PC machine

2013-03-27 Thread Ivan Loskutov
of modern hardware, and you don't need usually to special config for drivers. -- Ivan Loskutov 2013/3/26 Jian Liu > Hi Norman, > >With your help, I have now some experiences on Genode, such as > building and demo it in Qemu. I have also learned about the whole > structure o

Re: Interrupts in L4Linux

2013-03-25 Thread Ivan Loskutov
meters of > the Linux TCP/IP stack depend on the memory available to Linux. > Ok, I'll try to test again with more memory for L4Linux. -- Ivan Loskutov -- Everyone hates slow websites. So do we. Make your we

Re: Interrupts in L4Linux

2013-03-22 Thread Ivan Loskutov
Hello Norman, I've done test for nic_bridge, and I've updated page with results http://ksyslabs.org/doku.php?id=genode_network_perfomance#nic_bridge_test -- Ivan Loskutov 2013/3/20 Norman Feske > Hi Vasily, > > thanks for this nuanced discussion. It helps me lot

Low performance of L4Linux network

2013-03-20 Thread Ivan Loskutov
Hello there. I've tested network performance of L4Linux network on real hardware and have not good results http://ksyslabs.org/doku.php?id=genode_network_perfomance Performance is very low. Do you have any ideas how to increase it? -- Ivan Los

Re: Change of session name at runtime

2013-01-29 Thread Ivan Loskutov
I have tried the mechanism. It is work fine for my case. Thanks Norman. -- Ivan Loskutov 2013/1/29 Ivan Loskutov > Hello Norman, > > > have you had a look at conditional session routes using ''? > > Admittedly, it is not very well documented. Let's have a

Re: Change of session name at runtime

2013-01-28 Thread Ivan Loskutov
to tell the driver, which > NIC to use (e.g., using parameters). Yes, I have implemented selecting NIC device by driver . > I wonder about your IRQ problems. Having multiple devices to share one > IRQ is expected to work. Maybe, your IRQ issues stem from a missing ACPI > driver? I ha

Change of session name at runtime

2013-01-28 Thread Ivan Loskutov
e you have another solution?* -- Ivan Loskutov -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by

Re: l4linux booting failure on Genode

2012-12-14 Thread Ivan Loskutov
ution and has showed nothing. -- Ivan Loskutov 2012/12/15 Jilong Kuang > Hi Ivan, > > ** ** > > Thank you for your reply. > > ** ** > > Yes, I managed to boot up l4linux in QEMU. However, on real machine, I > have no clue why the prompt doesn’t show up (I

Re: l4linux booting failure on Genode

2012-12-13 Thread Ivan Loskutov
ed connect two COM-ports to your target, COM0 for genode log and COM1 for l4linux. -- Ivan Loskutov 2012/12/14 Jilong Kuang > Hi, > > I was trying to run l4linux on Genode following the online tutorials. > Compiling was fine. I didnt change any configuration file or script. >

Run two instances of nic_drv

2012-12-13 Thread Ivan Loskutov
issue? Anyone have ideas about it? -- Ivan Loskutov -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and foc

Issue in Arora

2012-10-30 Thread Ivan Loskutov
enode- ksyslabs-staging/qt4/src/lib/qt_main/qt_main.cc:70 What may cause this error? How to debug in such cases? -- Ivan Loskutov -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Dow

Re: Issue in lwip

2012-10-26 Thread Ivan Loskutov
I applied patch from Christian Prochaska 17dc60eb66906731a194cc4256fce0cb2a28567d and it fixed the issue in stdcxx. -- Ivan Loskutov 2012/10/25 Sebastian Sumpf > Hello Ivan, > > On 10/25/2012 10:14 AM, Ivan Loskutov wrote: > > Hello, > > > > I have an issue

Re: Issue in lwip

2012-10-25 Thread Ivan Loskutov
Hello Sebastian, Thank you for supporting. Yes, it was not a good example. In this case I have another error. I try to reproduce the error in select. -- Ivan Loskutov 2012/10/25 Sebastian Sumpf > Hello Ivan, > > On 10/25/2012 10:14 AM, Ivan Loskutov wrote: > > Hello, &g

Issue in lwip

2012-10-25 Thread Ivan Loskutov
ssues. Sample code is in commit https://github.com/Ksys-labs/genode/commit/f567619f5f0a50e7eed74e9565ddae1320a016a0 I ran the server in qemu and client from xmlrpc++ on my host. Any ideas? -- Ivan Loskutov -- Everyone hates

Re: Trouble porting linux driver to DDE Kit

2012-10-11 Thread Ivan Loskutov
Hello Christian, If I understood correctly, I need to make a branch based on genode/master, do cherry-pick my commits there and rebase it. And I'll get the correct branch for pull-request. It's correct way? -- Ivan Loskutov 2012/10/11 Christian Helmuth > Hello Ivan, >

Re: Trouble porting linux driver to DDE Kit

2012-10-11 Thread Ivan Loskutov
Hi Norman, We are planning to send pull-request with our commits in the near future. How to it make correct. I tried to make pull-request on Github, but I can't select required commits. How do you do it? Or can I open an issue with commits hash only? -- Ivan Loskutov 2012/10/5 Norman

Qt and lwip-1.4.1

2012-09-17 Thread Ivan Loskutov
must return EAGAIN, but it doesn’t happen in lwip. It doesn’t affect for http connection, but ssl connection is dropped. Anyone already faced such issues?* -- Ivan Loskutov -- Live Security Virtual Conference Exclusive live

Re: IRQ handling

2012-07-19 Thread Ivan Loskutov
Sorry. IRQ is work. I write simple test and check it. -- Ivan Loskutov 2012/7/19 Ivan Loskutov > I can't handle GPIO IRQ. I check my previous driver for Gumstix Overo. It > doesn't work too in current snapshot Genode from git. I revert my fork to > state before merging y

Re: IRQ handling

2012-07-19 Thread Ivan Loskutov
I can't handle GPIO IRQ. I check my previous driver for Gumstix Overo. It doesn't work too in current snapshot Genode from git. I revert my fork to state before merging your master and this driver is working. -- Iva

Re: IRQ handling

2012-07-17 Thread Ivan Loskutov
Hello Stefan, Thanks. I'll try this method. I forgot about this wonderful feature. -- Ivan Loskutov 2012/7/17 Stefan Kalkowski > Hello Ivan, > > On 17.07.2012 08:38, Ivan Loskutov wrote: > > Hello. > > > > I try to implement touchscreen driver. I have re

IRQ handling

2012-07-16 Thread Ivan Loskutov
see only polling from touchscreen driver. Or can I use other solution? -- Ivan Loskutov -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has ch

Re: OMAP4 framebuffer

2012-07-13 Thread Ivan Loskutov
Thanks. With your u-boot HDMI is work and DSS registers read correct. -- Ivan Loskutov 2012/7/13 Stefan Kalkowski > Hi Ivan, > > On 13.07.2012 08:11, Ivan Loskutov wrote: > > Hello. > > > > I try to extend OMAP4 frame-buffer driver for using with LCD. Your HDMI &

Re: OMAP4 framebuffer

2012-07-13 Thread Ivan Loskutov
I use PandaBoard 4430 Rev.A4. -- Ivan Loskutov 2012/7/13 Sebastian Sumpf > Hi Ivan, > > On 07/13/2012 08:11 AM, Ivan Loskutov wrote: > > Hello. > > > > I try to extend OMAP4 frame-buffer driver for using with LCD. Your > > HDMI example does not work. I t

Re: OMAP4 framebuffer

2012-07-13 Thread Ivan Loskutov
Thank you. I'll try this. -- Ivan Loskutov 2012/7/13 Stefan Kalkowski > Hi Ivan, > > On 13.07.2012 08:11, Ivan Loskutov wrote: > > Hello. > > > > I try to extend OMAP4 frame-buffer driver for using with LCD. Your HDMI > > example does not work. I try

OMAP4 framebuffer

2012-07-12 Thread Ivan Loskutov
pandaboard? Maybe part of the initialization is performed in u-boot. -- Ivan Loskutov -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed an

Re: Local network between l4linux and genode application

2012-03-23 Thread Ivan Loskutov
/genode/issues/156 > > I would love to help you whenever possible, and as far as problems arise. > > Regards > Stefan > > On 20.03.2012 11:39, Ivan Loskutov wrote: > > Hello Stefan, > > > > Thank you for script. I tried to use nic_bridge already and got the same &

Re: Linux GUI application on Nitpicker

2012-03-22 Thread Ivan Loskutov
Thank you. 2012/3/22 Stefan Kalkowski > Hi Ivan, > > On 22.03.2012 12:55, Ivan Loskutov wrote: > > Hello. > > > > Norman Feske showed demo on FOSDEM where GUI application from linux was > > displayed on Nitpicker. Is demo specific to OKLinux or can be > &

Linux GUI application on Nitpicker

2012-03-22 Thread Ivan Loskutov
Hello. Norman Feske showed demo on FOSDEM where GUI application from linux was displayed on Nitpicker. Is demo specific to OKLinux or can be implemented on l4linux too? I can't find an example for this in sources. -- This

Re: Local network between l4linux and genode application

2012-03-20 Thread Ivan Loskutov
operly.) > > I hope that brings you a little bit further. > > Best regards > Stefan > > On 20.03.2012 10:12, Ivan Loskutov wrote: > > Hello. > > > > How to make network c

Local network between l4linux and genode application

2012-03-20 Thread Ivan Loskutov
Hello. How to make network connection betwen server in l4linux and genode application (for example Arora)? Has Genode implementation for this case? -- This SF email is sponsosred by: Try Windows Azure free for 90 days Clic

Re: Building Genode for Gumstix Overo platform

2012-02-16 Thread Ivan Loskutov
Hi Norman, Thanks for the fast response. > First question about core. Core for Fiasco.OC used LD_TEXT_ADDR = > 0x14 > > in base-foc/src/core/target.inc. In Overo memory locations starting at > > 0x8000. I think, I need to set LD_TEXT_ADDR = 0x8014. I added it > to > > base-foc/src/co

Re: Gentoo portage overlay

2012-02-01 Thread Ivan Loskutov
Hello Julian, I emerged your toolchain. It work for x86 but don't work for ARM. I tried to build run/hello for foc_pbxa9. Compilation failed with message: ... Library cxx COMPILE exception.o COMPILE guard.o COMPILE malloc_free.o COMPILE misc.o COMPILE new_delete.o COMP