Something went wrong while flashing the rootfs in u-boot, now not even u-boot starts.
Is there a way to maybe use the mbed interface to get things alive again?
The LS1012a mbed interface hardware can be used as Flash programmer using JTAG connection. Now there is no software for using the LS1012a mbed interface as Flash programmer.
Now mbed interface can be used as Flash programmer for NXP LPC family and Freescale MK family.
See the following page:
https://developer.mbed.org/handbook/cmsis-dap-interface-firmware
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
CodeWarrior for ARMv8 supports LS1012FRDM board including Flash Programmer. The problem reported by Han is when RCW is missing from the board. In this case cmsis-dap (mbed interface) is not able to provide RCW override capabilities and a CWTAP must be used.
I m trying to use CodeWarrior for ARMv8 to Flash the LS1012FRDM with the MBED CMSIS-DAP.
I get this error: "Connect Target: .... Unexpected results in IDCODE could indicate a wrong target is selected."
The selected target is LS1012A
What's wrong in my configuration?
Thank you!
Hi Adrian, solved!!! Mounting R50 it's now possible to connect the Target. The RCW was erased.
Now i can write on the QSPI but which binary file i need to flash to restore the original system with U-BOOT and Kernel for LS1012A-FRDM board?
Thank you!!!
Dom
I tried CodeWarrior Development Studio for QorIO LS series - ARM V8 ISA.
- Is there a document describing the flashing of this board.
- The LS1012 is not one of the processor I can select in the CodeWarrior tool
- tried to use an PE MIcro MulitlinkUniversal
Take a look at Targeting manual available at CW_ARMv8\ARMv8\Help\PDF\. For adding LS1012 support youi have to update the CW using Help > Install New Software and select ARMv8 Eclipse Update Site.
Adrian
Hi Adrian,
I am having the same problem as HAN but I have the FRDM-LS1012A dev. board. Shouldn't I be able to use USB interface directly with CW? I want to avoid the unnecessary need to buy an actual CW TAP Device.
Thanks!
Regards,
Kristof
Got a CodeWarrior TAP and could flash a new image in the board. It's alive again.
Thanks for the help.