3

I have installed Noobs 2.4.2 with Raspbian 8 on Pi 3. Kernel 4.9.35-v7+. It works, but now I need to run the system that's on the sd card on another board which is Pi 1 Model B. It doesn't boot, says kernel panic not syncing attempted to kill init exit code 0000000x4.

I've read that it's because Pi3 board has some features that are used on boot that earlier models don't have. How can I disable those, so that it worked?

1 Answers1

2

I'm pretty sure one of the numerous barriers you may be facing is that the Pi 3 uses arms v8 architecture and the Pi model 1 uses arms v6 architecture. Which kind of makes what you're trying to do impossible without integrating multiple kernels into one os and having the system choose which kernel to use on boot.

Mohammad Ali
  • 2,373
  • 1
  • 12
  • 18