User Tools

Site Tools


eg-ciat:meetings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
eg-ciat:meetings [2024/12/11 13:49]
jsmoeller [Roadmap for 2024]
eg-ciat:meetings [2025/02/05 14:00] (current)
jsmoeller
Line 28: Line 28:
  
 -------- --------
-==== Roadmap for 2024 ====+==== Roadmap for 2025 ====
  
   * Extend image/​machine matrix   * Extend image/​machine matrix
-  * Extend testsuite - contribution from Fujitsu 
   * Uprev LAVA   * Uprev LAVA
   * Remote LAVA labs   * Remote LAVA labs
Line 39: Line 38:
  
 -------- --------
 +
 +
 +==== Meeting 2025/02/05 ====
 +
 +=== Attendees ===
 +Jan-Simon, Scott, Marius
 +
 +===Topics===
 +
 +Active topics:
 +
 +  * lava lab status
 +    * 2/5: 
 +      * baylibre: operational
 +      * agl-core: operational
 +
 +  * Flutter image default in CI
 +    * 12/11
 +      * added -device virtio-gpu-device on-top of -device VGA solved the issue
 +      * still black screen https://​x0.at/​fyeq.png
 +      * journal https://​x0.at/​Z9oR.txt
 +      * reproducer:
 +        * wget -nd -c "​https://​download.automotivelinux.org/​AGL/​snapshots/​master/​latest/​qemuarm64/​deploy/​images/​qemuarm64//​Image"​
 +        * wget -nd -c "​https://​download.automotivelinux.org/​AGL/​snapshots/​master/​latest/​qemuarm64/​deploy/​images/​qemuarm64//​agl-ivi-demo-flutter-qemuarm64.ext4.xz"​
 +        * cmdline:
 +          * qemu-system-aarch64 -cpu cortex-a57 -machine virt -nographic -net nic,​model=virtio,​macaddr=52:​54:​00:​12:​34:​58 -net user -m 4096 -monitor none -smp 2 -device usb-ehci -device virtio-rng-pci -device VGA,​vgamem_mb=128,​edid=on -device virtio-gpu-device ​ -device qemu-xhci -device usb-tablet -device usb-kbd ​ -vnc :0 -kernel Image -append "​console=ttyAMA0,​115200 root=/​dev/​vda verbose mem=4096M systemd.log_color=false " -drive format=raw,​file=agl-ivi-demo-flutter-qemuarm64.ext4
 +           * changed position of -device VGA and -device virtio-gpu-device !
 +         * connect to localhost:​0 ​ with vnc client
 +      * job with working case: https://​lava.automotivelinux.org/​scheduler/​job/​37958 ​
 +      * todo: VERIFY increased timeout, verify master
 +    * 01/22
 +      * verified latest master on qemuarm
 +        * https://​lava.automotivelinux.org/​scheduler/​job/​39100
 +      * next: verify all boards
 +        * qemux86-64 - working : https://​lava.automotivelinux.org/​scheduler/​job/​39119
 +        * qemuarm64 - working : https://​lava.automotivelinux.org/​scheduler/​job/​39118
 +        * refhw - working : https://​lava.automotivelinux.org/​scheduler/​job/​39114
 +        * upsquare - brownout. board being checked on 
 +        * pi4 - not working - gfx error: https://​lava.automotivelinux.org/​scheduler/​job/​39104
 +          * "​[ ​ 141.214304] vc4-drm gpu: [drm] *ERROR* Failed to allocate DLIST entry. Requested size=9. ret=-28. DISPCTRL is aa0c4fce"​
 +          * https://​github.com/​raspberrypi/​linux/​issues/​5674
 +          * https://​github.com/​raspberrypi/​linux/​issues/​5684
 +          * https://​forums.raspberrypi.com/​viewtopic.php?​t=357826
 +          * 
 +        * pi5 - not working - gfx: [FAILED] Failed to start AGL compositor. ​
 +          * need to add gfx dto or the like
 +    * 02/05
 +      * no update
 +
 +  * h3ulcb - kernel page oops
 +    * compare kirkstone (quillback) with scarthgap (master)
 +      * 11/27
 +        * fw-update done, retesting
 +        * page faults still appear on scarthgap, thus can rule out old firmware
 +      * 1/22
 +        * WIP
 +    * 02/05
 +      * no update
 +
 +   * -next
 +     * SECURITY.md now required by upstream YP
 +     * "​debug-tweaks"​ removed upstream YP ... will use individual options for same effect
 +
 +   * https://​lf-automotivelinux.atlassian.net/​browse/​SPEC-4464 ​
 +   * https://​lf-automotivelinux.atlassian.net/​browse/​SPEC-5341
 +     * option: enable rdp packageconfig in meta-agl-demo per bbappend by default
 +     * might have to package rdp plugin separately
 +
 +New Topics:
 +  * 02/05
 +    * github/​gitlab + CI setup e.g. forrest runner
 +    * github/​gitlab usage by EGs
 +
 +
 +On Hold:
 +  * Yocto-check-layer - https://​jira.automotivelinux.org/​browse/​SPEC-4680
 +  * Binary Feed
 +
 +Next meeting:
 +Feb 19th
 +
 +
 +
 +==== Meeting 2025/01/08 ====
 +
 +=== Attendees ===
 +Jan-Simon, ​
 +
 +===Topics===
 +
 +Active topics:
 +
 +  * lava lab status
 +    * 10/​02: ​
 +      * baylibre: operational
 +      * agl-core: operational
 +        * pi5 installed but not passing H/C, yet. 
 +
 +  * Flutter image default in CI
 +    * 10/2
 +      * test  https://​lava.automotivelinux.org/​scheduler/​job/​36446 ​
 +        * black screen instead of testimage ... more inspection needed.
 +    * 11/13
 +      * Same with master https://​lava.automotivelinux.org/​scheduler/​job/​37546
 +    * 11/27
 +      * need to compare runqemu vs lava cmdline -- JS
 +      * -device VGA might not be good enough
 +    * 12/11
 +      * added -device virtio-gpu-device on-top of -device VGA solved the issue
 +      * still black screen https://​x0.at/​fyeq.png
 +      * journal https://​x0.at/​Z9oR.txt
 +      * reproducer:
 +        * wget -nd -c "​https://​download.automotivelinux.org/​AGL/​snapshots/​master/​latest/​qemuarm64/​deploy/​images/​qemuarm64//​Image"​
 +        * wget -nd -c "​https://​download.automotivelinux.org/​AGL/​snapshots/​master/​latest/​qemuarm64/​deploy/​images/​qemuarm64//​agl-ivi-demo-flutter-qemuarm64.ext4.xz"​
 +        * cmdline:
 +          * qemu-system-aarch64 -cpu cortex-a57 -machine virt -nographic -net nic,​model=virtio,​macaddr=52:​54:​00:​12:​34:​58 -net user -m 4096 -monitor none -smp 2 -device usb-ehci -device virtio-rng-pci -device VGA,​vgamem_mb=128,​edid=on -device virtio-gpu-device ​ -device qemu-xhci -device usb-tablet -device usb-kbd ​ -vnc :0 -kernel Image -append "​console=ttyAMA0,​115200 root=/​dev/​vda verbose mem=4096M systemd.log_color=false " -drive format=raw,​file=agl-ivi-demo-flutter-qemuarm64.ext4
 +           * changed position of -device VGA and -device virtio-gpu-device !
 +         * connect to localhost:​0 ​ with vnc client
 +      * job with working case: https://​lava.automotivelinux.org/​scheduler/​job/​37958 ​
 +    * todo: VERIFY increased timeout, verify master
 +
 +  * h3ulcb - kernel page oops
 +    * compare kirkstone (quillback) with scarthgap (master)
 +      * 11/27
 +        * fw-update done, retesting
 +        * page faults still appear on scarthgap, thus can rule out old firmware
 +
 +   * -next
 +     * SECURITY.md now required by upstream YP
 +     * "​debug-tweaks"​ removed upstream YP ... will use individual options for same effect
 +
 +
 +On Hold:
 +  * Yocto-check-layer - https://​jira.automotivelinux.org/​browse/​SPEC-4680
 +  * Binary Feed
 +
 +Next meeting:
 +Jan 22th
 +
  
 ==== Meeting 2024/12/11 ==== ==== Meeting 2024/12/11 ====
