ariz Posted March 27, 2017 Posted March 27, 2017 Hi Do You know if there are any problems with deploying armbian on cubieboard 2 with TSD instead of NAND ? Do I have to change anything on the system side or is it transparent ? Adam
zador.blood.stained Posted March 27, 2017 Posted March 27, 2017 1 hour ago, ariz said: Do I have to change anything on the system side or is it transparent ? From the documentation that I was able to find tSD uses SD(SDIO) interface so it's similar to a board with eMMC or with 2 SD slots and it's not compatible with NAND. For the legacy 3.4.x kernel based images you'll have to edit script.fex/script.bin to disable NAND and enable MMC 2 interface. For the mainline kernel you'll have to edit DT or wait for a new release which has better support for DT overlays. If you want to boot from tSD you'll have to recompile u-boot with CONFIG_MMC_SUNXI_SLOT_EXTRA=2 added to defconfig, though it's safe to add this option to future Armbian releases.
Recommended Posts