aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2022-12-01-odroid-n2l.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2022-12-01-odroid-n2l.md')
-rw-r--r--content/posts/2022-12-01-odroid-n2l.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/content/posts/2022-12-01-odroid-n2l.md b/content/posts/2022-12-01-odroid-n2l.md
new file mode 100644
index 0000000..2638b5c
--- /dev/null
+++ b/content/posts/2022-12-01-odroid-n2l.md
@@ -0,0 +1,43 @@
+---
+slug: odroid-n2l
+title: "Odroid N2L"
+date: "2022-12-01T19:11:45-04:00"
+draft: true
+---
+Since [Raspberry Pis][pi] are essentially unobtainable for several more
+months due to supply chain disruptions
+
+got an odroid n2l
+
+setup notes:
+- tried dietpi, won't work at the moment (n2l has different memory
+ than the n2 and n2+, so n2 images won't boot on it. if you try an
+ n2 image the n2l won't even power on; ask me how i know...)
+- installed ubuntu minimal from the odroid wiki.. problems:
+ us west link had tls error and 404
+ us east link was a 404
+ KR link worked
+ no way to set up headless wifi from boot like pi, so i need a keyboard
+ and monitor and it's late
+
+...
+
+- tried to set up wpa_supplicant (ala raspbian), but it wouldn't
+ cooperate
+- followed nmcli instructions at this url:
+ https://wiki.odroid.com/troubleshooting/minimal_image_wifi_setup_nmcli
+- set hostname to "pizza"
+- adduser pabs, added pabs to sudo group
+- set root password to "ohn8uD/ishohha8h"
+ (default is root/odroid)
+- in /etc/ssh/sshd_config
+ - disabled PermitRootLogin
+ - disabled PasswordAuthentication
+pabs@pizza:~$ sudo apt install vim git screen ruby man
+ (ruby installs some buillshit like jquery and fonts-lato)
+- installed bin/{acs,acsno,agi,agr,agdu,agu}
+- noticed that openssl does not seem to take advantage of the
+ crypto acceleration yet
+
+
+