gyrex Posted September 17, 2018 Posted September 17, 2018 Hi guys, I was running my Orange Pi Zero Plus perfectly on the dev channel but I did an apt upgrade the other day and it seems to have broken something. I hooked it up to a usb serial device and here's the log: https://pastebin.com/jiB9TZdh Any ideas on how I can fix this? I can interrupt the boot process and I get to a screen where I can run limited commands but I'm not sure what to do at that point. I'm thinking it might be easier to just reflash and start again. This post is mainly for the devs to let them know there might be an issue with one of the kernels? Cheers.
gyrex Posted September 17, 2018 Author Posted September 17, 2018 Update and fix for those who might encounter this issue: I fixed this by: 1. removing the SD card from the Pi Zero, 2. put the card into a USB card reader 3. Inserted the card reader into an Ubuntu box 4. If the SD card auto mounts, unmount it 5. Run fsck on the SD card: sudo fsck /dev/sdXX (where XX is your device location. ie. sdb1
Igor Posted September 18, 2018 Posted September 18, 2018 10 hours ago, gyrex said: Any ideas on how I can fix this? It looks like SD card corruption on a quick look. By replacing the card? DEV channel is for experimenting only. It works on some boards, while it can be broken for others. Its extremely hard to keep stable builds supported, while for DEV there is absolutely no way to support. No time/people.
Recommended Posts