Re: Rockchip USB revisited

2023-03-17 Thread Michael Grunditz
I got it to build with Rockchip kernel ,but the dts files are incomplete from the only public repo I know about. I will try BSP , but I can't share that. The dts I have now , doesn't make any sense at all comparing the TRMs, ___ Genode users mailing list

Re: Rockchip USB revisited

2023-03-17 Thread Michael Grunditz
> Using the Linux kernel drivers is simply an economic decision. When > using the latest lx_emul/lx_kit approach it tooks very few days to > enable a new driver, and it tooks even less to update the code base, > which is not the case with the deprecated dde_linux usb_host driver > mentioned above.

Re: Rockchip USB revisited

2023-03-17 Thread Stefan Kalkowski
Hi Michael, On Fri, Mar 17, 2023 at 10:48:25AM +0100, Michael Grunditz wrote: > On Fri, 17 Mar 2023 at 10:39, Stefan Kalkowski > wrote: > > > > Hi Michael, > > > > On Tue, Mar 14, 2023 at 03:47:48PM +0100, Michael Grunditz wrote: > > > > Do you generate the "dep" files automatically? I gave up an

Re: Rockchip USB revisited

2023-03-17 Thread Stefan Kalkowski
Hi Michael, On Tue, Mar 14, 2023 at 07:21:20PM +0100, Michael Grunditz wrote: > > That directory is there , so I have no clue what it means. > > > > Michael > > Just thinking ... the dde_linux driver is much better for me. Much > more generic. Is it possible to drive that from my rockchip dir? I

Re: Rockchip USB revisited

2023-03-17 Thread Michael Grunditz
On Fri, 17 Mar 2023 at 10:39, Stefan Kalkowski wrote: > > Hi Michael, > > On Tue, Mar 14, 2023 at 03:47:48PM +0100, Michael Grunditz wrote: > > > Do you generate the "dep" files automatically? I gave up and added all > > > headers. > > > > Oh well.. I can't get rockchip kernel to build ( it does

Re: Rockchip USB revisited

2023-03-17 Thread Stefan Kalkowski
Hi Michael, On Tue, Mar 14, 2023 at 03:47:48PM +0100, Michael Grunditz wrote: > > Do you generate the "dep" files automatically? I gave up and added all > > headers. > > Oh well.. I can't get rockchip kernel to build ( it does build by > itself). I have injected my dts files into a64 kernel and

Re: Rockchip USB revisited

2023-03-17 Thread Stefan Kalkowski
Hi Michael, On Tue, Mar 14, 2023 at 11:59:06AM +0100, Michael Grunditz wrote: > On Mon, 13 Mar 2023 at 17:59, Michael Grunditz > wrote: > > > > > To cross-check, does the creation of the binary archive > > > bin/arm_v8a/a64_usb_host_drv using the genode-allwinner repository work > > > as it shoul

Re: iwlwifi-9260-firmware

2023-03-17 Thread Josef Söntgen
Hi Alice, > > Ah right, I have not thought of that. Since most distros will also pull > > there firmware images from there (I think) it makes correlating things > > easier. > > Oh, sorry for the misunderstanding. I meant, it makes sense to use the one > from [1] :) > > [1] git://git.kernel.org/p

Re: Installing software in genode

2023-03-17 Thread Martin Stein
Hi Divya, There is the "DEPOT" env variable for gems/run/sculpt.run that can be used for equipping your Sculpt with a TAR archive of packages you reference in the deploy config (see depot_archive in gems/run/sculpt.run and [5]). You most likely want to use the GOA tool [1-3] in order to bring you

Re: iwlwifi-9260-firmware

2023-03-17 Thread Alice Domage
Dear Josef, Ah right, I have not thought of that. Since most distros will also pull there firmware images from there (I think) it makes correlating things easier. Oh, sorry for the misunderstanding. I meant, it makes sense to use the one from [1] :) [1] git://git.kernel.org/pub/scm/linux/ker

Re: iwlwifi-9260-firmware

2023-03-17 Thread Josef Söntgen
Hi Alice, > I wonder why the size differs. It is a good question. I would have expected > not. > > As far as I remember, I got it from the Intel website [1]. I am sure I did > not look > into 'linux-firmware.git' as you mentioned. I assume it should be picked up > from > there. I overlooked th

Re: java for arm_v7a

2023-03-17 Thread Sebastian Sumpf
Hello Devashish, On 3/17/23 07:53, Devashish Dewangan cs21m017 wrote: Dear Genodians, The java.run for arm_v7a script was executed successfully and the log output is attached below. I have java program, // This is a simple Java program. // FileName : "HelloWorld.java". class HelloWorld {

Re: sys/common_ansi.h not found (dde rump)- sculpt for virt qemu riscv

2023-03-17 Thread Sebastian Sumpf
On 3/15/23 15:23, Pranab Kumar Rout cs21m045 wrote: Hi all, As I see in [1], when we prepare port for dde_rump, it fetches from [2] and not from [3]. And I found that the "src/sys/sys/common_ansi.h" is not present in [2]. May be for this reason while building sculpt the error came up. Also in [