Jump to content

Search the Community

Showing results for tags 'bananapim64'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Product Groups

  • Misc
  • Support

Categories

  • Armbian
  • Armbian releases

Categories

  • Volunteering opportunities

Calendars

  • Community Calendar

Categories

  • Members

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

Found 17 results

  1. I am trying to update my Banana Pi M64: missinglink% cat /etc/armbian-release # PLEASE DO NOT EDIT THIS FILE BOARD=bananapim64 BOARD_NAME="Banana Pi M64" BOARDFAMILY=sun50iw1 BUILD_REPOSITORY_URL=https://github.com/armbian/build BUILD_REPOSITORY_COMMIT=869a89d6-dirty DISTRIBUTION_CODENAME=focal DISTRIBUTION_STATUS=supported VERSION=20.05.4 LINUXFAMILY=sunxi64 BRANCH=current ARCH=arm64 IMAGE_TYPE=stable BOARD_TYPE=conf INITRD_ARCH=arm64 KERNEL_IMAGE_TYPE=Image but when I run this command: missinglink% sudo apt update && sudo apt dist-upgrade -y I get these errors: W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.debian.org/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY F8D2585B8783D481 W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.debian.org/debian stable-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 W: Failed to fetch http://deb.debian.org/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY F8D2585B8783D481 W: Failed to fetch http://deb.debian.org/debian/dists/stable-updates/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 W: Some index files failed to download. They have been ignored, or old ones used instead. and the update is a noop. What do I need to fix this?
  2. Dear Armbian Team, I have a BPI M64. all the images for BPI m64 have "Audio Codec" except the armbian image. so i cannot configure my 3.5 audio jack because it needs "Audio Codec" card in alsamixer. i cannot hear any sound from the jack because it needs to be configured with alsamixer over the "Audio Codec" card. there is only sun50i-a64-audio and sun9i-hmdi. but no "Audio Codec". can you give me any solution?
  3. I built an adapter for a SPI interface SD Card Reader (https://www.ebay.com/itm/161201009722). I'm assuming I need to add in an overlay to make this reader show up, but I am not sure what that should be.
  4. When I login on the console, there is this display with a bunch of information, including the CPU temp. I have need to keep track of my CPU's temp, since it seems to be overheating (I have a heat sink on it, but does not seem to be enough -- I have a fan on order). I want to be able to check the temp from time to time, so I would like to run at least the part of the login banner program. What program is that? I am not seeing anything obvious in /bin.
  5. Hi, this is not a complaint, just wondering if I am doing something wrong. When I try "any(Pine64,Sopine,Olinuxino-A64,Bananapi-M64)" A64 board with armbian 3.10.x kernel, desktop performance is quite satisfactory. Example: https://dl.armbian.com/_old/pine64/archive/Armbian_5.90_Pine64_Ubuntu_xenial_default_3.10.107_desktop.7z But when I build armbian in docker, both 5.4 and 5.6 kernels, I experience dramatic slowdown on desktop performance, even cursor is moving slowly. Here are armbian monitor logs: http://ix.io/2oW4 and http://ix.io/2oVY Here is how it looks on BPI-m64 as an example: https://streamable.com/vy9tmh In both images, lima module is loaded and running. I know having GPU hardware acceleration with open source drivers are not on par with closed binaries, but I wasn't expecting this difference. Is it a known issue or am I doing something wrong ? If it is a known issue, can I build armbian with 3.10 (legacy) kernel ? Is there a guide for this?
  6. Hello After spending hours of trying to create an older DEV kernel (5.1.21) here are the following steps in order that it will work. I will describle here about the 5.1.21 kernel but I think it can work for any kernel. 1. create lib.config file under build/userpatches with the following: KERNELBRANCH='branch:orange-pi-5.1' 2. And this is what create the magic: download the Armbian files that matches that distribution and replace all the files in the build directory: for example I have downloaded from here - This link is the build version from the branch of the 5.1.: https://github.com/FireflyTeam/armbian-build/tree/e79c54c73b04ca1354a189477374bd02113553b5 replace all the files in the build folder and build your kernel for example: BOARD=bananapim64 BRANCH=dev RELEASE=bionic BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no (CREATE_PATCHES=yes/no depends on your needs) And now the compiler finish the build without any issue and create a working image. It could be that not all the files that I have described in section "2" are needed, but lack of support, answers and directions I have no idea which are the files that are needed, so replaced them all. Tested and working. NOTE: Without downloading the matching build environment the process fail and no working image is created, although it create an image but the image fail to load, also it doesnt create the "dtb" package. Good Luck.
  7. Hello If I would like to build a specific Kernel (5.1.15-sunxi64) that I have already made before and just want to add some patches to the kernel, what is the right command? ./compile.sh BOARD=bananapim64 BRANCH=5.1.15y RELEASE=bionic BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no INSTALL_HEADERS=yes
  8. Hi Can I setup A64 cpu frequency in bananapiM64 (images taken from pine64 classic ) at 1150MHZ? Now is 1010Mhz. Armbian 19.11.3 Pine64 Bionic current kernel 5.3.9. I have solid fan and this frequency is low.
  9. Hello It is funny that new kernels going out and kill what developers have made working on older kernels.. For example I have had no issues with GPIOs pull up in 5.1.15-sunxi64 kernel. On Kernel 5.1.15-sunxi64 I do not get those errors; Python: GPIO.add_event_detect(31, GPIO.RISING, callback=count1) RuntimeError: Failed to add edge detection I didnt have any issues with Kernel 5.1.15 but I cannot recreate it anymore. Maybe this will help to give a clue of what is happening: at 5.1.15 kernel: In ArmbianEnv.text I have enabled the w1-gpio: param_w1_pin=PC7 (PC7 Is GPIO-71) gives: cat /sys/kernel/debug/gpio gpiochip1: GPIOs 0-255, parent: platform/1c20800.pinctrl, 1c20800.pinctrl: gpio-66 ( |spi1.1 ) out hi gpio-71 ( |onewire@0 ) in hi gpio-120 ( |bananapi-m64:red:pwr) out hi gpio-142 ( |bananapi-m64:green:u) out lo gpio-143 ( |bananapi-m64:blue:us) out hi gpio-166 ( |cd ) in hi ACTIVE LOW gpio-233 ( |usb0_id_det ) in hi IRQ gpio-234 ( |ads7846_pendown ) in hi IRQ gpiochip0: GPIOs 352-383, parent: platform/1f02c00.pinctrl, 1f02c00.pinctrl: gpio-354 ( |reset ) out hi ACTIVE LOW gpio-364 ( |sysfs ) in lo Same command on 5.5 kernel: cat /sys/kernel/debug/gpio gpiochip1: GPIOs 0-255, parent: platform/1c20800.pinctrl, 1c20800.pinctrl: gpio-66 ( |spi1.1 ) out hi gpio-71 ( |onewire@0 ) out hi gpio-120 ( |bananapi-m64:red:pwr) out hi gpio-142 ( |bananapi-m64:green:u) out lo gpio-143 ( |bananapi-m64:blue:us) out hi gpio-166 ( |cd ) in hi ACTIVE LOW gpio-233 ( |usb0_id_det ) in hi IRQ gpio-234 ( |ads7846_pendown ) in hi IRQ gpiochip0: GPIOs 352-383, parent: platform/1f02c00.pinctrl, 1f02c00.pinctrl: gpio-354 ( |reset ) out hi ACTIVE LOW gpio-356 ( |shutdown ) out hi gpio-357 ( |host-wakeup ) in lo gpio-358 ( |device-wakeup ) out hi GPIO-71 >>>> OUT ?? it should be an input. Something is mixed up with this kernel. any recommendations? 1. a way to download and recompile the 5.1.15 version with the additional processor patch (that the board will not have a reset loop)? 2. A way to fix that GPIO issue?
  10. After installing armumian-5.83 on Banana pi M64 and starting it, kernel error is output and restarted when executed from start or ansible. Thanks.
  11. Hello Got a new board recently and trying to load the latest image Armbian 5.90. I get crashes with every boot: Starting kernel ... [ 9.306138] Unable to handle kernel paging request at virtual address ffff00007bfa3420 [ 9.314093] Mem abort info: [ 9.316964] ESR = 0x96000005 [ 9.320170] Exception class = DABT (current EL), IL = 32 bits [ 9.326418] SET = 0, FnV = 0 [ 9.329469] EA = 0, S1PTW = 0 [ 9.332606] Data abort info: [ 9.335484] ISV = 0, ISS = 0x00000005 [ 9.339315] CM = 0, WnR = 0 [ 9.342282] swapper pgtable: 4k pages, 48-bit VAs, pgdp = (____ptrval____) [ 9.349161] [ffff00007bfa3420] pgd=00000000bbffe803, pud=0000000000000000 [ 9.355960] Internal error: Oops: 96000005 [#1] SMP [ 9.360832] Modules linked in: brcmfmac snd_soc_simple_card brcmutil snd_soc_simple_card_utils snd_soc_spdif_tx snd_soc_hdmi_codec snd_soc_core cfg80211 snd_pcm_dmaengine snd_pcm lima snd_timer snd gpu_sched soundcore ttm sun4i_gpadc_iio axp20x_adc axp20x_battery axp20x_ac_power dw_hdmi_cec dw_hdmi_i2s_audio industrialio cpufreq_dt zram thermal_sys pinctrl_axp209 realtek [ 9.393687] Process swapper/2 (pid: 0, stack limit = 0x(____ptrval____)) [ 9.400385] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.19.57-sunxi64 #5.90 [ 9.407337] Hardware name: BananaPi-M64 (DT) [ 9.411604] pstate: 00000085 (nzcv daIf -PAN -UAO) [ 9.416398] pc : irq_work_tick+0x1c/0x60 [ 9.420320] lr : update_process_times+0x3c/0x58 [ 9.424845] sp : ffff000008013dd0 [ 9.428155] x29: ffff000008013dd0 x28: ffff80007bfa3280 [ 9.433462] x27: ffff80007bfa2d40 x26: 0000000000000002 [ 9.438771] x25: 0000000000000080 x24: 000000022a52c35a [ 9.444079] x23: ffff80007bfa2da0 x22: 0000000000000000 [ 9.449386] x21: ffff00000919bdf0 x20: 0000000000000000 [ 9.454693] x19: ffff000008d66000 x18: 0000000000000000 [ 9.460001] x17: 0000000000000000 x16: 0000000000000000 [ 9.465308] x15: 0000000000000259 x14: 0000000000000400 [ 9.470616] x13: 0000000000000000 x12: 0000000000000001 [ 9.475925] x11: 00000000026b9c98 x10: 0000000000000040 [ 9.481232] x9 : ffff000008d91f48 x8 : ffff800079400248 [ 9.486541] x7 : ffff000008d6a940 x6 : 000000001bd17a29 [ 9.491848] x5 : 0000000000000415 x4 : 000080007323d000 [ 9.497156] x3 : 0000000000000001 x2 : 000080007323d000 [ 9.502463] x1 : ffff000008013dd0 x0 : ffff000008d66420 [ 9.507771] Call trace: [ 9.510217] irq_work_tick+0x1c/0x60 [ 9.513789] update_process_times+0x3c/0x58 [ 9.517972] tick_sched_handle.isra.5+0x30/0x48 [ 9.522498] tick_sched_timer+0x48/0x98 [ 9.526331] __hrtimer_run_queues+0xe4/0x1f8 [ 9.530597] hrtimer_interrupt+0xf4/0x2b0 [ 9.534607] arch_timer_handler_phys+0x28/0x40 [ 9.539049] handle_percpu_devid_irq+0x80/0x138 [ 9.543577] generic_handle_irq+0x24/0x38 [ 9.547584] __handle_domain_irq+0x5c/0xb0 [ 9.551678] gic_handle_irq+0x58/0xa8 [ 9.555336] el1_irq+0xb0/0x140 [ 9.558475] arch_cpu_idle+0x10/0x18 [ 9.562049] do_idle+0x1d4/0x298 [ 9.565275] cpu_startup_entry+0x20/0x28 [ 9.569195] secondary_start_kernel+0x18c/0x1c8 [ 9.573724] Code: 910003e1 90006013 91108260 d538d082 (f8626803) [ 9.579812] ---[ end trace 2e56c3b86178f377 ]--- [ 9.584425] Kernel panic - not syncing: Fatal exception in interrupt [ 9.590775] SMP: stopping secondary CPUs [ 9.594696] Kernel Offset: disabled [ 9.598181] CPU features: 0x0,24802004 [ 9.601924] Memory Limit: none [ 9.604978] Rebooting in 10 seconds.. How to get this fixed? what should I do? is it the module problem? since the original image from BPI works (based on kernel 4.4.89)
  12. Hello There seems to be a problem with the latest kernel 4.19.53-sunxi64. I cannot configure the 1-wire support. In ArmbianEnv it is configured as: overlays= w1-gpio param_w1_pin=PD4 param_w1_pin_int_pullup=1 Than in /etc/modules-load.d/modules.conf I have: w1-gpio w1-therm with the dmesg | grep w1 I get: root@bananapim64:~ # dmesg | grep w1 [ 4.452698] w1-gpio onewire@0: gpio_request (pin) failed [ 4.452724] w1-gpio: probe of onewire@0 failed with error -22 root@bananapim64:~ # cat /sys/kernel/debug/gpio gpiochip1: GPIOs 0-255, parent: platform/1c20800.pinctrl, 1c20800.pinctrl: gpio-120 ( |bananapi-m64:red:pwr) out hi gpio-142 ( |bananapi-m64:green:u) out lo gpio-143 ( |bananapi-m64:blue:us) out hi gpio-166 ( |cd ) in hi gpio-233 ( |usb0_id_det ) in hi IRQ gpio-234 ( |ads7846_pendown ) in lo IRQ What could be the problem??
  13. Hi I discovered that there are two versions of M64 bananapi. The first version on which all the kernel numbers go. The second version, which is not the kernel 4.19.x - kernel panic. The system will not run. I can not give you memory numbers because I covered it with sticking the heat sink. The first version is a model bought in 2016. The second version is the this year's model. The situation is similar to that of Nano pi T3 +
  14. hi. I have build armbian 5.54 bionic 4.17 and it does not boot. 4.14 works but my intention was build bionic. It is possible to switch back to 4.14 when build armbian myself? Thanks for reply in advanse
  15. Banana Pi M64 http://www.banana-pi.org/m64.html the default ubuntu os is crap, requesting for an armbian build Allwinner a64 2GB RAM
  16. Hi, All ARM 64 get support plate. http://www.banana-pi.org/m64.html Spec: If it is like the 3.10 series kernel,?!?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines