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
| Memory | Description |
| 00000000 - 00080000 | Bootloader |
| 00080000 - 00580000 | Kernel |
| 00580000 - 10000000 | File System |
Writing a new kernel to mini6410 nand
| Command | Description |
| tftp 0xc0008000 zImage6410 | get kernel from server into ram. |
| nand erase 0x00080000 0x2f2eb8 | erase old kernel. 0x2f2eb8 in this example is the length of the new kernel just downloaded |
| nand write 0xc0008000 0x00080000 0x300000 | save kernel to nand memory |