-
Posts
23 -
Joined
-
Last visited
Reputation Activity
-
ToShuk reacted to Hqnicolas in CSC Armbian for RK322x TV box boards
Build legacy it with v22.08 armbian https://github.com/armbian/build/blob/v22.08/patch/kernel/rockchip64-legacy
git clone --depth 1 --branch v22.08 https://github.com/armbian/build cd build ./compile.sh
-
ToShuk reacted to Hqnicolas in CSC Armbian for RK322x TV box boards
no, because the kernel can't see nand devices,
this is why it cant find the UUID
the device dont exist for kernel mainline
My opinion = SDCARD K6.6 > NAND k4.4
-
ToShuk reacted to jock in CSC Armbian for RK322x TV box boards
Nope, and the answer from @Hqnicolas is right: mainline kernel has no driver for NAND controller on rk322x.
To be precise, in the mainline kernel there is a driver that is capable of access the NAND raw cells, but the mainline kernel lacks a Flash Translation Layer (FTL) that is embedded as assembly code into the vendor kernel which, in turn, has a driver which does a sort of "emulation" of a block device.
-