greenais Posted December 16, 2022 Posted December 16, 2022 @balbes150 leaving is surely a big loss for all TV-boxers... Could you please elaborate - is requirement form "Getting started" regarding install " NAND: kernel 3.4.x and NAND storage " applied to his builds too? Years ago I successfully installed Armbian to NAND of MXQ 805 box (with nand-sata-install these days, I guess), and it worked like a charm, but now I can't find any s805 image with kernel 3.4, the earliest ones are 3.10 already. Thank you in advance if you could give a tip.
SteeMan Posted December 16, 2022 Posted December 16, 2022 nand support only exists in legacy vendor kernels. Mainline linux does not have such support. Armbian is focused on bringing mainline linux to all sorts of devices so that users have access to currently supported code. If you think about what you are asking for, you are asking for a linux kernel that is at least 8 years old and has never received any security or other patches. Why would you want to run with a kernel that has likely hundreds of known security vulnerabilities in it?
bacco70 Posted March 3, 2023 Posted March 3, 2023 Hello i have a box amlogic s805, in /dev i have boot, cache, data, logo,misc, recovery and system nand partitions, i can mount, read and write only cache, data and system. is possible to resize/delete/create nand partitions? lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT mmcblk0 179:0 0 1.9G 0 disk ├─mmcblk0p1 179:1 0 128M 0 part /boot └─mmcblk0p2 179:2 0 1.5G 0 part / boot 250:4 0 32M 0 disk data 250:6 0 5.3G 0 disk /home/data logo 250:1 0 32M 0 disk misc 250:3 0 32M 0 disk cache 250:0 0 512M 0 disk /home/cache system 250:5 0 1G 0 disk /home/system recovery 250:2 0 32M 0 disk this is my lsblk
Recommended Posts