matt_max wrote:@fvdw Correct me if I'm wrong - I need to:
- copy attached uImage to /dev/sda6
What about kernel-debian.zip :scratch Copy its content to where? To /boot on /dev/md0?
- extract attached lib-config-3-2-archive.tgz and just copy its content to /dev/md0 right?
Assuming the disk is is attached to your linux pc and is recognized as sdb
uImage must be written to sdb6 using dd on your linux pc
The lib archive.
Assemble the array /dev/md0 on your linux pc and mount it on /md0 and put the archive in the root folder (/) =/md0
and extract it in that folder.
The debian kernel goes to /dev/sdb6 just like the own compiled kernel, of course after prforming the trial with own kernel and if we still have the getty issue