Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: show which flash is active on the web UI #4

Open
bluecmd opened this issue May 18, 2024 · 0 comments
Open

Feature: show which flash is active on the web UI #4

bluecmd opened this issue May 18, 2024 · 0 comments

Comments

@bluecmd
Copy link
Contributor

bluecmd commented May 18, 2024

It would be neat to have an indicator showing which flash partition is active on the vedge

Would likely need to add it to the system.board call to surface it to the dashboard.

Until then, one can check if it's the primary or secondary bank using sudo awk '/^0a/ {print $2 == "02"}' /sys/kernel/debug/regmap/dummy-cpld@0x000000001e000000/registers (0 = primary, 1 = secondary)

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

No branches or pull requests

1 participant