Yes I install minicom and opencv /dev/ttyACM0, but I have some problem,
To re-enable oem-config manually on an SD card
1.Select a source device of the same type as the target device(s) on which all necessary packages have been installed.
2.Enter this command to install the following packages on the source device to enable oem-config for the next reboot: ubiquity, oem-config, and oem-config-gtk:
$ sudo apt-get install --no-install-recommends ubiquity oem-config oem-config-gtk
3.Remove the package nvidia-l4f-oem-config:
$ sudo dpkg --purge nvidia-l4t-oem-config
11.Power off the source device and remove the SD card from it, then insert it into in the host system.
12.Mount partition #1 of the SD card (an ext4 filesystem) on the host, using a mount point of your choice.
13.Apply any Jetson-specific binaries to partition #1 of SD card. The appropriate files are listed in nv-oem-config, and are applied by the apply_binaries script. Enter these commands to run the script:
$ cd Linux_for_Tegra
$ sudo ./apply_binaries.sh -r
Where represents the partition #1 of SD card mount point.
14.Set nv-oem-config.target as the default.target:
$ cd $root/etc/systemd/system
$ sudo rm default.target
$ sudo ln -s /lib/systemd/system/nv-oem-config.target default.target
15.Run jetson-disk-image-creator.sh to create a new SD card image with modified rootfs:
$ cd Linux_for_Tegra/tools
$ sudo ROOTFS_DIR= ./jetson-disk-image-creator.sh -o sd-blob.img -b jetson-nano -r 100
Where represents partition #1 of the SD card on its mount point. For details, see To generate an image to be flashed to an SD card.
16.Enter this command to unmount the device mounted in step 11:
$ umount $root
17.Flash sd-blob.img to the new SD card. For details, see Flashing to an SD Card.
I have problem in the mount SD car on hosy sytem and I don’t know in the step 13, cd Linux_for_Tegra where this directory?