Hi, all!
Please tell me how I can update u-boot and uImage stored in SPI flash from running linux system?
At this moment I can write in SPI from linux only as /dev/mtdblk3 partition. I created minix-filesystem on /dev/mtdblk3, mount this block device and use it in linux.
For example I need update kernel image from linux (At the first time I put uImage in SPI via u-boot)?
Thank you.