mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2026-06-26 03:54:18 +00:00
add support for car fw and enable drivers
This commit is contained in:
10
generate_checksum.sh
Executable file
10
generate_checksum.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
#set release date before generation
|
||||
date > SD_ROOT/wz_mini/usr/bin/app.ver
|
||||
|
||||
rm -f file.chk
|
||||
find SD_ROOT/ -type f -exec md5sum "{}" + > file.chk
|
||||
|
||||
#Ignore demo.bin
|
||||
find v2_install -type f ! -name "demo.bin" -exec md5sum "{}" + >> file.chk
|
||||
Reference in New Issue
Block a user