Jump to content

Gunjan Gupta

Members
  • Posts

    431
  • Joined

  • Last visited

Community Answers

  1. Gunjan Gupta's post in Storage Help was marked as the answer   
    Actually its quite easy to reproduce and already fixed for next release. The problem is caused by sprdwl_ng module aka uwe5622 wifi driver. For some reasons, It creates problem for cpufreq-dt when its loaded pretty early during boot process like using /etc/modules. This causes cpufreq-dt to crash and any attempt to check information about cpu like running lscpu simply hangs. I remember seeing that resize service also does some checks related to cpu and hangs when cpufreq-dt crashes.
     
    If possible, Use images from the nightly/ rolling releases section of the Download page. They will work fine.
  2. Gunjan Gupta's post in How to update to Armbian 23.11? was marked as the answer   
    Bionic has been out of support for some time now. Try upgrading to focal and then to jammy to get to latest release. Alternatively, you can also download and flash latest image from the download page.
  3. Gunjan Gupta's post in orange pi zero 2 doesn't reconnect to wifi after router connection lost was marked as the answer   
    Thats sad. You can still try installing edge kernel to tezt it and then revert back to older kernel if it doesn't work as your liking
     
     
    I can see the kernel modules for ST7735 is enabled in our kernels
    config/kernel/linux-sunxi64-current.config:CONFIG_FB_TFT_ST7735R=m config/kernel/linux-sunxi64-edge.config:CONFIG_FB_TFT_ST7735R=m config/kernel/linux-sunxi64-legacy.config:CONFIG_FB_TFT_ST7735R=m  
     
  4. Gunjan Gupta's post in Initramfs can't find /dev/mmcblk1p1 was marked as the answer   
    This is interesting one. Kind of like how sd card names are different between different version of RPi.
     
    You haven't mentioned the image you are using. But from the post I am deducing it was working fine for you until you installed an update?
     
    I am not 100% sure as this is not a device I work with. But generally the root device is set in a file called armbianEnv.txt. Here is something for you to try 
     
    mount your root partition
    mount /dev/mmcblk0p1 /mnt check if /mnt/boot/armbianEnv.txt exists
    ls /mnt/boot/armbianEnv.txt if it doesn't exists, create it. Replace <Your UUID> with UUID shown in output of blkid command
    echo "rootdev=UUID="<Your UUID>" > /mnt/boot/armbianEnv.txt unmount your root partition
    umount /mnt and reboot
  5. Gunjan Gupta's post in ADS7846 touch screen doesn't work. unknown pin PL8 error. was marked as the answer   
    try changing &pio to &r_pio when using PL8
  6. Gunjan Gupta's post in NanoPi NEO hangs on boot Bookworm 23.5.1 was marked as the answer   
    I was able to narrow down the problem further. This seems to have caused because of net-phy-Support-yt8531c.patch. I am not sure why this patch is causing the issue but removing the stmmac part or changing config for stmmac from y to m solves it. 
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines