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

10 lines
348 B
Bash
Raw Normal View History

2009-08-21 09:04:09 +03:00
#!/bin/bash
2009-08-21 12:00:33 +03:00
../host-app/xbboot set_addr 0x80002000
2009-08-21 09:04:09 +03:00
../host-app/xbboot bulk_write ../target-stage1/stage1.bin
2009-08-21 12:00:33 +03:00
../host-app/xbboot start1 0x80002000
../host-app/xbboot get_info
2009-08-21 12:00:33 +03:00
../host-app/xbboot set_addr 0x81c00000
2009-08-21 09:04:09 +03:00
../host-app/xbboot bulk_write ../target-echokernel/echo-kernel.bin
../host-app/xbboot flush_cache
2009-08-21 12:00:33 +03:00
../host-app/xbboot start2 0x81c00000