且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何通过Visual Studio 2008 IDE配置KITL连接。

更新时间:2022-12-01 08:59:26

无需再次下载图像即可建立KITL连接。

No need to download the image again to establish KITL connection.

执行以下操作:

1。在项目属性中启用KITL(和内核调试器,如果需要)。

1. Enable KITL (and Kernel debugger, if needed) in Project Properties.

2。建立BSP。现在你已经启用了KITL的操作系统映像。

2. Build the BSP. Now you have OS image with KITL enabled.

3。在SD卡(或任何引导设备)上刷新eboot和OS映像。

3. Flash the eboot and OS image on SD card (or any boot device).

4。启动电路板。按Space键进入eboot菜单。

4. Boot the board. Press Space to get eboot menu.

5。根据需要设置IP地址等。将KITL设置为ENABLED。

5. Set IP address etc. as needed. Set KITL to ENABLED.

6。按D下载。

7。获得BOOTME消息后,请转到Target-> Connectivity选项。添加设备。选择以太网选项。

7. When you get the BOOTME messages, go to Target->Connectivity options. Add a device. Select options as Ethernet.

8。点击"设置"。选择已连接设备的IP地址。按Click 并关闭。

8. Click "Settings". Select the IP address of device that you connected. Press Click and Close.

9。重启设备。直接从SD卡启动图像。

9. Reboot the device. Launch the image directly from SD card.

10。在VS2008上,选择已连接的设备。单击"附加"。

10. On VS2008, Select the device that you have connected. Click Attach.

11。如果弹出设备属性窗口,请将其关闭。请参阅设备的PB Debug日志。

11. Close the device properties window if it's popped up. See PB Debug logs from the device.