Hi,
It seems that the Odroid N2 armbian builds do not support using armbianEnv.txt AT ALL.
See this forum entry from 2021:
I am facing the same issue with Armbian 26.2.1 Minimal
dmesg shows the following:
[ 0.000000] Kernel command line: root=UUID=c8906fe5-129c-4388-840c-58c43c541176 rootwait rootfstype=ext4 splash=verbose console=ttyAML0,115200 console=tty1 consoleblank=0 coherent_pool=2M loglevel=1 ubootpart=001c9d62-01 libata.force=noncq usb-storage.quirks= cgroup_enable=memory
with the following in /boot/armbianEnv.txt:
verbosity=1
console=both
overlay_prefix=meson
rootdev=UUID=c8906fe5-129c-4388-840c-58c43c541176
rootfstype=ext4
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
I also tried adding extraargs=
but nothing ends up in the command line.
The old forum entry does mention editing the boot.ini to manually append it to bootargs, however I am not sure where that is located in the image and how to modify it.
I tried both booting with petitboot and without, both show the same issue.