Main

Mini 6410

This pages are a "Notepad" for everything I think is worth to note about the Mini6410
If you like - you can vie this pages in brown green orange blue

Hardware descriptions

Software

Settings, Flashing, Booting etc.

Default mini6410 nand layout

MemoryDescription
00000000 - 00080000Bootloader
00080000 - 00580000Kernel
00580000 - 10000000File System

Writing a new kernel to mini6410 nand

CommandDescription
tftp 0xc0008000 zImage6410get kernel from server into ram.
nand erase 0x00080000 0x2f2eb8erase old kernel. 0x2f2eb8 in this example is the length of the new kernel just downloaded
nand write 0xc0008000 0x00080000 0x300000save kernel to nand memory