How to compress and decompress dd raw data trough gzip
This is very usefull when dealing with sd card images :-)
sudo dd if=/dev/<input device> | gzip --best > backup_sd.img.gz
CT_STATIC_TOOLCHAIN=y | |
CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y | |
CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="--with-guile=guile-2.0" |