Rock64 bricked after upgrade
#8
No, it means it can't find bash. Is /bin/bash the path to your Armbian bash?

Sorry. I'm wrong, yes. You'll need another device of the same architecture to properly chroot into it. Or you can use qemu-arm:

Code:
# This provides the qemu-arm-static binary
apt-get install qemu-user-static

# Mount my target filesystem on /mnt
mount -o loop fs.img /mnt

# Copy the static ARM binary that provides emulation
cp $(which qemu-arm-static) /mnt/usr/bin
# Or, more simply: cp /usr/bin/qemu-arm-static /mnt/usr/bin

# Finally chroot into /mnt, then run 'qemu-arm-static bash'
# This chroots; runs the emulator; and the emulator runs bash
chroot /mnt qemu-arm-static /bin/bash
per https://unix.stackexchange.com/a/222981

You might also try copying any configuration changes you've made to you x86 install, make a fresh SD, and then copy over your configuration changes.
  Reply


Messages In This Thread
Rock64 bricked after upgrade - by jean_bruder - 04-02-2020, 06:46 AM
RE: Rock64 bricked after upgrade - by tophneal - 04-02-2020, 07:21 AM
RE: Rock64 bricked after upgrade - by jean_bruder - 04-02-2020, 07:35 AM
RE: Rock64 bricked after upgrade - by tophneal - 04-02-2020, 07:39 AM
RE: Rock64 bricked after upgrade - by jean_bruder - 04-02-2020, 08:19 AM
RE: Rock64 bricked after upgrade - by tophneal - 04-02-2020, 08:22 AM
RE: Rock64 bricked after upgrade - by jean_bruder - 04-02-2020, 09:26 AM
RE: Rock64 bricked after upgrade - by tophneal - 04-02-2020, 09:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Rock64 - not booting after Armbian update helpmerock 6 825 03-27-2025, 08:26 AM
Last Post: wdt
  irradium (based on crux linux) Rock64 riscv64, aarch64 mara 8 2,433 01-25-2025, 12:57 PM
Last Post: mara
  can rock64 4gb ram run entirely on free software? heocb 1 518 01-07-2025, 05:47 AM
Last Post: KC9UDX
  Upgrading ancient Rock64 timxjr1300 1 566 11-26-2024, 09:47 AM
Last Post: dmitrymyadzelets
  arch rock64 does not boot nemnob 1 1,500 09-20-2024, 11:18 AM
Last Post: AwU2HBg
  DietPi OS for ROCK64 MichaIng 42 53,975 09-01-2024, 06:43 AM
Last Post: RaymondDay
Smile First Lakka image for Rock64! Luke 47 88,702 09-01-2024, 06:05 AM
Last Post: RaymondDay
  Rock64 v2 - did not work song / audio sqw200zu 2 2,454 03-14-2024, 03:09 AM
Last Post: dmitrymyadzelets
  Rock64 won't boot dstallmo 0 960 12-27-2023, 10:34 AM
Last Post: dstallmo
  HDMI doesn't work on rock64 Noung1991 1 1,652 11-21-2023, 08:33 AM
Last Post: as365n4

Forum Jump:


Users browsing this thread: 1 Guest(s)