Azure / Azure/meta-raspberrypi-adu

bug in boot.cmd.in

Open Beginner friendly
#9 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
4
Forks
14
PR merge metrics
No merged PRs in 30d

Description

Current syntax:
setenv boot_attempts boot_attempts + 1

fix:
setexpr boot_attempts ${boot_attempts} + 1

Contributor guide

No contributing guide indexed for this repository

Research direction

Open boot.cmd.in and locate the boot_attempts increment using setenv. Compare it with the setexpr syntax shown in the issue, then verify that the increment uses the intended variable expansion and arithmetic form. Done means the incorrect command is replaced without changing the surrounding boot logic.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
embedded-iot
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.