...
Stops the mode forcing. The chip mode will be restored with the mode configured on the board jumpers. The selected channel is adapted to the mode configured on the board jumpers.
Example:
Code Block |
---|
NxBase2>board release force_bit |
...
A NanoXplore chip usually embeds more than one way (channel) to configure it using nxbase2_cli
. According to the type of DevKit used, some of the channels might not be available.
...
...
On the NG-MEDIUM/NG-LARGE DevKit, the interface role is played by the Angie board that only handles the JTAG channel. So nxbase2_cli
will only show the JTAG channel in both the chip bitstream channel list chip get global channel list
commands result.
...