I am trying to run u-boot.bin for Beaglebone black on QEMU by using below instruction:
$qemu-system-arm -M realview-pb-a8 -nographic -kernel /media/remo/xyz/EmbeddedLinux/u-boot-source-code/u-boot/u-boot.bin
First of all, whether the machine I am using here is appropriate for BBB as there is no machine listed for BBB I have used realview-pb-a8
By giving this instruction, it has taken almost 30mins but still I didn't get u-boot prompt.
u-boot.bin created by giving following instructions:
make CROSS_COMPILE=arm-cortex_a8-linux-gnueabihf- make CROSS_COMPILE=arm-cortex_a8-linux-gnueabihf-_boneblack_vboot_defconfig
This is the first time I am running u-boot on qemu in the process of learning Embedded Linux.
Please help me around.