Open hebinglong opened 3 years ago
Can you enter into dfu mode now? If you can't enter into dfu mode, you can follow these steps to program the flash:
Thankyou for the answer.
I will try the xilinx sdk.
Another question about the DFU boot flow.
Again, thanks for answer. It help me a lot.
All of the source is available here on github. It's all open source. The only thing they have chosen to keep closed is the pcb files
i follow the tutorial, build the lastest source code, and set the jumper into Flash Boot mode, update the u-boot and kernel successfuly. when i try to modify u-boot code, i rebuild it with no error, and trying to download. i think i only need to update u-boot and envs. so i just type cmd like:
sudo dfu-util -a boot.dfu -D ./boot.dfu sudo dfu-util -a uboot-env.dfu -D ./uboot-env.dfu
after repower, uart has nothing to output. i try to use old sd card boot, it can be go into uboot but can not into DFU mode by push the button.
my question is: how can i update the image in flash ? using jtag ? has any tutorial?
thx.