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

Pro40: save configuration #186

Closed
jean-emmanuel opened this issue May 29, 2024 · 5 comments
Closed

Pro40: save configuration #186

jean-emmanuel opened this issue May 29, 2024 · 5 comments

Comments

@jean-emmanuel
Copy link

Does this project make it somehow possible to save the configuration to the device without resorting to a prehistoric mac ? :)

Thanks alot for your work !

@jean-emmanuel
Copy link
Author

jean-emmanuel commented May 31, 2024

Reading #73 suggests it's not possible currently with tools such as amixer. However it is possible using https://github.com/takaswie/hinawa-utils (requires takaswie/hinawa-utils#12 merged):

git clone https://github.com/takaswie/hinawa-utils
cd https://github.com/takaswie/hinawa-utils
./hinawa-dice-extension-cli ID storage-operation store

Works like a charm, thank you so much !!!

@takaswie
Copy link
Member

takaswie commented May 31, 2024

Hi @jean-emmanuel ,

The snd-dice-ctl-service executes the procedure to store configurations to on-board flash memory when receiving SIGINT signal. You can use it by pushing Ctrl + C in the terminal in which you execute the service.

The discussion at #73 is just to perform it in another path, and not yet.

@jean-emmanuel
Copy link
Author

Alright I didn't catch that, thank you.

@takaswie
Copy link
Member

takaswie commented Jun 1, 2024

The snd-dice-ctl-service executes the procedure to store configurations to on-board flash memory when receiving SIGINT signal. You can use it by pushing Ctrl + C in the terminal in which you execute the service.

If it doesn't work in your side, please inform it to me. I'll investigate the cause and would try fixing it.

@jean-emmanuel
Copy link
Author

I'll try and let you know (right now the pro40 is in standalone mode, feeding a ff802 that also works perfectly, what a treat :))

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

2 participants