I downloaded latest NOOBS v1.9.2 from raspberry site.
Installed it on RaspberryPi 2 Box.
It installed successfully.
I did integrate some files in NOOBS and did re-build it. (re-created NOOBS)
The newly created NOOBS works on Raspberry 2 and Raspberry 3, but it does not work with Raspberry 1.
It is successfully installed on RaspberryPi 1 but while booting it provides below error.
Kernel panic - not syncing : Attempted to kill init! exitcode=0x00000004
CPU: 0 PID: 1 Comm: Init Not tainted 4.4.11+ #888
I have tried below :
(1) update kernel and firmware using command:
"rpi-update" command.
(2) update broken packages using command :
"apt-get -f install"
(3) get latest update command :
"apt-get update'
(4) Re-installed boot loader using below command
Command : sudo apt-get install --reinstall raspberrypi-bootloader
This problem looks like, the kernel is not able to compile some files to machine level code.
I solved this problem as below :
Actually, from this I understood that the environment of RPI1 is compatible with RPI2 and RPI3.