-
Posts
26 -
Joined
-
Last visited
Reputation Activity
-
Antom reacted to c0rnelius in Boot from USB
If the u-boot on the unit supports USB Boot, yes.
GXL:BL1:9ac50e:bb16dc;FEAT:ADFD318C:0;POC:3;RCY:0;EMMC:800;NAND:81;SD:800;USB:8;LOOP:1;EMMC:800;NAND:81;SD:800;USB:8;LOOP:2;EMMC:800;NAND:81;SD:800;USB:8;LOOP:3;EMMC:0;READ:0;0.0;CHK:0; The above looks like USB Mode. This Mode is for flashing vendor or custom imgs to the unit via USB. This is for recovery.
-
Antom 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
-
Antom 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
-
Antom 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.
-