Christian Ege

Results 33 comments of Christian Ege

I agree with @AielloChan the current behavior bugged me as-well. I am just staring with Go so am I far from being one which could provide any implementation advice nor...

After checking the source code I guess `PromptConfig` will change the behavior of all prompts. What do you think about this: ```patch From fee69eed1c232b6f3d6f84ac6a5a8f3ceea52f49 Mon Sep 17 00:00:00 2001 From:...

Hey any news on this? For a C++17 code base a cppcheck version 1.90 is needed what the coala.io does not support due to the fact this PR is not...

I guess the link should point to something like: [meta-swupdate-boards](https://github.com/sbabic/meta-swupdate-boards). What is your preferred mechanism for swupdate? A/B image or recovery?

I have to dig into `wic` it has been a while. The A/B image comes with the benefit that you can easily update from the current system. But it comes...

Yes, you are right. I was only search half way. I am not sure if this is may related to my set-up but when checking the `amlogic-image-headless-sd.env` file in the...

Looks like the order is important. ``` require conf/machine/include/amlogic-legacy-boot.inc require conf/machine/include/amlogic-s905x2.inc require conf/machine/include/amediatech-x96-max-dtb.inc ``` works for me.

Sorry I was a few days offline, I will do more investigation. But this week will be loaded with other stuff.

Not startend so no progress ;) for quad there are even mainline patches available. But in this case etnaviv will be needed for opengl. I do not know if this...

@cyrilfr For the morty branch the manual call to the wic tool is not needed anymore. It looks like an issue with the initialization of the mmc. From your kernel...