Ok, i have installed new rootfs and new kernel but i got some problems.
TI OMAP5432 EVM, boot from sdcard with boot menue
I have a ssd hardisk with two partitions
/dev/sda1 contains older jessie pyra root fs
/dev/sda2 contains stretch root fs (from 2017-10-08)
Two Kernels available:
a) 4.6.0-letux-pyra+
b) 4.10.17-letux-zmatt-pyra
Booting with a) into jessie pyra root (sda1) works and network, hdmi and usb is fine
Boot menu:
menu label Debian GNU/Linux on Harddisk 800x480, kernel 4.6.0-letux-pyra+, SDA1
linux /boot/vmlinuz-4.6.0-letux-pyra+
append root=/dev/sda1 console=ttyO2,115200n8 rw rootwait earlyprintk fixrtc omapdrm.num_crtc=2 consoleblank=0 vram=12M omapfb.vram=0:8M,1:4M omapdss.def_disp=hdmi
fdtdir /usr/lib/linux-image-4.6.0-letux-pyra+
initrd /boot/initrd.img-4.6.0-letux-pyra+
Booting with b) works (sda1 or sda2), but no network, no hdmi output, no usb devices found
Boot menu:
menu label Debian GNU/Linux, kernel 4.10.17-letux-zmatt-pyra, SDA1
linux /boot/vmlinuz-4.10.17-letux-zmatt-pyra
append root=/dev/sda1 console=ttyO2,115200n8 rw rootwait earlyprintk fixrtc omapdrm.num_crtc=2 consoleblank=0 vram=12M omapfb.vram=0:8M,1:4M omapdss.def_disp=hdmi
fdtdir /usr/lib/linux-image-4.10.17-letux-zmatt-pyra
initrd /boot/initrd.img-4.10.17-letux-zmatt-pyra
Both file system contains
/usr/lib/linux-image-4.6.0-letux-pyra+
/usr/lib/linux-image-4.10.17-letux-zmatt-pyra
What have i to check?
Thomas