After download the RS-232 dts file, please follow below instructions to enable function
# go to the same folder with RS-232.dts# compile dts file to dtboINPUT_DTS=RS-232_enable.dtsOUTPUT_DTBO=RS-232_enable.dtbodtc-Idts-Odtb-@-o $OUTPUT_DTBO $INPUT_DTS# put the dtbo file to /boot/ foldersudocp./RS-232_enable.dtbo/boot/
And then, please manually adjust the extlinux.conf to enable device-tree overlay
sudogedit/boot/extlinux/extlinux.conf
Please add FDT to connect to the device-tree conf you are using
As for the dtb file, you can check the file by checking the kernel dtb file. They should be aligned.
And then add OVERLAYS to connect to /boot/RS-232.dtbo
After you reboot Jemii-150, the internal RS-232 would be enabled