convert script.bin to script.fex and vice a versa..

Started by vaishali, March 04, 2013, 11:26:55 AM

Previous topic - Next topic

vaishali

hi everyone,
here are the steps to convert script.bin file to script.fex file.
(1)download sunxi-tools by typing following commands,(become a super user)

# git clone https://github.com/linux-sunxi/sunxi-tools.git
(2)open the sunxi-tools folder and copy the script.bin file which is to be converted in this sunxi-tools folder.
(3)then run following command ,
# make bin2fex

this will create bin2fex to convert bin file into fex file.
(4)now you writedown the following command to convert bin into fex file. and the fex file will come in the same sunxi-tools folder.
# ./bin2fex script.bin > script.fex

so now you will have your fex file. 
dinks