Changeset 16 for tt-loader/commands.txt


Ignore:
Timestamp:
Oct 31, 2008, 11:55:55 AM (15 years ago)
Author:
guillaume
Message:

Publication tt-loader v0.2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tt-loader/commands.txt

    r12 r16  
    453453end
    454454/////////////////////////////////////////////////////////////////// READNAND END
     455
     456/////////////////////////////////////////////////////////////////// KERNEL
     457# Booting TT with modified hosted u-boot
     458a 0x20010000
     459f x-load.bin
     460
     461// Call a sub from x-load.bin: TT BoardInit (should only work with TT)
     462a 0x20010da4
     463c
     464
     465// Load updated u-boot.bin
     466a 0x10280000
     467f u-boot-updated.bin
     468
     469a 0x11800000
     470f uImage.bin
     471
     472// Send u-boot start address and boot there, u-boot "bootcmd" must has
     473// fixed to not download kernel from NAND but always boot the kernel
     474// loaded at 0x11800000 address in RAM
     475a 0x10280000
     476b
     477
     478end
     479/////////////////////////////////////////////////////////////////// KERNEL END
    455480
    456481/////////////////////////////////////////////////////////////////// U-BOOT
Note: See TracChangeset for help on using the changeset viewer.