Line 81: Line 219:
         * wget -nd -c "​https://​download.automotivelinux.org/​AGL/​snapshots/​master/​latest/​qemuarm64/​deploy/​images/​qemuarm64//​agl-ivi-demo-flutter-qemuarm64.ext4.xz"​         * wget -nd -c "​https://​download.automotivelinux.org/​AGL/​snapshots/​master/​latest/​qemuarm64/​deploy/​images/​qemuarm64//​agl-ivi-demo-flutter-qemuarm64.ext4.xz"​
         * cmdline:         * cmdline:
-          * qemu-system-aarch64 -cpu cortex-a57 -machine virt -nographic -net nic,​model=virtio,​macaddr=52:​54:​00:​12:​34:​58 -net user -m 4096 -monitor none -smp 2 -device usb-ehci -device virtio-rng-pci ​-device virtio-gpu-device ​-device VGA,​vgamem_mb=128,​edid=on -device qemu-xhci -device usb-tablet -device usb-kbd ​ -vnc :0 -kernel Image -append "​console=ttyAMA0,​115200 root=/​dev/​vda verbose mem=4096M systemd.log_color=false " -drive format=raw,​file=agl-ivi-demo-flutter-qemuarm64.ext4+          * qemu-system-aarch64 -cpu cortex-a57 -machine virt -nographic -net nic,​model=virtio,​macaddr=52:​54:​00:​12:​34:​58 -net user -m 4096 -monitor none -smp 2 -device usb-ehci -device virtio-rng-pci -device VGA,​vgamem_mb=128,​edid=on ​-device virtio-gpu-device  ​-device qemu-xhci -device usb-tablet -device usb-kbd ​ -vnc :0 -kernel Image -append "​console=ttyAMA0,​115200 root=/​dev/​vda verbose mem=4096M systemd.log_color=false " -drive format=raw,​file=agl-ivi-demo-flutter-qemuarm64.ext4 
 +           * changed position of -device VGA and -device virtio-gpu-device !
          * connect to localhost:​0 ​ with vnc client          * connect to localhost:​0 ​ with vnc client
       * job with working case: https://​lava.automotivelinux.org/​scheduler/​job/​37958 ​       * job with working case: https://​lava.automotivelinux.org/​scheduler/​job/​37958 ​
eg-ciat/meetings.1733924990.txt.gz · Last modified: 2024/12/11 13:49 by jsmoeller