Jump to content

Search the Community

Showing results for tags 'bananapim2s'.

  • 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

Categories

  • Official giveaways
  • Community giveaways

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 7 results

  1. Hi, I'm working with an armbian installed on a Banana Pi M2S and I'm having problems using GPIOX_12, GPIOX_13 and GPIOX_4, because the Wifi/Bluetooth drivers are introducing garbage data by default into them and making it difficult to use them for communication in my project. I need to know how to disable these drivers from the kernel so that they don't interfere with the UART communication that I'm creating on those pins, since they are enabled by default and take control of the port automatically (even without having any module connected). Question: Is there any way to disable them in the kernel during the image building process? For the moment I won't use those drivers since I'll be installing a Wifi module via USB later. I'm building the armbian image from the repository using these build variables: ./compile.sh build BOARD=bananapim2s BRANCH=current BUILD_DESKTOP=no BUILD_MINIMAL=no KERNEL_CONFIGURE=no RELEASE=jammy EXTENSIONS=preset-firstrun Any help or pointers would be very appreciated. Thank you very much in advance!
  2. Hello everyone, I'm currently working on a bananaPi M2S and trying to set up serial communication through the GPIO port on my device. I am using the provided overlay for UART-A. The overlay seems to work as it registers the serial device, as indicated by the dmesg output: bash [ 0.000277] printk: console [tty1] enabled [ 0.734433] ff803000.serial: ttyAML0 at MMIO 0xff803000 (irq = 14, base_baud = 1500000) is a meson_uart [ 0.734458] printk: console [ttyAML0] enabled [ 0.735241] ffd24000.serial: ttyAML6 at MMIO 0xffd24000 (irq = 15, base_baud = 1500000) is a meson_uart [ 0.735395] serial serial0: tty port ttyAML6 registered [ 2.663304] systemd[1]: Created slice Slice /system/serial-getty. [ 3.140660] systemd[1]: Found device /dev/ttyAML0. However, the device /dev/ttyAML6 does not appear in the /dev folder. Here are the steps I've taken so far: Loaded the UART-A overlay. Verified registration through dmesg logs, which show that ttyAML6 is indeed registered. What I've checked: I ran ls /dev/ttyAML* and /dev/tty* but didn't find ttyAML6. Questions: Is there a known issue with this overlay or an additional step I'm missing to make the device node appear in /dev? Are there specific udev rules I need to add or modify to automatically create the device node? Any help or pointers would be greatly appreciated! Thank you in advance!
  3. Good day! I have a Banana pi m2s with Amlogic A311D, 4GB RAM and 16GB emmc. Official images from Banana pi work on this device (both emmc and SD card). The problem is when I try to install Armbian on SD card - using BalenaEtcher on Windows / Disk tool on Ubuntu Mate: - the m2s either doesn't boot (when Armbian is written on emmc memory) - or m2s boots from emmc storage (when Armbian is written on SD Card) SD card has boot priority over emmc and works fine with official .img from bananapi. I see all written files on SD card after using Balena Etcher. The difference from official images is that boot folder in official images is seperate FAT32 partition. And in Armbian there is no seperate boot partition. But as I understood from reading forums, that shouldn't be a problem. Strange that is doesn't want to boot Armbian (no information on screen and blue led is not blinking). I tried different images from older ones to newer, with and without desktop... No result. Also tried changing armbianEnv.txt in part of .dtb to use. For example .dtb of odroid n2l, that generally may work (tested in official banana pi images) - but still Armbian doesn't start. Please help. Thank you!
  4. The USB-C port and lsusb results suggest to me that this board should support USB 3 under Armbian, but I have no earthly idea how I would succeed at this. My first, naive attempt used the PinePhone docking bar. This looked like it might work as it passed power through to the M2S, and it also powered the WD Passport HDD I used to test, but no devices appeared. Is there a better fit? Perhaps the PinePhone device only works with Pine devices? This would be better posted on the official Banana Pi forum, but I'm apparently IP banned despite having never posted there. This is an Armbian system, so I reckon it's not too off-topic to ask here.
  5. On the page https://www.armbian.com/bananapi-m2s/ I tried to download the Bookworm XFCE build at the link https://redirect.armbian.com/region/NA/bananapim2s/Bookworm_current_xfce but that link gives a 404 error. EU mirror worked. Where should I report this?
  6. Type: Giveaway

    COMPLETED

    • 1 Prize
    • 37 Participants

    SinoVoip, one of Armbian’s Platinum Partners, has teamed up with Armbian to give away their Bananapi M2S! Get your free raffle ticket today and enter to win! Specifications: (for the full list, check vendor documentation) Amlogic A311D Quad-core ARM Cortex-A73 and dual-core ARM Cortex-A53 CPU ARM G52 MP4(6EE) GPU NPU for AI 5.0 TOPS 4GB LPDDR4 RAM 16GB eMMC flash 2x Gigabit port HDMI output While you are here, feel free to comment below on what you would do with the board if you win! Armbian is always looking for new volunteers for many positions. If you have time to volunteer, consider applying for one of the open positions! To enter, you need to sign-up to the Armbian Forum and wait one day (24 hours) to pass the bot check, and then you can enter the contest! *Prizes will be fulfilled and sent directly by SinoVoip once a winner is chosen and their address is received. Be sure you can receive parcels from China. Armbian and SinoVoip will not be responsible for any customs duties or additional fees associated with the delivery or import of the prize.
  7. Hi, This is my first try to add a board to armbian build system. I got a BPI M2S since several months, but only had time recently to investigate on this promising SBC. I made a PR here, if somebody wants to try it: https://github.com/armbian/build/pull/4597 The main improvements are to be done for the dts file, since I'm not an expert about such file definition. Only 1 ethernet of the Gbit ports is working, since I copy the config from vim3 that share the same hardware for it. I didn't try to customize u-boot and I use the one for radxa zero2 that works to launch armbian on the board. armbianmonitor -u is here: https://paste.armbian.com/piyuqajeye
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines