Sayan Paul

Results 32 comments of Sayan Paul

@vxj9800 will this also solve the QGC connection issue.

I tried with : ``` $ ./tools/configure.sh raspberrypi-pico:nsh $ make V=1 ``` but it errors out with code 2, Not sure if I am missing anything. error log ``` echo...

Similar issue faced by me , after loading the firmware the LED lights up, but nothing shows up in QGC.

> @svs072477 @say-paul are either of you able to get a serial console working? @vxj9800 I checked from both mac and windows, no where it shows up in /dev/ and...

I am working on the re-write of the greenboot in rust, I am looking for options of how to differentiate a regular reboot vs reboot post upgrade/rollback. @cgwalters as a...

lets hold this off until https://github.com/osbuild/images/issues/352 is resolved

@cgwalters @ondrejbudai @nullr0ute adding the firmware files(dtb,elf) in `/boot/efi` is done by the rpm, we need to ensure it copied over correctly while building the image, but for the bootloader...

I have PR: https://gitlab.com/fedora/bootc/base-images/-/merge_requests/67 to propose the idea of tackling uid/gid shift post-upgrade. Wanted to share this quickly here to get some early feedback and if this approach makes sense.

> Can you explain how it addresses the case when the users / groups "disappear" in the new commit? I considered only the shift in uids/gids, but as per the...

@ggiguash I have modified the approach which can restore deleted user/groups. I have identified 3 [usecases](https://gitlab.com/fedora/bootc/base-images/-/blob/9f364dbda875dddfa65ae6dc6ee99581ecc27b05/tier-1/bootc-file-ownership#L250) that needs to be handled, if there are other-cases in you mind please let...