1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 16:25:20 +02:00
xburst-tools/xbboot/scripts/boot-echo.sh

9 lines
312 B
Bash
Raw Normal View History

2009-08-21 09:04:09 +03:00
#!/bin/bash
../host-app/xbboot set_addr 80002000
../host-app/xbboot bulk_write ../target-stage1/stage1.bin
../host-app/xbboot start1 80002000
../host-app/xbboot set_addr 81c00000
../host-app/xbboot bulk_write ../target-echokernel/echo-kernel.bin
../host-app/xbboot flush_cache
../host-app/xbboot start2 81c00000