Lines Matching full:flash
4 # Programs a MIPS Malta boot flash with a flat binary image.
9 proc flash-boot { binfile } {
10 puts "flash monitor binary $binfile"
16 flash device sharp_16x32_be;
19 flash device sharp_16x32;
22 flash clear all;
23 flash set 0xBE000000..0xBE0FFFFF
24 flash erase sector 0xbe000000;
25 flash erase sector 0xbe020000;
26 flash erase sector 0xbe040000;
27 flash erase sector 0xbe060000;
28 flash erase sector 0xbe080000;
29 flash erase sector 0xbe0a0000;
30 flash erase sector 0xbe0c0000;
31 flash erase sector 0xbe0e0000;
32 puts "finished erasing boot flash";
34 puts "programming flash, please be patient"
37 flash clear all
39 puts "finished programming boot flash";