Jump to content

Recommended Posts

Posted
  On 2/1/2022 at 4:18 AM, Hervé Changue said:

Hello did you try supported images from website?? (24 jan) i can't make it work i got nothing thanks

Expand  

grafik.thumb.png.72defc2323f5a2539c772bfae2a49733.png

 

this one, i used the EU server for download. runns total fine, no issues sd card is extended and inital startup sript for root password goes througth, and reboot works also fine.

 

 

which tools do you use to write the sd card, do you use sd card formatter and win32diskimager ?

 

these two are not booting nothing on console only Network led

 

grafik.thumb.png.9d70fd89f2e54582ec27c0489d42a987.png

Posted
  On 2/2/2022 at 5:09 AM, mantouboji said:

USB is still broken

Expand  

orangepizero2 login: [   36.424984] usb 2-1: device descriptor read/64, error -62
[   36.728997] usb 2-1: device descriptor read/64, error -62
[   37.220946] usb 2-1: device descriptor read/64, error -62
[   37.525006] usb 2-1: device descriptor read/64, error -62
[   38.268960] usb 2-1: device not accepting address 4, error -62
[   38.876945] usb 2-1: device not accepting address 5, error -62
[   38.882920] usb usb2-port1: unable to enumerate USB device

 

shwoing this on console when blugin in a usb stick

 

Posted
  On 2/1/2022 at 6:41 AM, krachlatte said:

these two are not booting nothing on console only Network led

 

grafik.thumb.png.9d70fd89f2e54582ec27c0489d42a987.png

Expand  

 

confirmed 
it didn't boot

same card, same power supply, same balena etcher but bullseye didn't boot. previous buster works fine

Posted
  On 1/5/2022 at 5:43 PM, pim said:

Would you please tell me how you got docker working on the orangepi zero2 i cant get it to work with armbian buster. it fails at install something to do with network issues iptables im not an expert.

i tried everything i could think off but dont get it working even after fresh install armbian it wont correctly install docker.

Expand  

 

you can try this for debian

update-alternatives --set iptables /usr/sbin/iptables-legacy

curl -fsSL http://mirrors.aliyun.com/docker-ce/linux/debian/gpg | apt-key add -
add-apt-repository "deb [arch=arm64] https://mirrors.aliyun.com/docker-ce/linux/debian $(lsb_release -cs) stable"
apt update
apt install docker-ce

 

i use it to install home assistant supervised

Posted
  On 2/4/2022 at 9:43 AM, nightguest said:

 

you can try this for debian

update-alternatives --set iptables /usr/sbin/iptables-legacy

curl -fsSL http://mirrors.aliyun.com/docker-ce/linux/debian/gpg | apt-key add -
add-apt-repository "deb [arch=arm64] https://mirrors.aliyun.com/docker-ce/linux/debian $(lsb_release -cs) stable"
apt update
apt install docker-ce

 

i use it to install home assistant supervised

Expand  

could you use armbian-config 3rd party software and install docker from there, does this work ?

Posted (edited)

Now, USB is OK. ( git revision  3b7f5b1f3418b7ad7a7c03f2af6d8da66f20bcb9 )

 

but can't reboot again .

 

  ___  ____  _   _____             ____
 / _ \|  _ \(_) |__  /___ _ __ ___|___ \
| | | | |_) | |   / // _ \ '__/ _ \ __) |
| |_| |  __/| |  / /|  __/ | | (_) / __/
 \___/|_|   |_| /____\___|_|  \___/_____|

Welcome to Armbian 22.02.0-trunk Impish with bleeding edge Linux 5.15.21-sunxi64

No end-user support: built from trunk & unsupported (impish) userspace!

System load:   5%           	Up time:       10 min
Memory usage:  9% of 984M   	IP:	       192.168.20.54 192.168.25.109
CPU temp:      40°C           	Usage of /:    21% of 15G

[ 0 security updates available, 2 updates total: apt upgrade ]
Last check: 2022-02-06 18:31

[ General system configuration (beta): armbian-config ]

Last login: Sun Feb  6 18:31:30 2022 from 240e:
yaofei@wgz2:~$ lsusb -t
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
    |__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=mt76x0u, 480M

 

