Forum Discussion
Altera_Forum
Honored Contributor
21 years agobusybox error
when i built busybox according <linux referece guide>, everythings gone well except when linux startup, the error comes: <div class='quotetop'>QUOTE </div> --- Quote Start --- Creat...
Altera_Forum
Honored Contributor
20 years agoI found the reason.
When I "make install", "busybox" copied to <project>/target, but it was rw only not excutable. So I "mv busybox busybox.exe" (chmod 777 in cygwin was useless during my test). Then "build fs" , upload, it worked. PS: my classmates' work is "xrw" of "busybox" after "make install", so I don't know why things goes wrong in my way.