View: 9706|Reply: 55

orange pi i96 can't boot the second time

[Copy link]

2

threads

6

posts

32

credits

Novice

Rank: 1

credits
32
Published in 2020-11-27 18:41:53 | Show all floors |Read mode
i try to work with pi i96.
i test debian and ubuntu img , and the same problem arrives :
- the first time booting os is ok, i can use the card with the serial terminal
- if i restart, i can't reach command prompt, system freeze after "reach target system"

i test several sd card, which works with other orange pi zero


This thread contains more resources

You need to Log in to download or view,No account?    Register

x

1

threads

24

posts

105

credits

Registered member

Rank: 2

credits
105
Published in 2021-1-17 20:40:48 | Show all floors
I know this is a month old,  but what I found is that if you are connecting via wifi on the OPi Zero and signal
strength is weak, all activity freezes.
I would suggest using ethernet or if possible move the OPi closer to your router.
Changing the wifi channel can also help

2

threads

6

posts

32

credits

Novice

Rank: 1

credits
32
 Author| Published in 2021-1-20 16:32:59 | Show all floors
hal8000b replied at 2021-1-17 20:40
I know this is a month old,  but what I found is that if you are connecting via wifi on the OPi Zero ...

no ethernet on pi i96 !

1

threads

10

posts

59

credits

Registered member

Rank: 2

credits
59
Published in 2021-4-2 22:50:43 | Show all floors
Edited by vaton at 2021-4-19 05:28

Same problem, but found solution on the forum http://www.orangepi.org/orangepi ... viewthread&tid=2692
drazvan says: The sound driver is causing that, do a "sudo apt-get purge –auto-remove alsa-utils" on the first boot and then subsequent boots will work. That is unless you need sound, I have no solution for that yet.

While logged first time, delete the alsa-utils sound support package. It worked for me.  The i96 board has no audio I/O, so this package is really unnecessary.

Manual suggests to configure wifi and then use ssh for subsequent logging, but somehow cryptic is description, how to find the board's IP address using two smartphones. I succeeded by more conventional "ifconfig" command .

After you have configured wifi and enabled ssh server, "ping" from the board to the router. Board connects to the router and gets assigned IP address. Then do "ifconfig" and you can see the board's IP address on the screen. Now you can log to the board over wifi by the PuTTY (ssh mode) or other terminal. Even better is changing wifi configuration to use static IP address, so board's IP address stays allways the same.


0

threads

6

posts

78

credits

Registered member

Rank: 2

credits
78
Published in 2021-6-22 20:08:37 | Show all floors
Edited by patbeirne at 2021-6-25 05:57

I had the same problem.

Similarly, my solution is to mount the fresh SDCARD image (Ubuntu or Debian) before installing into the i96


  dd if=OrangePi_i96_ubuntu_xenial_server_linux3.10.62_v0.0.4.img of=/dev/sdo status=progress
  mount /dev/sd<n>2 <mount point>
  cd <mount point>
  find -name '*alsa*' -delete
  rm -rf usr/share/alsa
  rm -rf usr/lib/arm-linux-gnueabihf/alsa-lib
  cd
  umount <mount point>

The go ahead an install the SDCARD into the i96. After that, multiple reboot should work fine.  Eventually, you should do the
  1. apt-get purge alsa-utils
Copy code
to make sure the apt cache is consistent.

While we're ripping out code, the boot image has lots of stuff dealing with the 'modem' which exists on the 2iot version, but doesn't exist here. Can we rip it out? I tried removing it from /boot/boot.cmd (and boot.scr) but no luck.

Many thanks for this fix!






0

threads

70

posts

178

credits

Registered member

Rank: 2

credits
178
Published in 2023-4-6 17:31:32 | Show all floors

0

threads

70

posts

178

credits

Registered member

Rank: 2

credits
178
Published in 2023-4-7 12:43:17 | Show all floors

0

threads

70

posts

178

credits

Registered member

Rank: 2

credits
178
Published in 2023-4-8 11:30:46 | Show all floors

0

threads

70

posts

178

credits

Registered member

Rank: 2

credits
178
Published in 2023-5-3 12:14:18 | Show all floors

0

threads

3

posts

14

credits

Novice

Rank: 1

credits
14
Published in 2023-5-8 19:08:33 | Show all floors
I am aware that this was posted a year ago, but what I have discovered is that all activity comes to a halt on the OPi Zero if you are connecting to the internet via wifi and the signal strength is weak.

roofing contractors madeira beach
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list