Altera_Forum
Honored Contributor
19 years agochanged distributions, kernel not working..
My server suffered a little internal fire recently (note, fans are more valuable than you think!), so I had to setup a new box, and I decided to switch linux distributions from Slackware to Ubuntu.
I rebuilt the toolchain the way I always have (I'm using the older version from Marcs page, not the newer ones), and built a new kernel image... but it won't work on my board; it won't even start to boot (nothing happens after I run the terminal). To see if it was hardware, I used the same SOF image and downloaded an older vmlinux binary that I had, and it worked, indicating it wasn't hardware. I then recompiled that same vmlinux binary with the same config file used to generate it originally, and the new image didn't work. This really seems like a toolchain build problem, and I thought maybe because I'm using different versions of everything to compile. For reference, Im' using gcc 3.3.6 (but I configure buildroot to use 3.4.3). Any ideas?