Jump to content

stareintheair

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    stareintheair got a reaction from lanefu in Automating armbian-config   
    Hello,
     
    I'm setting up my Odroids with Ansible and managed to automated almost everything. I just got a HC1 and read on the download page that I should load optimized board configuration in armbian-config. Sadly, armbian-config seems to be an interactive only tool. Are there ways to automate armbian-config? The easiest way would be command line arguments.
     
    I also tried to understand what the DTB menu options actually do from the source code but was unsuccessful.
     
    My best idea now is to use expect, but that doesn't seem stable:
    #!/usr/bin/expect set timeout 10 spawn armbian-config sleep 5 # Enter System menu send "\n" sleep 5 # Enter DTB menu send "d\n" sleep 5 # Choose HC1 option send "h\n" sleep 5 # Cancel reboot send "c" Am I overlooking something? Any other ideas?
     
    Thanks and kind regards.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines