Lines Matching refs:metal

173 touch $resdir/bare-metal
174 echo To run this scenario on bare metal: >> $resdir/bare-metal
175 echo >> $resdir/bare-metal
176 echo " 1." Set your bare-metal build tree to the state shown in this file: >> $resdir/bare-metal
177 echo " " $testid_txt >> $resdir/bare-metal
178 echo " 2." Update your bare-metal build tree"'"s .config based on this file: >> $resdir/bare-metal
179 echo " " $resdir/ConfigFragment >> $resdir/bare-metal
180 echo " 3." Make the bare-metal kernel"'"s build system aware of your .config updates: >> $resdir/ba…
181 echo " " $ 'yes "" | make oldconfig' >> $resdir/bare-metal
182 echo " 4." Build your bare-metal kernel. >> $resdir/bare-metal
183 echo " 5." Boot your bare-metal kernel with the following parameters: >> $resdir/bare-metal
184 echo " " $kboot_args >> $resdir/bare-metal
185 echo " 6." Start the test with the following command: >> $resdir/bare-metal
186 echo " " $ modprobe $TORTURE_MOD $modprobe_args >> $resdir/bare-metal
187 echo " 7." After some time, end the test with the following command: >> $resdir/bare-metal
188 echo " " $ rmmod $TORTURE_MOD >> $resdir/bare-metal
189 echo " 8." Copy your bare-metal kernel"'"s .config file, overwriting this file: >> $resdir/bare-met…
190 echo " " $resdir/.config >> $resdir/bare-metal
191 echo " 9." Copy the console output from just before the modprobe to just after >> $resdir/bare-metal
192 echo " " the rmmod into this file: >> $resdir/bare-metal
193 echo " " $resdir/console.log >> $resdir/bare-metal
194 echo "10." Check for runtime errors using the following command: >> $resdir/bare-metal
195 … " $ tools/testing/selftests/rcutorture/bin/kvm-recheck.sh `dirname $resdir` >> $resdir/bare-metal
196 echo >> $resdir/bare-metal
197 echo Some of the above steps may be skipped if you build your bare-metal >> $resdir/bare-metal
198 echo kernel here: `head -n 1 $testid_txt | sed -e 's/^Build directory: //'` >> $resdir/bare-metal