No Description

Domenico Andreoli 9f2a9b865a Make the linker find libc & libm 1 year ago
bsp d9d6147840 jh7100 recovery boot 2 years ago
src a1f3998d2f Update spi_flash_internal.h 1 year ago
.cproject d9d6147840 jh7100 recovery boot 2 years ago
.gitignore d9d6147840 jh7100 recovery boot 2 years ago
.project d9d6147840 jh7100 recovery boot 2 years ago
LICENSE d9d6147840 jh7100 recovery boot 2 years ago
Makefile 9f2a9b865a Make the linker find libc & libm 1 year ago
README.md 2b268a1ced Update README.md 2 years ago
debug.mk ddd0ef6591 Fix/improve SPDX headers in makefiles 1 year ago
release.mk ddd0ef6591 Fix/improve SPDX headers in makefiles 1 year ago

README.md

Cross Compile

Download compiler according to your enviroment as the below link:

https://github.com/sifive/freedom-tools/releases/tag/v2020.12.0

Add the compiler to your PATH:

export PATH=/home/user/compiler/bin:$PATH

Build

Enter the project directory, generate the jh7100_recovery_boot.bin file in debug directory after make

Upgrade

Follow the recovery tools and instruction as the below link to recover the bootloader https://github.com/kprasadvnsi/JH71xx-tools