Skip to content

[Bug]: Package new firmware rk3576 flashing stuck in the now starting desktop environment #8603

@xiaobao1980

Description

@xiaobao1980

What happened?

SSH login to the terminal and run systemctl restart gdm.service to enter the desktop ;Write the restart-gdm.service service, which can enter the desktop upon startup; May I ask what the reason is?

[Unit]
Description=My Custom Service
After=network.target

[Service]
Type=simple
ExecStartPre=/bin/sleep 15
ExecStart=systemctl restart gdm.service

[Install]
WantedBy=multi-user.target

How to reproduce?

[Unit]
Description=My Custom Service
After=network.target

[Service]
Type=simple
ExecStartPre=/bin/sleep 15
ExecStart=systemctl restart gdm.service

[Install]
WantedBy=multi-user.target

Branch

main (main development branch)

On which host OS are you running the build script and observing this problem?

Ubuntu 24.04 Noble

Are you building on Windows WSL2?

  • Yes, my Ubuntu/Debian/OtherOS is running on WSL2

Relevant log URL

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working as it shouldGood first issueFeel free to contribute :)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions