All comments:35Replies

  1. mara Senior member 2022-2-21 22:31:37

    Chris4arm Posted at 2022-2-21 15:22
    I can mount the SD card with this image on my PC but it doesn't boot in my M1.
    yes, I see that everything is in order, so it is not clear why it is not loaded. if it is possible to use only sdcard and extract eMMC for testing.

  2. Chris4arm Member 2022-2-21 23:22:34

    Hmm the case is sealed and I don't want to break the warranty.
    Is there another way to debug that ?

  3. mara Senior member 2022-2-21 23:47:17

    Last edited by mara on 2022-2-21 18:35 Editor

    try an older bootloader

    1. write the system to sdcard
    2. download the bootloader boot-20210103.tar.xz
    3. burn bootloader to sdcard
    1. dd if=idbloader.img of=/dev/mmcblk0 seek=64 status=noxfer
    2. dd if=uboot.img of=/dev/mmcblk0 seek=16384 status=noxfer
    3. dd if=trust.img of=/dev/mmcblk0 seek=24576 status=noxfer
    Copy the code


    or

    2. download the bootloader boot-20210508.tar.xz
    3. burn bootloader to sdcard
    1. dd if=idbloader.img of=/dev/mmcblk0 seek=64 status=noxfer
    2. dd if=u-boot.itb of=/dev/mmcblk0 seek=16384 status=noxferr
    Copy the code

  4. Chris4arm Member 2022-2-22 02:52:41

    mara Posted at 2022-2-21 23:47
    try an older bootloader

    1. write the system to sdcard

    The first loader (boot-20210103.tar.xz) works !

    Now another question : how to activate bluetooth in slarm64 ?

  5. mara Senior member 2022-2-22 03:02:53

    Chris4arm Posted at 2022-2-21 20:52
    The first loader (boot-20210103.tar.xz) works  !

    Now another question : how to activate  ...

    xfce in the menu -> settings -> bluetooth manager

  6. Chris4arm Member 2022-2-22 03:50:56

    mara Posted at 2022-2-22 03:02
    xfce in the menu -> settings -> bluetooth manager

    Yes, but there is no bluetooth device returned par hciconfig or hcitool and I see no low level bluetooth initialization in boot messages (no hci0)

  7. mara Senior member 2022-2-22 03:56:15

    Last edited by mara on 2022-2-21 22:02 Editor
    Chris4arm Posted at 2022-2-21 21:50
    Yes, but there is no bluetooth device returned par hciconfig or hcitool and I see no low level blu ...


    thanks, will have to check.

    which infers
    1. rfkill
    Copy the code



  8. Chris4arm Member 2022-2-22 04:43:12

    mara Posted at 2022-2-22 03:56
    thanks, will have to check.

    which infers

    "rfkill list" returns nothing...

  9. mara Senior member 2022-2-22 13:03:52

    update images

  10. Chris4arm Member 2022-2-22 18:32:49

    Last edited by Chris4arm on 2022-2-22 18:48 Editor

    Hi mara,

    I've loaded slarm64-current-aarch64-xfce-station_m1-5.16.10-build-20220221.img.zst on the SD card, put it in the M1 and... start on Station OS !
    So I applied your "old loader" and it booted, but... no BT

    Boot messages related to BT :

    1. root@station-m1:~# dmesg|egrep -i "bt|blue|kill|uart|hci0"
    2. [    0.082368] Serial: AMBA PL011 UART driver
    3. [    2.422433] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
    4. [   52.348139] dw-apb-uart ff130000.serial: forbid DMA for kernel console
    5. [  190.406741] Bluetooth: Core ver 2.22
    6. [  190.406859] NET: Registered PF_BLUETOOTH protocol family
    7. [  190.406864] Bluetooth: HCI device and connection manager initialized
    8. [  190.406882] Bluetooth: HCI socket layer initialized
    9. [  190.406890] Bluetooth: L2CAP socket layer initialized
    10. [  190.406908] Bluetooth: SCO socket layer initialized
    11. [  497.967793] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    12. [  497.967813] Bluetooth: BNEP filters: protocol multicast
    13. [  497.967831] Bluetooth: BNEP socket layer initialized

    14. root@station-m1:~# rfkill list
    15. root@station-m1:~#

    Copy the code


    so it seems there is no BT device support in the kernel


    Kernel not adapted to M1 ?

    PS : and no wifi !


1234Next Jump to Page

Reply

You need to log in before you can reply Login | Register