Posts by onnuex

    That was really helpfull, thank you!
    Now I get a more verbose about in dmesg about PCIe but still something seems to fail:


    Code
    1. [ 1.997152] PCI: CLS 0 bytes, default 64
    2. [ 3.318656] ehci-pci: EHCI PCI platform driver
    3. [ 4.958088] imx6q-pcie 1ffc000.pcie: phy link never came up
    4. [ 4.962376] imx6q-pcie 1ffc000.pcie: failed to initialize host
    5. [ 4.966984] imx6q-pcie: probe of 1ffc000.pcie failed with error -22


    Thats the part I changed:


    Code
    1. 1166 // #if 0 // not tested
    2. 1167 &pcie {
    3. 1168 pinctrl-names = "default";
    4. 1169 pinctrl-0 = <&pinctrl_pcie>;
    5. 1170 disable-gpio = <&gpio5 15 GPIO_ACTIVE_LOW>;
    6. 1171 power-on-gpio = <&gpio6 16 GPIO_ACTIVE_LOW>;
    7. 1172 reset-gpio = <&gpio5 17 GPIO_ACTIVE_LOW>;
    8. 1173 status = "okay";
    9. 1174 };
    10. 1175 // #endif


    Best regards,
    Jonas

    Hello,
    I'm using the latest fs-net kernel for the ArmStone A9 and tried to enable PCIe in "make menuconfig". This is my kernel config regarding PCIe support:



    Unfortunately, lspci doesn't show anything and I already tried different cards. This is the dmesg output:


    Code
    1. # dmesg | grep -i pci
    2. PCI: CLS 0 bytes, default 64
    3. ehci-pci: EHCI PCI platform driver


    I'm not sure how to get it working ...
    Best regards,
    Jonas

    Hey,
    I'm trying to boot a linux stock kernel from the ArmStone A9 Quad. The kernel 4.6 is from ArchLinux Arm and this package:
    http://os.archlinuxarm.org/os/…uxARM-armv7-latest.tar.gz
    Unfortunately the serial console doesn't start to print output, so I guess something doesn't work with device tree.


    How to further debug this issue? Thank you for any hint!


    Best regards,
    Jonas

    Hey,
    unfortunately I'm unable to find any SD-Cards on my ArmStone A9 using the latest U-Boot version

    Quote

    armStoneA9 # v


    U-Boot 2014.01 (Apr 22 2015 - 14:21:49) for F&S
    arm-linux-gcc (crosstool-NG 1.18.0 - for F+S boards and modules) 4.7.2
    GNU ld (crosstool-NG 1.18.0 - for F+S boards and modules) 2.23.1


    No luck :/ I also tried different cards with different partition tables etc.

    Quote

    armStoneA9 # mmc rescan
    MMC: no card present


    Following command isn't available in the latest U-Boot version

    Quote

    armStoneA9 # mmcinit
    Unknown command 'mmcinit' - try 'help'


    SD card is also not present in bootet Linux (via USB)


    Best regards,
    Jonas

    This one is solved! Thank you for the response. What I had to do was a partial upgrade, step by step and then the newest nboot and uboot version could be successfully flashed :)

    Hello,
    I have following problem with my ArmStone board:


    What does this mean? Did I downloaded the wrong Nboot/U-Boot release? I only have access to "fsimx6-V2.0.tar.bz2".
    Thank you in advance.
    Jonas