Lines Matching refs:log
230 rm -f qemu_uboot.log
231 …900 -mtdblock mtd_uboot.img -sd emmc_uboot.img -serial /dev/stdout -display none > qemu_uboot.log &
233 tail -F qemu_uboot.log &
242 rm -f qemu_ram.log
243 ./qemu-system-arm -M n900 -mtdblock mtd_ram.img -serial /dev/stdout -display none > qemu_ram.log &
245 tail -F qemu_ram.log &
254 rm -f qemu_emmc.log
255 …M n900 -mtdblock mtd_emmc.img -sd emmc_emmc.img -serial /dev/stdout -display none > qemu_emmc.log &
257 tail -F qemu_emmc.log &
266 rm -f qemu_nand.log
267 …M n900 -mtdblock mtd_nand.img -sd emmc_nand.img -serial /dev/stdout -display none > qemu_nand.log &
269 tail -F qemu_nand.log &
283 if grep -q 'Successfully booted' qemu_uboot.log; then echo "U-Boot serial console is working"; else…
284 if grep -q 'Successfully booted' qemu_ram.log; then echo "Kernel was successfully booted from RAM";…
285 if grep -q 'Successfully booted' qemu_emmc.log; then echo "Kernel was successfully booted from eMMC…
286 if grep -q 'Successfully booted' qemu_nand.log; then echo "Kernel was successfully booted from OneN…
290 …boot.log && grep -q 'Successfully booted' qemu_ram.log && grep -q 'Successfully booted' qemu_emmc.…