
I just bougth a new ODROID-N2 with both an industrial sd card and eMMC.
I havent tried the eMMC yet, I just wanted to test the device with the sd card first.
I followed the guide on Arch Linux ARM and was able to boot no problem with the recomended ext4 but I am unable to boot if I replace the filesystem with f2fs.
I have an old Raspberry Pi 1 running Arch with f2fs on root ( and VFAT on boot ) that has been running great.
I bougth this ODROID-N2 to upgrade the pi.
Aslo I do not have a monitor for it, I just log in thru the network.
When I try booting on f2fs I just cant see the device on the network however the blue ligth on it flash so according to the documentation the kernel ( which is on vfat on /boot ) is running.
I guess that the kernel boots but is unable to mount the f2fs root. I also tried btrfs with no luck and I also tried using rootfstype=f2fs in the boot.ini.
Any help on how to get the device to boot on f2fs would be greatly appreciated.