]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - tools/elftosb/test_elftosb.bat
merged tx6dl-devel into denx master branch
[karo-tx-uboot.git] / tools / elftosb / test_elftosb.bat
1
2 mkdir test_output
3
4 .\elftosb2\Debug\elftosb -Vdz -p bdfiles -p test_files -fmx28 -c simple.e -o test_output\output1.sb plugin_hello redboot_gcc.srec hostlink
5 .\sbtool\Debug\sbtool -Vdz test_output\output1.sb > test_output\output1.txt
6
7 .\elftosb2\Debug\elftosb -Vdz -p bdfiles -p test_files -fmx28 -c habtest.bd -o test_output\output2.sb plugin_hello redboot_gcc.srec hostlink
8 .\sbtool\Debug\sbtool -Vdz test_output\output2.sb > test_output\output2.txt
9
10 .\elftosb2\Debug\elftosb -Vdz -p bdfiles -p test_files -fmx28 -c basic_test_cmd.e -o test_output\output3.sb plugin_hello redboot_gcc.srec hostlink sd_player_gcc
11 .\sbtool\Debug\sbtool -Vdz test_output\output2.sb > test_output\output3.txt
12