OK, the problem here is I'm not able to mount the disk. Nothing I do
causes it to show up in /dev. I'm using
qemu-system-arm -M vexpress-a9 \
-cpu cortex-a9 \
-m 1024M \
-kernel /export/armmp/vmlinuz \
-initrd /export/armmp/initrd.g
Lennart,
Bingo! The virtual serial port (on 3, btw) showed the system trying to
boot. An error pointed out that in this iteration I had forgotten the
-sd parameter, so no (virtual) hard disk.
I added -sd /export/armhf.qcow2 to the command, but still no hard disk
in the /dev listing. I'm wonder
On Mon, Nov 14, 2016 at 02:48:24PM -0500, Jerry Stuckle wrote:
> I have tried with your command:
>
> qemu-system-arm -M vexpress-a9 \
> -cpu cortex-a9 \
> -kernel /export/armmp/vmlinuz \
> -initrd /export/armmp/initrd.gz \
> -append c
Ian,
I have tried with your command:
qemu-system-arm -M vexpress-a9 \
-cpu cortex-a9 \
-kernel /export/armmp/vmlinuz \
-initrd /export/armmp/initrd.gz \
-append console=ttyAMA0,115200 \
-dtb /export/armmp/vexpress-v2p
On Mon, 2016-11-14 at 12:46 -0500, Jerry Stuckle wrote:
> Hi, Ian,
>
> I tried several variations with different DTBs, and nothing worked. I
> also tried your example, with no difference. All I get is an empty console.
Please tell us the actual commands which you have tried to run.
Ian.
Hi, Ian,
I tried several variations with different DTBs, and nothing worked. I
also tried your example, with no difference. All I get is an empty console.
My initrd.gz is a symlink to initrd.img-3.16.0-4-armmp and vmlinuz is a
symlink to vmlinuz-3.16.0-4-armmp, which I think are the correct fil
6 matches
Mail list logo