Individual file access

2017-06-06 Thread Nobody III
To start off, I'm planning on building a component that handles file open/save requests for other components, primarily graphical applications. My plan is to use a qt5 QFileDialog for the user to select one or more files, then modify the vfs server's configuration to attach the selected file(s) to

Re: Depot Packages

2017-06-06 Thread Nobody III
I have gotten my depot repository setup on github, and created a pull request that adds it to the available sources. Could you please merge it? On Tue, Jun 6, 2017 at 8:59 AM, Norman Feske wrote: > Hi Ben, > > thanks for your interest in Genode's depot tools! :-) > > On 02.06.2017 19:50, Nobody

Re: Genode OS Framework version 17.05 released

2017-06-06 Thread Chris Rothrock
I'm not seeing which framebuffer driver is being used. I am looking at the virtualbox.run and I see nit_fb, fb_drv, fb_sdl but I do not see anything specifically stating "intel" or "vesa". I just ran another complete compile (fresh compile on 17.05) using the virtualbox.run recipe. I can get thi

Re: Depot Packages

2017-06-06 Thread Norman Feske
Hi Ben, thanks for your interest in Genode's depot tools! :-) On 02.06.2017 19:50, Nobody III wrote: > The new depot packaging system is great, but the current set of > available packages is rather limited, especially when it comes to binary > packages. I'd like this to change, and I'd be happy t

Cpu_Thread_Component quota exceeded

2017-06-06 Thread Edinger, Stefan
Hi, we tried to extend the cpu_thread_component with some more members to get more information about the Threads. The Problem is that we get an "quota exceeded" error followed by an Out_of_memory Exception. After increasing the quota of the Cpu_thread_allocator to e.g. 2048 the Problem was gone

Unable to use csu_config.h to secure GPIO access from normal world

2017-06-06 Thread Abhishek Kumar
Hello I am using genode trustzone code on imx53 board. AFAIU, following lines in csu_config.h are supposed to regulate the access from normal world: ``` namespace Csu_config { enum { SECURE_GPIO = 1, SECURE_ESDHC = 0, SECURE_UART = 0,

Re: Data-abort exception while trying to boot skalk/linux imx-53 branch with genode trustzone

2017-06-06 Thread rijurekha
Hi Stefan, The skalk linux worked on the IMX53 qsb normal world, when we compiled it with the imx5_android_tz_defconfig config file. Earlier, we were trying with imx_v6_v7_defconfig config. Thanks! Riju > Hi Stefan, > We looked at the USB armory Linux: > https://github.com/m-stein/linux/tree/geno