xf.li | 742dd02 | 2023-06-08 01:43:32 -0700 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | |
xf.li | ce87319 | 2023-11-08 17:10:35 -0800 | [diff] [blame] | 3 | CURR_DIR=`pwd` |
| 4 | TOP_DIR=$CURR_DIR/../../../.. |
| 5 | |
| 6 | chmod -R a+x $CURR_DIR/* |
| 7 | chmod a+x $TOP_DIR/tools/SignTool/* |
| 8 | chmod a+x $TOP_DIR/allbins/tools/squashfskit/* |
| 9 | chmod a+x $TOP_DIR/allbins/tools/resign_tool/* |
| 10 | |
xf.li | 742dd02 | 2023-06-08 01:43:32 -0700 | [diff] [blame] | 11 | ./Image -n NVRWInOneImage.ini |
| 12 | ./Image -n NVRWOInOneImage.ini |
| 13 | ./Image -n NVRWInOneImage_dc.ini |
| 14 | ./Image -n NVRWOInOneImage_dc.ini |
| 15 | ./Image -n NVRWInOneImage_dc_4Gb.ini |
| 16 | ./Image -n NVRWOInOneImage_dc_4Gb.ini |
xf.li | 6236ea7 | 2023-07-26 04:58:33 -0700 | [diff] [blame] | 17 | ./Image -n NVRWInOneImage_dc_ref.ini |
| 18 | ./Image -n NVRWOInOneImage_dc_ref.ini |
| 19 | ./Image -n NVRWInOneImage_dc_systemd.ini |
| 20 | ./Image -n NVRWOInOneImage_dc_systemd.ini |
xf.li | 9d1a0e1 | 2023-09-20 01:43:20 -0700 | [diff] [blame] | 21 | #Ç©ÃûÀÏоƬ£¬½öÖ§³ÖRSA 1024£¬ÐèÒª¼ÓµÚÈý¸ö²ÎÊýΪv3t |
| 22 | #bash product_resign.sh ../key/RSA_1024/private.k ../allbins_dc v3t |
| 23 | #bash product_resign.sh ../key/RSA_1024/private.k ../allbins_dc_4Gb v3t |
| 24 | #bash product_resign.sh ../key/RSA_1024/private.k ../allbins_dc_ref v3t |
| 25 | #bash product_resign.sh ../key/RSA_1024/private.k ../allbins_dc_systemd v3t |
| 26 | #Ç©ÃûÐÅÏ¢°²È«Ð¾Æ¬£¬Ö§³ÖRSA 2048 |
| 27 | #bash product_resign.sh ../key/RSA_2048/private.k ../allbins_dc |
| 28 | #bash product_resign.sh ../key/RSA_2048/private.k ../allbins_dc_4Gb |
| 29 | #bash product_resign.sh ../key/RSA_2048/private.k ../allbins_dc_ref |
| 30 | #bash product_resign.sh ../key/RSA_2048/private.k ../allbins_dc_systemd |
xf.li | 742dd02 | 2023-06-08 01:43:32 -0700 | [diff] [blame] | 31 | ./Image -f FsImage.ini |
| 32 | ./Image -f FsImage_dc.ini |
| 33 | ./Image -f FsImage_dc_4Gb.ini |
xf.li | 6236ea7 | 2023-07-26 04:58:33 -0700 | [diff] [blame] | 34 | ./Image -f FsImage_dc_ref.ini |
| 35 | ./Image -f FsImage_dc_systemd.ini |
xf.li | 742dd02 | 2023-06-08 01:43:32 -0700 | [diff] [blame] | 36 | bash copybin_a_to_b.sh |
| 37 | ./Image -m AllInOneImage.ini |
| 38 | ./Image -m AllInOneImage_dc.ini |
| 39 | ./Image -m AllInOneImage_dc_4Gb.ini |
xf.li | 6236ea7 | 2023-07-26 04:58:33 -0700 | [diff] [blame] | 40 | ./Image -m AllInOneImage_dc_ref.ini |
| 41 | ./Image -m AllInOneImage_dc_systemd.ini |
xf.li | 742dd02 | 2023-06-08 01:43:32 -0700 | [diff] [blame] | 42 | |
| 43 | |