Seite 7 von 10
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 13:45
von DM900
BPanther hat geschrieben: Sa 22. Jun 2024, 13:17
And now again a serial log please.
EDIT: As you can see, the last image is working here.
dm900_imginfo.png
Here is serial log after update
neutrino33.txt
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 14:53
von BPanther
Same problem as before, filesys has errors/is incomplete - but kernel now OK. Why don't you use the last rev20778?
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 15:10
von DM900
BPanther hat geschrieben: Sa 22. Jun 2024, 14:53
Same problem as before, filesys has errors/is incomplete - but kernel now OK. Why don't you use the last rev20778?
Is anything change in rev20778 because I try 71 and 72 both give me error
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 15:17
von BPanther
Not really big changes, but maybe works better for you.
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 15:21
von DM900
BPanther hat geschrieben: Sa 22. Jun 2024, 15:17
Not really big changes, but maybe works better for you.
My bad luck same problem in rev20778
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 15:42
von BPanther
I have compared your log with mine and I think I found the problem now. Your root is read-only!
Yours:
Code: Alles auswählen
[ 0.698540] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 0.699392] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 0.728555] EXT4-fs (mmcblk0p2): recovery complete
[ 0.729686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 0.730655] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 0.732222] devtmpfs: mounted
Mine:
Code: Alles auswählen
[ 0.700984] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 0.701953] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 0.703624] devtmpfs: mounted
INIT: version 3.09 booting
INIT: Entering runlevel: 3
[ 0.798708] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
OK, both at beginning currently r/o - but on your system has startet a recovery and leave it r/o. On my box there is a remount and then r/w. I have this fixed in one of the first versions. Do you have replaced the rcS?
You should check the filesystem in telnet:
mount -o ro,remount rootfs
fsck -y /dev/mmcblk0p2
mount -o rw,remount rootfs
Then try a reboot via Neutrino GUI. Hope this fix the r/o problem.
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 16:01
von DM900
BPanther hat geschrieben: Sa 22. Jun 2024, 15:42
I have compared your log with mine and I think I found the problem now. Your root is read-only!
Yours:
Code: Alles auswählen
[ 0.698540] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 0.699392] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 0.728555] EXT4-fs (mmcblk0p2): recovery complete
[ 0.729686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 0.730655] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 0.732222] devtmpfs: mounted
Mine:
Code: Alles auswählen
[ 0.700984] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 0.701953] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 0.703624] devtmpfs: mounted
INIT: version 3.09 booting
INIT: Entering runlevel: 3
[ 0.798708] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
OK, both at beginning currently r/o - but on your system has startet a recovery and leave it r/o. On my box there is a remount and then r/w. I have this fixed in one of the first versions. Do you have replaced the rcS? No
You should check the filesystem in telnet:
mount -o ro,remount rootfs
fsck -y /dev/mmcblk0p2
mount -o rw,remount rootfs
Then try a reboot via Neutrino GUI. Hope this fix the r/o problem.
Sorry but not solved remote not respond same error reboot not possible through Neutrino gui because remote not working
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 16:14
von BPanther
Then use after the 3 commands just "reboot" in telnet. While booting should the LCD then show "FSCK /dev/mmcblk0p2" (only short message).
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 16:56
von DM900
BPanther hat geschrieben: Sa 22. Jun 2024, 16:14
Then use after the 3 commands just "reboot" in telnet. While booting should the LCD then show "FSCK /dev/mmcblk0p2" (only short message).
No LCD not showing FSCK /dev/mmcblk0p2 WHILE booting
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 17:27
von BPanther
Sorry, my fault. Was not activated for DM820/DM7080/DM900/DM920, next image has this build in. But we can try to force this:
mount -o ro,remount rootfs
fsck -y /dev/mmcblk0p2
mount -o rw,remount rootfs
rm /var/etc/.flashimage
reboot
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 17:47
von DM900
BPanther hat geschrieben: Sa 22. Jun 2024, 17:27
Sorry, my fault. Was not activated for DM820/DM7080/DM900/DM920, next image has this build in. But we can try to force this:
mount -o ro,remount rootfs
fsck -y /dev/mmcblk0p2
mount -o rw,remount rootfs
rm /var/etc/.flashimage
reboot
Sorry same problem I will wait for new image thank u so much for your help
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 18:05
von BPanther
Maybe in ~30-45 Min. should the rev20780 ready.
Do you have any error messages after the command lines?
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 18:32
von DM900
BPanther hat geschrieben: Sa 22. Jun 2024, 18:05
Maybe in ~30-45 Min. should the rev20780 ready.
Do you have any error messages after the command lines?
Same which I mention in my first post
IMG_20240621_184535.jpg
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 18:50
von DM900
In rev20780 now this message come on LCD FSCK /dev/mmcblk0p2 but still same problem remote not responding
Re: Is it possible to make an image of a neutrino...?
Verfasst: Sa 22. Jun 2024, 19:06
von BPanther
Then you should try flash via restore mode (Browser). May this can repair the partitions.
I have also updated (online update) - no problems here. Strange, that you have such problems.
