thiago Posted July 17, 2023 Posted July 17, 2023 (edited) Hey everyone, I want to share something pretty simple that I was working on: a way to customize the official image, maybe it's not the best way of doing it, but it worked for my needs. https://github.com/thiagosanches/yet-another-armbian-bakery/ The main goal is: WIFI up at the first boot. Make some small adjustments on SSH configuration. Change root password. Add a pi user. Add a public key so I can connect orange pi through and manage it through ansible (important topic). Any thoughts? It ain't much but it's a honest work! Edited July 18, 2023 by Thiago Sanches 0 Quote
robertoj Posted July 18, 2023 Posted July 18, 2023 I read your github readme, but I am not 100% that you read the instructions for armbian's first run script: https://github.com/armbian/build/blob/main/packages/bsp/armbian_first_run.txt.template Try following that, and maybe the SSH problems will not be an issue with Debian, even if they are an issue with Raspbian. 0 Quote
robertoj Posted July 21, 2023 Posted July 21, 2023 I tried the "armbian first run.txt" yesterday and didn't work 0 Quote
thiago Posted July 22, 2023 Author Posted July 22, 2023 Hey @robertoj thank you for your reply. Honestly, I haven't had a chance to read the "armbian first run.txt" document yet. I assumed that since I've already found a successful 'technique' for another board, I could apply the same approach and share it with the community. 0 Quote
thiago Posted July 22, 2023 Author Posted July 22, 2023 (edited) Oh no, I just remembered that I already tried that approach. I configured those variables with my country code as a prefix (XX_net_wifi_ssid), but unfortunately, it didn't work out for me either. Maybe I missed something... Edited July 22, 2023 by thiago 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.