Forum Discussion
Altera_Forum
Honored Contributor
20 years agonios2-flash-programmer user Guide
the right format of programming a bin to the flash like this: step1:(transfer .bin to .flash) $bin2flash --flash=U5 --location=0x0 --input=XXX.bin --output=XXX.flash (the --location=0...
Altera_Forum
Honored Contributor
20 years agoflash principle:
When .bin transfered to .flash,the programm add a line code between every data bytes,so .flash file is much bigger than .bin. (just like SDK's GERMS moniter style,but in hal it's separated)