Root filesystem TX2 CPU Board can replace to Ubuntu to UBFS ?

Dear NVidia SW Development Team …

Is the TX2 CPU board the current root file system is Ubuntu?

Does Nvidia support the TX2 CPU board file system with UBIFS?
If so, can you provide me with the link to the article?

Please answer the above question.

DMBTEC
Home : http://dmbtec.blogspot.kr
SW Development Director SeokWeon Jang

hello sayhi7,

our default file system using ext4 format.
may i have more details about support UBIFS?
thanks

Dear NVidia SW Development Team …

Is there Ubuntu installed in the image file provided by ext4 which is the default filesystem ?

DMBTEC
Home : http://dmbtec.blogspot.kr
SW Development Director SeokWeon Jang

hello sayhi7,

please check [url]https://developer.nvidia.com/embedded/jetpack-notes[/url]

Did you say that the default file system on which the TX2 board operates is ext4?

Does Nvidia provide an image file for Ubuntu to work by default on a file system that runs on the TX2 board?

DMBTEC
Home : http://dmbtec.blogspot.kr
SW Development Director SeokWeon Jang

hello sayhi7,

please download the JetPack release, [url]https://developer.nvidia.com/embedded/jetpack[/url]
and here’s L4T R28.2 Sample Root File System, [url]https://developer.nvidia.com/embedded/dlc/l4t-sample-root-filesystem-28-2-ga[/url]

please have a try,
and may i have more details about your request of UBIFS support?
thanks

FYI, “Linux for Tegra” (“L4T”) is a purely Ubuntu system with hardware drivers added by NVIDIA. Other than the drivers it is Ubuntu. Anything the Linux kernel can do on Ubuntu the Jetson can do. ext4 happens to be the default, but if there are other file system types the kernel can be configured for, then likely the Jetson can as well under L4T (you’d just build the kernel with the features you are interested in, e.g., a file system…I know nothing about UBIFS though…perhaps there are user space tools required in addition to the kernel requirements).

Looking at the “/proc/config.gz” of a running TX2 under L4T R28.2 (the most recent release) I see this for the kernel config:

# CONFIG_UBIFS_FS is not set

So far as kernel support goes you could probably just rebuild the kernel or build and add a module.