Fix issue when you don't flash the ARC and the x86 waits
- Fixed problem when the x86 hangs waiting for the ARC to be initialized. If you flash as arduino_101 instead of arduino_101_factory this will happen and you will not get a command line. - Changed default build to arduino_101_factory which is the current recommended method of flashing the arduino_101 - Updated documentation to explain a few bits on how to flash the board and conform to the v1.4.0 way of flashing the device. - Added a helper to run the dfu-util command directly on make. JerryScript-DCO-1.0-Signed-off-by: Sergio Martinez sergio.martinez.rodriguez@intel.com
This commit is contained in:
Regular → Executable
+1
-1
@@ -3,5 +3,5 @@ CONFIG_NEWLIB_LIBC=y
|
||||
CONFIG_FLOAT=y
|
||||
CONFIG_CONSOLE_HANDLER=y
|
||||
CONFIG_CONSOLE_HANDLER_SHELL=y
|
||||
|
||||
CONFIG_ARC_INIT=n
|
||||
|
||||
|
||||
Reference in New Issue
Block a user