mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-25 13:38:54 +00:00
7 lines
172 B
Bash
Executable File
7 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dd if=/dev/urandom of=spi_aes.key bs=16 count=1
|
|
xxd -i spi_aes.key > spi_aes_key.h
|
|
cp spi_aes_key.h ../../../../../bsp/examples_bare/test-efuse/spi_aes_key.h
|
|
|