DavidJS Posted April 18, 2023 Share Posted April 18, 2023 I cloned the quite latest version of Armbian: commit 369e69a55390f59c2299c98c09bf3d805ac59335 (HEAD -> main, origin/main, origin/HEAD) Author: Ricardo Pardini <ricardo@pardini.net> Date: Mon Apr 3 13:15:54 2023 +0200 artifact-armbian-bsp-cli: hash more variables included in `/etc/armbian-release` Using the edge branch to compile for my renegade board, which has the rk3328 chip: ./compile.sh BOARD=renegade BRANCH=edge RELEASE=bullseye BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,img It blocks when start to boot the kernel: U-Boot 2022.07-armbian (Apr 17 2023 - 23:29:15 +0800) Model: Firefly roc-rk3328-cc DRAM: 1022 MiB PMIC: RK8050 (on=0x50, off=0x01) Core: 227 devices, 23 uclasses, devicetree: separate MMC: mmc@ff500000: 1, mmc@ff520000: 0 Loading Environment from MMC... Card did not respond to voltage select! : -110 *** Warning - No block device, using default environment In: serial@ff130000 Out: serial@ff130000 Err: serial@ff130000 Model: Firefly roc-rk3328-cc Net: eth0: ethernet@ff540000 Hit any key to stop autoboot: 0 Card did not respond to voltage select! : -110 switch to partitions #0, OK mmc0(part 0) is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 3252 bytes read in 3 ms (1 MiB/s) ## Executing script at 00500000 Boot script loaded from mmc 0 117 bytes read in 2 ms (56.6 KiB/s) 20639437 bytes read in 468 ms (42.1 MiB/s) 29397504 bytes read in 666 ms (42.1 MiB/s) 63592 bytes read in 7 ms (8.7 MiB/s) 2698 bytes read in 6 ms (438.5 KiB/s) Applying kernel provided DT fixup script (rockchip-fixup.scr) ## Executing script at 09000000 Unknown command 'kaslrseed' - try 'help' Moving Image from 0x2080000 to 0x2200000, end=3ea0000 ## Loading init Ramdisk from Legacy Image at 06000000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 20639373 Bytes = 19.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01f00000 Booting using the fdt blob at 0x1f00000 Loading Ramdisk to 3cb6f000, end 3df1de8d ... OK Loading Device Tree to 000000003caf7000, end 000000003cb6efff ... OK Starting kernel ... efi_free_pool: illegal free 0x000000003cf20040 efi_free_pool: illegal free 0x000000003cf1d040 I don't know what happen, the boad is ok using the old version. 0 Quote Link to comment Share on other sites More sharing options...
DavidJS Posted April 20, 2023 Author Share Posted April 20, 2023 I found it's relative with my dtb file. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.