-
Notifications
You must be signed in to change notification settings - Fork 12
write miZy image
Art Nikpal edited this page Jul 27, 2017
·
2 revisions
use *8M only for 8M spi usage prefer *16M !!!
dd of=/dev/mmcblk0 < *.MMC.hybrid.bin
#or
zcat *.MMC.hybrid.bin.gz | dd of=/dev/mmcblk0
# reboot or boot from device
image_copy_sd_spi yes
# remove sd card
# reboot from spi now
dd bs=65536 of=/dev/mtdblock5 < *M.bin
or
mtd write *M.bin full
start device in FEL mode and write image to SPI
sunxi-fel -p spiflash-write 0 *M.bin
check host connection ifconfig usb0
login to device ssh [email protected] -p 22
make some customization
nano /etc/rc.local
# add some line like
# mount -o ro /dev/mmcblk0p1 /tmp/mounts/mmcblk0p1
#
wifi.config MIWIFINAME PASSWORD
wifi.reconfig
get_ca # update ssl ca certs
get_ca_le # update ssl ca certs
save changes
overlay safe -f
system is open and "not have passwords" , u must care by himself about system security!!!