-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Note: This is just a template, so feel free to use/remove the unnecessary things
Description
- Type: Bug
- Related issue: Enable sdram usage of REALTEK_RTL8195AM #4665
- Priority: Blocker
Bug
Target
REALTEK_RTL8195A
Toolchain:
GCC_ARM
Toolchain version:
mbed-cli version:
(mbed --version
)
1.1.1
meed-os sha:
(git log -n1 --oneline
)
Using fork from Archady, see linked issue 4665
DAPLink version:
?
Expected behavior
Flashing a mbed-os-example-client with client logs enabled should just enable more logs.
Actual behavior
Flashing fails, the whole Realtek Ameba boards gets dropped out of USB and device disappears.
Steps to reproduce
compile mbed-os-example;
modify mbed_app.json to enable client logs
https://github.com/ARMmbed/mbed-os-example-client/blob/master/mbed_app.json#L36
mbed compile -m REALTEK_RTL8195AM
cp BUILD/REALTEK_RTL8195AM/GCC_ARM/mbed-os-example-client.bin /media/jankii01/MBED && sync
To recover you must reconnect the USB cable completely.