I'm a newbie to embedded development. I've worked through the linux hands on tutorial and have been successful at bringing up linux on the ramdisk as per the tutorial.
What I really want is a ubuntu desktop working on the Zybo board. I have loaded the Linaro filesystem onto the sd card (as per the zed board examples) but still the Zybo insists on trying to load from a ramdisk. I have changed the chosen bootargs in the devicetree to
Is there something else I need to do in say the config file or uboot.elf to get it to use the filesystem from the ext4 partition rather than the ramfile?
Question
mikemcg
I'm a newbie to embedded development. I've worked through the linux hands on tutorial and have been successful at bringing up linux on the ramdisk as per the tutorial.
What I really want is a ubuntu desktop working on the Zybo board. I have loaded the Linaro filesystem onto the sd card (as per the zed board examples) but still the Zybo insists on trying to load from a ramdisk. I have changed the chosen bootargs in the devicetree to
bootargs = "console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootfstype=ext4 rootwait devtmpfs.mount=1"
Is there something else I need to do in say the config file or uboot.elf to get it to use the filesystem from the ext4 partition rather than the ramfile?
In using Vivado 2014.4 and SDK 2014.4.
Thanks Mike.
Link to comment
Share on other sites
11 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.