Re: [U-Boot] u-boot: vexpressca9x4: hang(?) with qemu

2014-06-10 Thread Matwey V. Kornilov
09.06.2014 21:52, Matwey V. Kornilov пишет: > > It actually jumps to 0x6001 where the middle of > get_device_and_partition located. > I've found that it works with qemu 1.7 but I have to provide u-boot in ELF format, bare-metal u-boot.bin don't work. ___

Re: [U-Boot] u-boot: vexpressca9x4: hang(?) with qemu

2014-06-09 Thread Matwey V. Kornilov
09.06.2014 21:30, Matwey V. Kornilov пишет: > 09.06.2014 10:57, Matwey V. Kornilov пишет: >> Hi, >> >> I've build u-boot 2014.04 using >> >> make vexpress_ca9x4_config >> >> Now, I am trying to run it on qemu-system-arm 1.3.1 (as well as 1.7 >> gives same result) as the following: >> >> qemu-system

Re: [U-Boot] u-boot: vexpressca9x4: hang(?) with qemu

2014-06-09 Thread Matwey V. Kornilov
09.06.2014 10:57, Matwey V. Kornilov пишет: > Hi, > > I've build u-boot 2014.04 using > > make vexpress_ca9x4_config > > Now, I am trying to run it on qemu-system-arm 1.3.1 (as well as 1.7 > gives same result) as the following: > > qemu-system-arm -M vexpress-a9 -cpu cortex-a9 -m 1024 -kernel u

[U-Boot] u-boot: vexpressca9x4: hang(?) with qemu

2014-06-09 Thread Matwey V. Kornilov
Hi, I've build u-boot 2014.04 using make vexpress_ca9x4_config Now, I am trying to run it on qemu-system-arm 1.3.1 (as well as 1.7 gives same result) as the following: qemu-system-arm -M vexpress-a9 -cpu cortex-a9 -m 1024 -kernel u-boot.bin -serial stdio I want to see u-boot banner and co