We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I can flash visionfive2_fw_payload in /dev/mtd1
visionfive2_fw_payload
/dev/mtd1
flashcp -v visionfive2_fw_payload.img /dev/mtd1 visionfive2_fw_payload.img won't fit into /dev/mtd1!
Best Regards
The text was updated successfully, but these errors were encountered:
#73
Sorry, something went wrong.
flashcp -v visionfive2_fw_payload.img /dev/mtd2 (that fix my issue)
flashcp -v visionfive2_fw_payload.img /dev/mtd2
cat /proc/mtd dev: size erasesize name mtd0: 00040000 00001000 "spl" mtd1: 00010000 00001000 "uboot-env" mtd2: 00300000 00001000 "uboot" mtd3: 00100000 00001000 "data"
Thanks you that strange because have upgrade to 3.8.2 on mtd1 without any issue.
No branches or pull requests
Hi,
I can flash
visionfive2_fw_payload
in/dev/mtd1
Best Regards
The text was updated successfully, but these errors were encountered: