source: tt-loader/start-kernel.txt @ 16

Last change on this file since 16 was 16, checked in by guillaume, 15 years ago

Publication tt-loader v0.2.2

File size: 723 bytes
Line 
1/////////////////////////////////////////////////////////////////// KERNEL
2# Booting TT with modified hosted u-boot
3a 0x20010000
4f x-load.bin
5
6// Call a sub from x-load.bin: TT BoardInit (should only work with TT)
7a 0x20010da4
8c
9
10
11// Uncomment to send an address to dump from, then dump some memory blocks
12//a 0x20000000
13//M;M;M;M;M;M;M;M;M;M;M;M;M;M;M;M
14
15// Load updated u-boot.bin
16a 0x10280000
17f u-boot-updated.bin
18
19a 0x11800000
20f uImage.bin
21
22// Send u-boot start address and boot there, u-boot "bootcmd" must has
23// fixed to not download kernel from NAND but always boot the kernel
24// loaded at 0x11800000 address in RAM
25a 0x10280000
26b
27
28end
29/////////////////////////////////////////////////////////////////// KERNEL END
Note: See TracBrowser for help on using the repository browser.