Skip to content

Conversation

quic-khuzuri
Copy link
Contributor

The menu entry is separated for KLM targets.
Third parameter is added to select the target(KLM/hamoa) Default username:root password:password
Ssh with root as user permitted

echo "Usage: $0 <kernel_package.deb> <firmware_package.deb>"
if [[ $# -ne 3 ]]; then
echo "Usage: $0 <kernel_package.deb> <firmware_package.deb> <target(KLM/hamoa)>"
exit 1
Copy link
Contributor

@vishwasudupa vishwasudupa Aug 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KLM is chosen here, so what will happen for other targets in next QLI, good to keep a generic name like QLI than KLM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vishwasudupa, for sure we can move KLM into QLI, since Hamoa's dtb is transitioning into dtb.bin, we can merge into a single menu-entry and make it as "QLI", hope that will be a better approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants