I have doing linaro-ubuntu-desktop for several days,
last week I was doing as a pdf says(from http://www.zedboard.org/design) ubuntu_desktop,but failed,the error message is
:
/***********************code
Error: unrecognized/unsupported machine ID (r1 = 0x1fb71dd0).
Available machine support:
ID (hex) NAME
00000d32 Xilinx Zynq Platform
*****************code*/
I think it's maybe because the solution's out of date.
yesterday and today, I'm doing as analog adv7511 demo.
its website is http://wiki.analog.com/resources/tools-software/linux-drivers/platforms/zynq
the u-boot.elf is built as http://www.wiki.xilinx.com/U-boot
and the xilinx u-boot is configured to use ramdisk rootfs.
so the boot.bin requires uImage devicetree.dtb and uramdisk.tar.gz
I want to use mmcblk0p2 (the SDcard ext4 partition)
Here's my problem:
1.if there's no uramdisk in the fat32 partition,the boot.bin will cancel. and then the linux won't continue to boot
2.if I do copy a uramdisk.tar.gz into the fat32 partition, it will boot OK,but won't use mmcblkp2 as rootfs. so it's just a simple linux, without linaro ubuntu.
what should I do to make the linaro-ubuntu-desktop boot?