========================================================== Nano product BSP Release Note - Nano_EN713 ========================================================== Usage: 1. Decompress by root sudo tar zxf EN713-R1.0.2.4.5.1.tar.gz 2. Enter L4T directory cd JetPack_4.5.1_Linux_JETSON_NANO/Linux_for_Tegra 3. Connect a Jetson platform and a host PC (Ubuntu 18.04) through a Micro USB to USB Cable 4. Enter the recovery mode power off -> press recovery button -> power on -> wait 2 seconds -> release recovery button 5. Start to flash BSP ./install.sh 6. Flash more modules (speed up) ./install.sh -r --------------------------------------- EN713-R1.0.2.4.5.1 20210316 (md5:56f6422811bc702728daf307952cd42a) --------------------------------------- 1. Upgrate to JetPack 4.5.1 (Tegra L4T r32.5.1) --------------------------------------- EN713-R1.0.1.4.4 20200811 (md5:08971fd9fc9f2613bc73f4b15e91993f) --------------------------------------- 1. Upgrate to JetPack 4.4 (Tegra L4T r32.4.3) 2. Support power saving of SATA port --------------------------------------- EN713-R1.0.0.4.2.2 20191212 --------------------------------------- 1. Fix issue about MCU uart 2. Fix issue about PCIe Test Command =================================== - Below is the test command for valid preview via POE Webcam. Please be informed that before testing webcam, it is required to make sure the device ethernet configuration under the same LAN with the web-cams. example: => Target board using manual static IP address. $ ifconfig eth0 down $ ifconfig eth0 192.168.1.25 netmask 255.255.255.0 $ ifconfig eth0 up - Single camera (It is needed to modified the camera's IP address) $ gst-launch-1.0 -e rtspsrc latency=300 name=src location='rtsp://admin:admin@192.168.1.202/stream0' ! rtph264depay ! h264parse ! omxh264dec ! queue ! nvvidconv ! video/x-raw,width=240,height=160 ! xvimagesink src. ! rtppcmudepay ! mulawdec ! alsasink - Multiple camera (It is needed to modified the camera's IP address) $ gst-launch-1.0 -e rtspsrc latency=300 name=src location='rtsp://admin:admin@192.168.1.202/stream0' ! rtph264depay ! h264parse ! omxh264dec ! queue ! nvvidconv ! video/x-raw,width=240,height=160 ! xvimagesink src. ! rtppcmudepay ! mulawdec ! alsasink $ gst-launch-1.0 -e rtspsrc latency=300 name=src location='rtsp://admin:admin@192.168.1.14/stream0' ! rtph264depay ! h264parse ! omxh264dec ! queue ! nvvidconv ! video/x-raw,width=240,height=160 ! xvimagesink src. ! rtppcmudepay ! mulawdec ! alsasink