Skip to content

Board Fails to Compile Due to sx1276, SPI not connected #20

@ineskhou

Description

@ineskhou

This was initially observed with the v5d board. When FPrime Zephyr is complied with the board definitions and no LORA radio, on the version v5d, the board no longer boots

This means that

  • the serial connection doesnt work on Tabby
  • The GDS doesn't run
  • none of the hardware, like the LED blinker works

Solution

The solution is to comment out the board definitions of two files.

lora0: sx1276@0 {
		compatible = "semtech,sx1276";
		reg = <0>;
		spi-max-frequency = <125000>;
		dio-gpios =  <&gpio0 13 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,<&gpio0 12 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
		reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
		power-amplifier-output = "pa-boost";
		label = "HOPE_RF";
	};

in

boards/bronco_space/proves_flight_control_board_v5/proves_flight_control_board_v5.dtsi 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions