{video} Cross compile arm linux with busybox and initrd rootfs and run arm versatilpb on qemu and embedded linux for embedded system
cd /root ls -lh initrd-rootfs umount /root/test gzip initrd-rootfs qemu-system-arm -M versatilepb -kernel ….. -initrd ….. -append “root=/dev/sda1 rw ramdisk_size=32768″
Your email address will not be published. Required fields are marked *
Name *
Email *
Website
Comment
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
cd /root
ls -lh initrd-rootfs
umount /root/test
gzip initrd-rootfs
qemu-system-arm -M versatilepb -kernel ….. -initrd ….. -append “root=/dev/sda1 rw ramdisk_size=32768″