mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 18:31:54 +02:00
efed24a9a2
correct the request type in usb_control_msg should USB_ENDPOINT_IN Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
10 lines
348 B
Bash
Executable File
10 lines
348 B
Bash
Executable File
#!/bin/bash
|
|
../host-app/xbboot set_addr 0x80002000
|
|
../host-app/xbboot bulk_write ../target-stage1/stage1.bin
|
|
../host-app/xbboot start1 0x80002000
|
|
../host-app/xbboot get_info
|
|
../host-app/xbboot set_addr 0x81c00000
|
|
../host-app/xbboot bulk_write ../target-echokernel/echo-kernel.bin
|
|
../host-app/xbboot flush_cache
|
|
../host-app/xbboot start2 0x81c00000
|