aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2022-12-01-odroid-n2l.md
blob: 2638b5c48831f4277fd83ac169c41448eb5c2b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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