f203a479 | 19-May-2018 |
David Lechner <david@lechnology.com> |
ARM: legoev3: update boot script to load uEnv.txt and .dtb
This updates the LEGO MINDSTORMS EV3 boot script to try loading a uEnv.txt file and a da850-lego-ev3.dtb device tree during boot.
Signed-o
ARM: legoev3: update boot script to load uEnv.txt and .dtb
This updates the LEGO MINDSTORMS EV3 boot script to try loading a uEnv.txt file and a da850-lego-ev3.dtb device tree during boot.
Signed-off-by: David Lechner <david@lechnology.com>
show more ...
|
98ada4b3 | 19-May-2018 |
David Lechner <david@lechnology.com> |
ARM: legoev3: disable networking
This disables networking related items in the config. The EV3 does not have any networking hardware, so this is wasted space.
Signed-off-by: David Lechner <david@le
ARM: legoev3: disable networking
This disables networking related items in the config. The EV3 does not have any networking hardware, so this is wasted space.
Signed-off-by: David Lechner <david@lechnology.com>
show more ...
|
648e87a1 | 19-May-2018 |
David Lechner <david@lechnology.com> |
ARM: legoev3: Move UART enable to early init
This moves the UART init for LEGO MINDSTORMS EV3 to board_early_init_f(). Some console messages were not being printed because the UART was not enabled u
ARM: legoev3: Move UART enable to early init
This moves the UART init for LEGO MINDSTORMS EV3 to board_early_init_f(). Some console messages were not being printed because the UART was not enabled until later in the init process.
Signed-off-by: David Lechner <david@lechnology.com>
show more ...
|