Jump to content

davtur19

Members
  • Posts

    3
  • Joined

  • Last visited

  1. Today I tried to do the update again and I think I found the real problem even if I still haven't figured out how to solve it. Apparently the kernel update is not working properly and after installing these packages that I have compiled (armbian-config_20.08.0-trunk_all.deb linux-dtb-current-rockchip64_20.08.0-trunk_arm64.deb linux-u-boot-current-roc-rk3399-pc_20.08.0-trunk_arm64.deb armbian-firmware_20.08.0-trunk_all.deb linux-image-current-rockchip64_20.08.0-trunk_arm64.deb) and after restarting this happens to me: root@roc-rk3399-pc:/lib/modules # ls /lib/modules 5.4.53-rockchip64 root@roc-rk3399-pc:/lib/modules # uname -a Linux roc-rk3399-pc 5.4.44-rockchip64 #trunk SMP PREEMPT Thu Jun 4 17:03:20 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux EDIT: I don't know if it can be useful, but before when I used only the SD card it didn't happen to me, but since I mounted an NVME I haven't been able to update the kernel anymore I am using the NVME after copying (cp -Rp) the whole SD card to the NVME and setting the right UUID in the file /boot/armbianEnv.txt SOLVED: After a few attempts I managed to figure out how to fix, after updating the kernel I had to mount the sd card and copy the /boot dir mount /dev/mmcblk0p1 /mnt cp -Rp /boot/* /mnt/boot/
  2. I a month ago I only compiled the kernel for my roc-rk3399-pc, using the current branch, while the most recent image I built was 6/6/2020 I currently have this kernel with ubuntu 20.04 LTS: root@roc-rk3399-pc:~ # uname -a Linux roc-rk3399-pc 5.4.44-rockchip64 #trunk SMP PREEMPT Thu Jun 4 17:03:20 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux I have been using my rk as a server for a few months and I have not had any problems, I am using it with an NVME and it works well, I power it with USB C with power delivery. The problem is to build the kernel every month to keep it updated and understand the first time how to configure/compile everything Today I tried to update the kernel by compiling the latest version from the current branch and unfortunately I noticed that docker no longer works with the latest kernel and I had to roll back, from the errors it seems that the support for "cgroup blkio weight" and "cgroup blkio weight_device" has been removed. Anyone know if changes have been made in the default options to build the kernel? I took a look at the commits but saw nothing about this type of change
  3. @Fred St-Pierre if you want to use roc-rk3399-pc you could try using this image: https://www.armbian.com/firefly-rk3399/ The versions with the 4.4 kernel works on mine roc-rk3399-pc, however the usb ports and some gpio don't work. Versions with the 5.4 kernel do not boot. Also I don't think nvme works, I have the extension but I don't have a nvme to try it. Also, I leave here my "armbianmonitor -u" in case someone more experienced than me wants to make an armbian build for roc-rk3399-pc. Edit: you can compile the image for roc-rk3399-pc by following this guide: https://docs.armbian.com/Developer-Guide_Build-Preparation/
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines