test-dm.sh 227 B

1234567
  1. #!/bin/sh
  2. NUM_CPUS=$(cat /proc/cpuinfo |grep -c processor)
  3. dtc -I dts -O dtb test/dm/test.dts -o test/dm/test.dtb
  4. make O=sandbox sandbox_config
  5. make O=sandbox -s -j${NUM_CPUS}
  6. ./sandbox/u-boot -d test/dm/test.dtb -c "dm test"