|
From: Konstantin K. <kkl...@gm...> - 2012-02-10 08:34:47
|
Hello all! Well, first of all, stm32w_flasher works fine with both versions of the STM32F firmware on another computer, so it's my Linux box problem. Now I'm able to run RPL border-router on MB951 USB stick. The problem was in sensors. The only sensor present on the MB951 board is the button, there are no temperature sensors or MEMS. But in platform/mbxxx/contiki-main.c file I've found the line: SENSORS(&button_sensor,&temperature_sensor,&acc_sensor); I have no time to dig inside, but when I removed temperature_sensor and acc_sensor, the application started to run. I'll investigate it deeper and try to make a patch. -- Best regards, Konstantin Klubnichkin |