RE: Problems with the first time configuration ยป Flashing.txt
1 |
U-Boot > mtdparts |
---|---|
2 |
|
3 |
device nand0 <nand>, # parts = 2 |
4 |
#: name size offset mask_flags |
5 |
0: rootfs 0x08000000 0x00000000 0 |
6 |
1: userfs 0x08000000 0x08000000 0 |
7 |
|
8 |
active partition: nand0, 0 - (rootfs) 0x08000000 @ 0x00000000 |
9 |
|
10 |
defaults: |
11 |
mtdids : none |
12 |
mtdparts: none |
13 |
U-Boot> mw.b 0xC2000000 0xFF 0x06000000 |
14 |
U-Boot> tftp 0xC2000000 myserver:/path/to/root_filesystem.jffs2 |
15 |
*** ERROR: 'ipaddr' not set |
16 |
U-Boot > |