I have been able to complete the "Embedded Linux Tutorial - Zybo" and boot Busybox from the Zybo with a few minor changes (see bottom of the post). I was not able to do the same for the Linaro Ubuntu as the system freezes after a while (more on this in this thread).
I don't care using Busybox instead of Linaro, even though its limitations. However I would like to configure Internet and I don't know how to do that. I was able to ping myself by doing: "ifconfig lo 127.0.0.1" followed by "ping 127.0.0.1". However I don't know how to communicate with the outside world, I alway get "network unreachable" error. Does anyone know how to do this?
change the bootargs in the zynq-zybo.dts to "bootargs = "console=ttyPS0,115200 root=/dev/ram0 rw init=/sbin/init earlyprintk rootwait devtmps.mount=1" "
Question
miguel_rodrigues
Hello everybody,
I have been able to complete the "Embedded Linux Tutorial - Zybo" and boot Busybox from the Zybo with a few minor changes (see bottom of the post). I was not able to do the same for the Linaro Ubuntu as the system freezes after a while (more on this in this thread).
I don't care using Busybox instead of Linaro, even though its limitations. However I would like to configure Internet and I don't know how to do that. I was able to ping myself by doing: "ifconfig lo 127.0.0.1" followed by "ping 127.0.0.1". However I don't know how to communicate with the outside world, I alway get "network unreachable" error. Does anyone know how to do this?
PS: The changes I did to the tutorial were ->
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.