Skip to content

Releases: hyphop/khadas-rescue

VIM1 VIM2 VIM3 VIM3L Krescue

11 Nov 14:55
Compare
Choose a tag to compare
VIMs

Thu Sep 19 07:02:23 MSK 2019

khadas vim2 - rescue system

13 Aug 15:55
Compare
Choose a tag to compare

NOTE: spi flash linux support
NOTE: linux kernel mainline RC
NOTE: wifi broken
NOTE: usb otg broken
NOTE: uboot legacy from spi OK
NOTE: uboot mainline from spi Freeezzzzed
NOTE: bootable from SPI/eMMC/SD

$uname -a
Linux Krescue 5.3.0-rc4 #1 SMP PREEMPT Wed Aug 14 09:29:47 MSK 2019 aarch64 GNU/Linux

NOTE: ....
DOCS: https://github.com/hyphop/khadas-rescue/tree/master/docs#docs-folder-descriptions
DISQ: https://forum.khadas.com/t/krescue-khadas-rescue-system/4864

examples commands

# get bootmode
bootmode 
# change bootmode
bootmode spi save
# change bootmode
bootmode mmc save

# clear spi boot - first 4096 bytes
spi_boot clean
# clear spi boot - first 2M bytes
spi_boot clean2
# write to spi uboot legacy
spi_boot /tmp/sd/rescue/u-boot.vim2.legacy.spi.bin
# write to spi - rescue system
spi_boot /tmp/sd/rescue/krescue.spi.bin
# write spi uboot mainline
spi_boot /tmp/sd/rescue/u-boot.vim2.mainline.spi.bin

# clear mmc boot
spi off; mmc re; mmc_boot clear
# write mmc boot
mmc_boot u-boot.vim2.mainline.sd.bin
# write mmc boot legacy
mmc_boot u-boot.vim2.legacy.sd.bin

DOWNLOAD & WRITE: curl -jkL https://github.com/hyphop/khadas-rescue/releases/download/vim2-multi/krescue.sd.img.gz -o- | gzip -dc | sudo dd conv=sync of=/dev/YOUR_SD_CARD

vim2 mainline uboot mainline kernel + spi

12 Aug 05:39
Compare
Choose a tag to compare

khadas vim2 rescue system for SD card

NOTE: only for test !!!
NOTE: bootable from legacy emmc uboot - just insert in SD slot and reboot
NOTE: bootable from main line sd uboot - just clear emmc
NOTE: boot from SPI-flash FAILED -- freeezed
NOTE: U-Boot 2019.04 (Aug 10 2019 - 09:30:27 +0300) khadas-vim2
NOTE:
NOTE: spi flash activated !

write image to SD card example -
curl -jkL https://github.com/hyphop/khadas-rescue/releases/download/vim2-spi/krescue.sd.img.gz -o- | gzip -dc | sudo dd conv=sync of=/dev/YOUR_SD_CARD

LOGS: https://gist.github.com/hyphop/1b8eb22f7bd2cd911826172894f10087

project: https://github.com/hyphop/khadas-rescue

khadas vim2 rescue system

11 Aug 09:04
Compare
Choose a tag to compare

khadas vim2 rescue system for SD card

write image to SD card example -
curl -jkL https://github.com/hyphop/khadas-rescue/releases/download/vim2/krescue.sd.img.gz -o- | gzip -dc | sudo dd conv=sync of=/dev/YOUR_SD_CARD

howto write image: https://github.com/hyphop/khadas-rescue#write-vim2-sd-image---example
discus: https://forum.khadas.com/t/khadas-vim-openwrt/701/7
project: https://github.com/hyphop/khadas-rescue

test

01 Aug 15:06
Compare
Choose a tag to compare

krescue.sd.img - rescue sd image boot from sd (if emmc is clear) its raw image just write by dd to SD card
krescue.spi.img - rescue spi image boot from SPI flash - its raw image just write to SPI flash