X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Fnokia_rx51_test.sh;h=28aa554ed8bc3c7781ae96f78a26ab24214d7383;hb=652982309d316b14aae5805d09239f89eb89f038;hp=a1436543fbeeca38e72df0ad1cb727015ca1dd47;hpb=f75b7b82a3b63fd7abac8d89bff1f6bd51f41378;p=platform%2Fkernel%2Fu-boot.git diff --git a/test/nokia_rx51_test.sh b/test/nokia_rx51_test.sh index a143654..28aa554 100755 --- a/test/nokia_rx51_test.sh +++ b/test/nokia_rx51_test.sh @@ -18,6 +18,7 @@ echo ' mformat (from mtools, homepage http://www.gnu.org/software/mtools/) /usr/sbin/mkfs.ubifs (from mtd-utils, homepage http://www.linux-mtd.infradead.org/) /usr/sbin/ubinize (from mtd-utils, homepage http://www.linux-mtd.infradead.org/) + /lib/ld-linux.so.2 (32-bit x86 version of LD loader, needed for qflasher) ' | while read tool info; do if test -z "$tool"; then continue; fi if ! which $tool 1>/dev/null 2>&1; then