-
Notifications
You must be signed in to change notification settings - Fork 5
/
TODO
36 lines (35 loc) · 2.32 KB
/
TODO
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
- Add comments in yaml files : Update yaml files to include @jean-marc-LACROIX's documentation
- Add documentation to tack about qemu-debootstrap -> debootstrap in Trixie
- Upgrade Github Action to use Bookworms vmdb2, zerofree manual call might not be needed anymore
- Build in containers to simulate different Debian versions
- Clean-up rest of TODO XD
- Add /etc/fw_env.config to all targets using u-boot
- Test Cubie2, test ethernet
- Minimize raw image size (1GB ? df +e with e < 50MB ?)
- Expand root filesystem to fill memory size ? (rc.local) OR Display message in console (fdisk/cfdisk/sfdisk + resize2fs) ?
- Add irqbalance ?
- Move from ext4 to f2fs ?
- Fix details of mount parameters to minimize writes to SD card (no journal, etc.)
https://blogofterje.wordpress.com/2012/01/14/optimizing-fs-on-sd-card/
- Finalize support for Udoo Quad : Look for USB boot issue fix
- Finalize support for Pine64+ & Pinebook : Debian U-BOOT & Look for Wi-Fi fix for Pinebook
- Finalize support for Jetsons
- Finalize support for NanoPi NEO 2 (signed u-boot)
- Odroid N2 & other cards with display : Work on graphic output, for U-Boot and Linux
- For NanoPi R1, using /etc/flash-kernel path for dtb instead of kernel's ?
- Create an ansible file per vmdb2 file
- Generate ansible file from vmdb2 file
- Add Xen support when possible ?
- Would be possible not to use root= in /etc/default/flash-kernel, contents of /etc/fstab in initramfs should suffice, but root= seems good practice
- Add ssh and local user (add README explanations)
- Replace use of curl by proper apt install for armbian u-boots ?
- Add https support ? not yet, invalid cert domain for DE mirror
- Complete the HOW-TO add a new board in README
- Remove Odroid N2 Ethernet (RTL8211F) Clean Fix when the patch is applied in Debian's kernel (waiting for 5.10)
Links pertaining to this issue:
https://lkml.org/lkml/2020/11/30/1443
https://patchwork.kernel.org/project/linux-arm-kernel/patch/14754fd95378b78eb9a0a3f8b6bab13f7263c7f1.1606828668.git.stefan@agner.ch/
https://armbian.atlassian.net/browse/AR-554
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a83bf1290710b82c420f9a33808d8d69f90f0eb3
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?qt=grep&q=RTL8211F&h=linux-5.10.y
https://github.com/armbian/build/issues/2106#issuecomment-736138238