Forum Discussion
Altera_Forum
Honored Contributor
13 years ago.RFB file byte-reverse
Hi all,
I access to epcs controller as mtd under Linux/uClinux. To update program file, i use .rbf but i need to do a byte-reverse before writing it to the EPCS16 someone has a program to do it? Thanks5 Replies
- Altera_Forum
Honored Contributor
Hi,
That's the python script that I use (not written by me). The syntax is "MSB2LSB in.rbf out.bin" wher "in" and "out" are the names of the input and output files you desire. - Altera_Forum
Honored Contributor
great
I will try it right now :) thank you very much - Altera_Forum
Honored Contributor
what version of python you use?
- Altera_Forum
Honored Contributor
ActiveState Active Python 2.4
- Altera_Forum
Honored Contributor
it works thank you :)