-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
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
Labels
No labels