Edited by mantouboji
add can't reboot again
Posted (edited)

Everytime i try to install latest .img's (focal, bullseye, buster, doesn't matter) i can't after all updates (sudo apt-get update && sudo apt-get upgrade sudo apt-get install zlib1g-dev libjpeg-dev) start the board, Just the red and LAN lights on. Board is not showns in the router panel when the LAN is connected. In some .img's board worked with red light, but did not start after updates, in some .img's board has green light on it just before updates, after them it stucks on red light. Is there any ways to fix this or anyone knows which.img that works fine with updates? For formatting SD card i used balenaEtcher. If more information needed, i surely provide it if will be possible.

Edited by xj9xj9xj9
Posted
  On 2/18/2022 at 6:50 AM, xj9xj9xj9 said:

Everytime i try to install latest .img's (focal, bullseye, buster, doesn't matter) i can't after all updates (sudo apt-get update && sudo apt-get upgrade sudo apt-get install zlib1g-dev libjpeg-dev) start the board, Just the red and LAN lights on. Board is not showns in the router panel when the LAN is connected. In some .img's board worked with red light, but did not start after updates, in some .img's board has green light on it just before updates, after them it stucks on red light. Is there any ways to fix this or anyone knows which.img that works fine with updates? For formatting SD card i used balenaEtcher. If more information needed, i surely provide it if will be possible.

Expand  

the same problem, after upgrade, update - red LED and Armbian initializing boot loader on the screen (connected via microhdmi)

Posted
  On 1/7/2022 at 2:22 PM, krachlatte said:

 

ther was a chane in the boot.cmd file booti has changed from booti to bootm

 

bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}

 

booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}

Expand  

With latest download 27/3/2022 same problem changing bootm to booti gives same problem

 


U-Boot 2021.10-armbian (Feb 26 2022 - 17:45:38 +0000) Allwinner Technology

CPU:   Allwinner H616 (SUN50I)
Model: OrangePi Zero2
I2C:   ready
DRAM:  1 GiB
MMC:   mmc@4020000: 0
Loading Environment from FAT... Unable to use mmc 0:1... In:    serial@5000000
Out:   serial@5000000
Err:   serial@5000000
Net:   phy interface7
eth0: ethernet@5020000
Autoboot in 1 seconds, press <Space> to stop
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot/boot.scr
2612 bytes read in 2 ms (1.2 MiB/s)
## Executing script at 4fc00000
U-boot loaded from SD
Boot script loaded from mmc
131 bytes read in 1 ms (127.9 KiB/s)
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
12522800 bytes read in 519 ms (23 MiB/s)
Failed to load '/boot/uImage'
Wrong Image Format for bootm command
ERROR: can't get kernel image!
SCRIPT FAILED: continuing...
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
Scanning disk mmc@4020000.blk...
Found 2 disks
No EFI system partition
BootOrder not defined
EFI boot manager: Cannot load any image
ethernet@5020000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
missing environment variable: pxeuuid
missing environment variable: bootfile

Rudie
 

Posted

What is the difference between Bullseye and Focal? In Focal it shows many updates, but when I update, nothing happens and the updates to do still appear, and the 5Ghz wifi does not connect only the 2,4Ghz.

Posted
  On 4/8/2022 at 11:44 PM, DvoraNoob said:

What is the difference between Bullseye and Focal?

Expand  

Userspace, so everything that is on top of the kernel, is provided by either Debian with Bullseye or Ubuntu with Focal.

Posted

why after I burn these two firmware it can't boot..

 

FOCAL STABLE  stable5.16.y and

 

Jammy rolling5.16.18....

Posted

Is it possible to use USB Type-C port as OTG?

 

I'm also having a problem with libc6, when I update I get an error saying that my version is 9.2 and 9.7 is recommended, but it doesn't install, is it a problem with libc6 or Armbian or both?

 

Posted
  On 4/9/2022 at 10:44 PM, mrjack said:

why after I burn these two firmware it can't boot..

 

FOCAL STABLE  stable5.16.y and

 

Jammy rolling5.16.18....

Expand  

Unsupported kernel branch.

stable means the userspace itself is stable, not the kernel.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines