Jump to content

MrBoyi

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Yep. Totally missed that. Didn't come to my mind it's new and needs to be partition first. It works now, as intended.
  2. I build a bullseye version from the trunk. Before that I used the Ubuntu jammy version by using Joshua Reik's dtb on an armbian image. Two issues that I run into: The problematic Intel Ax201 wifi can't seem to be detected. Spend the whole day trying to make it work but fail. armbian-config feature 'Install to/update boot loader' can't be used to move image to NVMe and bootloader to MTD flash. NVMe drive is not given as a destination option even though it can detected by the system.
  3. The debug console output of the failed loading of Armbian_23.08.0-trunk_Orangepi5-plus_jammy_legacy_5.10.160_gnome_desktop is as below: ... U-Boot 2017.09-armbian (May 31 2023 - 17:58:42 +0000) Model: RK3588 Orange Pi 5 Plus PreSerial: 2, raw, 0xfeb50000 DRAM: 15.7 GiB Sysmem: init Relocation Offset: eda65000 Relocation fdt: eb9f9a98 - eb9fecc8 CR: M/C/I Using default environment mmc@fe2c0000: 0, mmc@fe2e0000: 1 Bootdev(atags): mmc 0 MMC0: Legacy, 52Mhz PartType: EFI DM: v2 boot mode: None Model: RK3588 Orange Pi 5 Plus CLK: (sync kernel. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A) b0pll 24000 KHz b1pll 24000 KHz lpll 24000 KHz v0pll 24000 KHz aupll 24000 KHz cpll 1500000 KHz gpll 1188000 KHz npll 24000 KHz ppll 1100000 KHz aclk_center_root 702000 KHz pclk_center_root 100000 KHz hclk_center_root 396000 KHz aclk_center_low_root 500000 KHz aclk_top_root 750000 KHz pclk_top_root 100000 KHz aclk_low_top_root 396000 KHz Net: No ethernet found. Hit key to stop autoboot('CTRL+C'): 0 switch to partitions #0, OK mmc0 is current device mmc@fe2c0000: 0 (SD) mmc@fe2e0000: 1 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot.scr reading /boot.scr 3476 bytes read in 2 ms (1.7 MiB/s) ## Executing script at 00500000 Boot script loaded from mmc 0 reading /armbianEnv.txt 172 bytes read in 1 ms (168 KiB/s) reading /uInitrd 15256294 bytes read in 1224 ms (11.9 MiB/s) reading /Image 34638336 bytes read in 2775 ms (11.9 MiB/s) reading /dtb/rockchip/rk3588-orangepi-5-plus.dtb 265256 bytes read in 31 ms (8.2 MiB/s) ** Unable to read file /dtb/rockchip/overlay/rockchip-rk3588-fixup.scr ** Unknown command 'kaslrseed' - try 'help' Fdt Ramdisk skip relocation ## Loading init Ramdisk from Legacy Image at 0a200000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 15256230 Bytes = 14.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 0x0a100000 Booting using the fdt blob at 0x0a100000 reserving fdt memory region: addr=a100000 size=a7000 'reserved-memory' cma: addr=10000000 size=10000000 'reserved-memory' ramoops@110000: addr=110000 size=f0000 Using Device Tree in place at 000000000a100000, end 000000000a1a9fff Adding bank: 0x00200000 - 0xf0000000 (size: 0xefe00000) Adding bank: 0x100000000 - 0x3fc000000 (size: 0x2fc000000) Adding bank: 0x3fc500000 - 0x3fff00000 (size: 0x03a00000) Total: 4644.846 ms Starting kernel ... [2J[3J[-1;-1fdone. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems done. Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... done. done. Gave up waiting for root file system device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Missing modules (cat /proc/modules; ls /dev) ALERT! PARTUUID=614e0000-0000 does not exist. Dropping to a shell!
  4. @Efe Çetin I've downloaded the ' Armbian_23.08.0-trunk_Orangepi5-plus_jammy_legacy_5.10.160_gnome_desktop'. It can boot successfully but it stucks while loading the linux filesystem at initramfs: ALERT! PARTUUID=614e0000-0000 does not exist. Dropping to a shell! None of the /dev/mmcblk1p1 or /dev/mmcblk1p2 of my sdcard has that PARTUUID. The rootdev in armbianEnv.txt refers to the UUID of /dev/mmcblk1p2. I can boot Orange Pi's Debian successfully by using the same sdcard so I don't think that's the problem. Any idea? Regards.
  5. I can confirm that the FIP developed from odroidg12-v2015.01-c4-m5 branch works on all three of my M5 (including the one with boot problem) for u-boot v2022.10. But U-boot v2023.04 cause boot loop when USB hard disk is connected to that one board.
  6. @dioles That's great. Glad I can help. @chewitt Could you consider updating the repo amlogic-boot-fip for BPi-M5 to the odroidg12-v2015.01-c4-m5 branch? At least now there are two occasions - mine can't boot, and @dioles's got error when booting USB - which could be due to updated board which is incompatible with current firmware. If you want, I can create a PR.
  7. @dioles One easy way to update u-boot in Armbian: cd /lib/linux-u* backup u-boot.bin in the folder put a new u-boot.bin in the folder Use armbian-config -> system settings -> “Install” “Install to/update boot loader” -> Install/Update the bootloader on SD/eMMC By the way, it seems that you still got a problem. I you don't mind experimenting, you can have a look at this bootloader, built based on the firmware at Sinovoip's https://github.com/Dangku/amlogic-u-boot.git on the branch odroidg12-v2015.01-c4-m5. This branch has more commits than the default (used by Armbian from amlogic-boot-fip) and is describe in upstream u-boot doc on Bpi-M5. Basically it has newer firmware. One of my M5 can't boot with regular armbian (don't know why, may be latest board version, not sure). This bootloader (buid from armbian trunk) works on this problematic board and other boards too. Not sure if it can actually help, though. Regards.
  8. @Igor I got quite similar problem of infinite boot loop on Banana Pi M5. It is caused by one of the patch where usb/nvme/scsi are given higher boot priority. I've resolved the problem by compiling new u-boot.bin from trunk to address this issue and has been tested for u-boot v2022.10 and v2023.4. I have send a PR. Please have a look. Regards.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines