I have built images for intel Edison board using edison supported buildroot on ubuntu 17.10 (64 bit).
I followed following steps
1 . make edison_defconfig.
2 . make
and Images are installed in output/images.
But when I tried to flash u-boot on board using This Link,
3 . Then I did truncate -s %4096 u-boot.bin in output/images
4 . dfu-util -v -d 8087:0a99 --alt u-boot0 -D u-boot.bin
5 . run do_force_flash_os on board
I am able to flash the u-boot on board successfully. But board is not booting up with new u-boot .
What is process to use images built from buildroot ?
How to flash bzImage and .img file on board from output/images ?