Explorar el Código

Merge branch 'CR_1211_Wave511_yuv420sp_515_Andy.Hu' into 'jh7110-devel'

CR_1211: wave511: support the dec output format yuv420sp NV21 and NV12

See merge request sdk/freelight-u-sdk!62
Jason Zhou hace 1 año
padre
commit
7c4b2735d7
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 3 0
      README.md
  2. 2 1
      build_soft_3rdpart.sh

+ 3 - 0
README.md

@@ -180,6 +180,9 @@ Please insert the TF card to the host and run command `df -h` to check the devic
 ```
 $ make -jx
 $ make buildroot_rootfs -jx
+$ ./build_soft_3rdpart.sh rootfs
+$ rm work/buildroot_rootfs/images/rootfs.ext*
+$ make buildroot_rootfs -jx
 $ make DISK=/dev/sdX format-rootfs-image && sync
 ```
 

+ 2 - 1
build_soft_3rdpart.sh

@@ -16,13 +16,14 @@ else
         echo "    $0";
         echo "    $0 initramfs";
         echo "    $0 rootfs";
+        exit 1
     fi
 fi
 echo "$Target_DIR"
 
 if [ ! -d $Target_DIR ]; then
     echo "Warning: need building the usdk firstly: $1"
-    exit
+    exit 1
 fi
 
 ################################################################