Thought I'd download the latest image in the hope that it might be more stable ... kernel panic on reboot, booted second time and then whlst trying to update kernel panic again. This board seems to be so unstable it's bascially unuseable
Quote
|_| |_|\___|_|_|\___/|___/\___/ |_|
Welcome to Armbian 21.02.1 Buster with Linux 5.10.12-rockchip64
No end-user support: work in progress
System load: 24% Up time: 1 min
Memory usage: 4% of 3.71G IP: 195.198.8.121
CPU temp: 54°C Usage of /: 6% of 29G
[ General system configuration (beta): armbian-config ]
helios@helios64:~$ apt-get update
Reading package lists... Done
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
helios@helios64:~$ exit
logout
echo "Boot script loaded from ${devtype} ${devnum}"
if test -e ${devtype} ${devnum} ${prefix}armbianEnv.txt; then
load ${devtype} ${devnum} ${load_addr} ${prefix}armbianEnv.txt
env import -t ${load_addr} ${filesize}
fi
if test "${logo}" = "disabled"; then setenv logo "logo.nologo"; fi
if test "${console}" = "display" || test "${console}" = "both"; then setenv cons
oleargs "console=tty1"; fi
if test "${console}" = "serial" || test "${console}" = "both"; then setenv conso
leargs "console=ttyS2,1500000 ${consoleargs}"; fi
if test "${earlycon}" = "on"; then setenv consoleargs "earlycon ${consoleargs}";
fi
if test "${bootlogo}" = "true"; then setenv consoleargs "bootsplash.bootfile=boo
tsplash.armbian ${consoleargs}"; fi
# get PARTUUID of first partition on SD/eMMC the boot script was loaded from
if test "${devtype}" = "mmc"; then part uuid mmc ${devnum}:1 partuuid; fi
if test "${docker_optimizations}" = "on"; then setenv bootargs "${bootargs} cgro
up_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1"; fi
Error: Invalid image type
Usage: mkimage -l image
-l ==> list image header information
mkimage [-x] -A arch -O os -T type -C comp -a addr -e ep -n name -d data_file[:data_file...] image
-A ==> set architecture to 'arch'
-O ==> set operating system to 'os'
-T ==> set image type to 'type'
-C ==> set compression type 'comp'
-a ==> set load address to 'addr' (hex)
-e ==> set entry point to 'ep' (hex)
-n ==> set image name to 'name'
-d ==> use image data from 'datafile'
-x ==> set XIP (execute in place)
mkimage [-D dtc_options] [-f fit-image.its|-f auto|-F] [-b <dtb> [-b <dtb>]] [-i <ramdisk.cpio.gz>] fit-image
<dtb> file is used with -f auto, it may occur multiple times.
-D => set all options for device tree compiler
-f => input filename for FIT source
-i => input filename for ramdisk file
Signing / verified boot not supported (CONFIG_FIT_SIGNATURE undefined)
mkimage -V ==> print version information and exit
Use '-T list' to see a list of available image types
root@helios64:/boot# mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr
Image Name:
Created: Fri Feb 19 16:30:44 2021
Image Type: ARM Linux Script (uncompressed)
Data Size: 3121 Bytes = 3.05 KiB = 0.00 MiB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 3113 Bytes = 3.04 KiB = 0.00 MiB
root@helios64:/boot# more boot.scr
'VQ>W4`/▒
▒▒More--(0%)
#
# Please edit /boot/armbianEnv.txt to set supported parameters
#
echo "Boot script loaded from ${devtype} ${devnum}"
if test -e ${devtype} ${devnum} ${prefix}armbianEnv.txt; then
load ${devtype} ${devnum} ${load_addr} ${prefix}armbianEnv.txt
env import -t ${load_addr} ${filesize}
fi
if test "${logo}" = "disabled"; then setenv logo "logo.nologo"; fi
if test "${console}" = "display" || test "${console}" = "both"; then setenv cons
oleargs "console=tty1"; fi
if test "${console}" = "serial" || test "${console}" = "both"; then setenv conso
leargs "console=ttyS2,1500000 ${consoleargs}"; fi
if test "${earlycon}" = "on"; then setenv consoleargs "earlycon ${consoleargs}";
fi
if test "${bootlogo}" = "true"; then setenv consoleargs "bootsplash.bootfile=boo
tsplash.armbian ${consoleargs}"; fi
# get PARTUUID of first partition on SD/eMMC the boot script was loaded from
if test "${devtype}" = "mmc"; then part uuid mmc ${devnum}:1 partuuid; fi
if test "${docker_optimizations}" = "on"; then setenv bootargs "${bootargs} cgro
up_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1"; fi
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.
Question
SymbiosisSystems
Thought I'd download the latest image in the hope that it might be more stable ... kernel panic on reboot, booted second time and then whlst trying to update kernel panic again. This board seems to be so unstable it's bascially unuseable
Link to comment
Share on other sites
8 answers to this question
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.