Jump to content

jeanrhum

Members
  • Posts

    287
  • Joined

  • Last visited

Posts posted by jeanrhum

  1. On 6/4/2023 at 9:25 AM, balbes150 said:

    Question to the owners of Quartz64.

    I have a pcie-nvme adapter. Tell me which image you want me to test if needed and in which config (link?).

  2. 21 minutes ago, balbes150 said:

    Is this when starting with eMMC ? Which ports is the keyboard connected to ?

    I tested again and from emmc and usb, the behavior is the same. White usb ports don't work before linux kernel is loaded. However, the blue and black one are working with grub and I only tested the white one.

     

    I tried to press escape key during uefi screen but it does nothing and when I select UEFI settings in grub menu, it reboots, the UEFI screen appears and it comes back to grub even if I press escape key.

  3. I haven't any pcie adaptor to connect an nvme module.

    I tested the 4 usb ports and only 3 of them works to boot. When my usb key is plugged in the blue port, the system on emmc starts like nothing is plugged into the board.

     

    I'm not sure what you want me to try with grub. I ran:

    sudo update-grub

    However, my usb keyboard is not working during uefi and grub steps (i tested 2 keyboards), whereas it works well under ubuntu from which I'm writing this post.

    Let me know if I misunderstood something.

     

    In  case it is relevant for you, here is the output of armbian-config -u: https://paste.armbian.com/ezamiyexic

     

  4. Hi,

    I confirm that EDK2-EFI works well on quartz64-a. I burnt the latest image on sd card, then I used armbian-config to install it on emmc. After reboot I saw efi screen and grub menu and it starts well directly from emmc.

    Well done!👏

     

    I'll make additional testing now, but don't hesitate to ask if you need more feedbacks.

  5. 7 hours ago, longsd said:

    I have built the BananaPI CM4 Image. It's ok to boot, but audio failed due to some DTS problems. This may be one point that Bananapi official Image not fully released for now.

    I built also an image for M2S but I didn't tested hdmi audio. The second ethernet port was working, so I'm studying the device tree to check what is missing in mine.

  6. On 1/21/2023 at 8:41 AM, longsd said:

    I found bananapi cm4 and m2s armbian build github supported by its official maintenancer, https://github.com/Dangku/armbian-build/

    Good find! They fork armbian and add the board differently.

    I'll look at this to check how to take the good part from it. My main issue is about the second ethernet port (RTL8111H), for which I don't see how to make it work. I tried several device modifications but without any success.

  7. Hi, I don't have this board, but since it is from the same manufacturer, we can hope that the 2 boards share similar elements. For instance, the GbE ship is the same (RTL8211F), the same amount of emmc and ram.

    If you have the base board and an sd card, you can try to boot it. If you don't want to build an image by yourself, you can start by trying the Radxa zero2 image that was able to start my M2S board.

     

  8. 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

     

  9. What are you're current state?

    I tested one of the lastest station m2 image from Balbes150 (kernel 5.16-rc6) and after changing the dtb in extlinux.conf to the one of quartz64-a, then it boots well.

    My first impression is quite good! I'm able to boot, configure and install to emmc.

    I just identify that the single usb2 and usb3 ports are not active, only the 2 grouped usb2.0 ports works.

     

  10. Hi, you can also give a try to Balbes150 images for station m2:

    In my opinion, the main problem is the dtb that should be adapted from rock pi3a or station m2, but the image should boot and some basics features (SoC related) may work depending on the kernel version. Other features related to additional hardware (eth,wlan,usb,etc.) may be different and need dts modifications.

  11. Hi, I'm looking at this too, but I'm new to Ansible and starting to learn about it.

    I've forked autotests and started to play with playbooks and roles. My modest additions can be viewed here: https://github.com/jeanrhum/autotests

     

    As I understand, QA repository is the new way to go and all must be built from scratch. I'll continue my expriments on my side, waiting for guidelines on QA to see if I can help in some way.

  12. Hi Malaga,

    Your question is not directly related to armbian or any relevant OS for a given board, but it is more a question about docker itself and how it manages data: https://docs.docker.com/storage/

    On dockerhub, you'll find most images where the data specific to the encapsulated software is binded to a local folder by setting the relevant volume. Look for instance to this image: https://hub.docker.com/r/linuxserver/nextcloud where -v /path/to/appdata:/config defines the location where your can access to the config files from the host operating system and -v /path/to/data:/data corresponds to the data stored with nextcloud so that you can target any local drive properly configured and mounted from the host operating system.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines