Sourabh

Results 11 comments of Sourabh

Hello @bluca thanks for the update. Okay, after installing `libacl1` and other dependencies, I encountered other errors like: `If build failures persist, run "meson setup --wipe" to rebuild from scratch`...

Hi @tte-paul, did you manage to implement soultion for your use case? I have similar use case. @ejoerns I am trying to do only appfs updates using hashing concept (verify...

Hi @ejoerns Thanks for quick response. The whole ides is to copy the latest (current) rootfs of the active slot to local memory like SD card and whenever there is...

Hello @ejoerns, can you please let me know if the above approach can be implemented or there any drawbacks to it?

Hello @agherzan Thanks for quick reponse. I already tried without uboot. I removed `RPI_USE_U_BOOT = "1" \ PREFERRED_PROVIDER_virtual/bootloader = "u-boot"` from `local.conf`. But I got similar result. Blank screen with...

Hi @agherzan after building core-image-base with `IMAGE_FSTYPES += " rpi-sdimg"` and coping the image `sudo dd if=core-image-base-raspberrypi4-64-20220223110404.rootfs.rpi-sdimg | sudo dd of=/dev/sdb bs=1M conv=fsync status=progress` to SD card and booting from...

Hello @agherzan Can you please let me know how to enable verbose options for kernel and bootloader? This may help to see some messages printed during booting..

Hello @agherzan I could get my hands on Official Raspberry Pi Compute Module 4 IO board and below is the log messages I got while booting. ``` [ 0.000000] Booting...

Hi @agherzan , could you please let me know what could be the reason for the above issue? **Update** I could resolve issue with fstab and don't see any error...

Hello @agherzan I am not using uboot now but still console is stuck at: ``` OpenEmbedded nodistro.0 raspberrypi4-64 ttyS0 raspberrypi4-64 login: [ 14.718847] Bluetooth: HCI UART driver ver 2.3 [...