Lines Matching +full:on +full:- +full:board
2 --------------
4 mx35pdk (known als as mx35_3stack) is a development board by Freescale.
5 It consists of three pluggable board:
6 - CPU module, with CPU, RAM, flash
7 - Personality board, with most interfaces (USB, Network,..)
8 - Debug board with JTAG header.
10 The board is usually delivered with redboot. This howto explains how to boot
11 a linux kernel and how to replace the original bootloader with U-Boot.
13 The board is delivered with Redboot on the NAND flash. It is possible to
14 switch the boot device with the switches SW1-SW2 on the Personality board,
15 and with SW5-SW10 on the Debug board.
18 ---------------------------------------------------
23 exec -c "noinitrd console=ttymxc0,115200 root=/dev/mtdblock8 rw rootfstype=jffs2 ip=dhcp fec_mac=00…
27 Booting from NET, rootfs on NFS:
28 -----------------------------------
32 load -r -b 0x100000 <path_to_zImage>
33 exec -c "noinitrd console=ttymxc0,115200 root=/dev/nfsroot rootfstype=nfsroot nfsroot=192.168.1.1:/…
37 ip_address -l <board_ip/netmask> -h <server_ip>
40 ---------------------------
42 As default, the board is shipped with these partition tables for NAND
45 Creating 5 MTD partitions on "NAND 2GiB 3,3V 8-bit":
46 0x00000000-0x00100000 : "nand.bootloader"
47 0x00100000-0x00600000 : "nand.kernel"
48 0x00600000-0x06600000 : "nand.rootfs"
49 0x06600000-0x06e00000 : "nand.configure"
50 0x06e00000-0x80000000 : "nand.userfs"
52 Creating 6 MTD partitions on "mxc_nor_flash.0":
53 0x00000000-0x00080000 : "Bootloader"
54 0x00080000-0x00480000 : "nor.Kernel"
55 0x00480000-0x02280000 : "nor.userfs"
56 0x02280000-0x03e80000 : "nor.rootfs"
57 0x01fe0000-0x01fe3000 : "FIS directory"
58 0x01fff000-0x04000000 : "Redboot config"
61 For this board, CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK should be set to 2.
68 load -r -b 0x100000 sbabic/mx35pdk/zImage.2.6.37
69 …-c "noinitrd console=ttymxc0,115200 root=/dev/nfsroot rootfstype=nfsroot nfsroot=192.168.1.1:/opt/…
71 Flashing U-Boot
72 --------------------------------
74 U-Boot should be stored on the NOR flash.
76 The boot storage can be select using the switches on the personality board
77 (SW1-SW2) and on the DEBUG board (SW4-SW10).
80 recover the board booting from the other device.
82 Saving U-Boot in the NOR flash
83 ---------------------------------
88 Creating 6 MTD partitions on "mxc_nor_flash.0":
89 0x00000000-0x00080000 : "Bootloader"
90 0x00080000-0x00480000 : "nor.Kernel"
91 0x00480000-0x02280000 : "nor.userfs"
92 0x02280000-0x03e80000 : "nor.rootfs"
93 0x01fe0000-0x01fe3000 : "FIS directory"
94 0x01fff000-0x04000000 : "Redboot config"
99 Writing U-Boot:
100 dd if=u-boot.bin of=/dev/mtd0
104 Personality board
108 Debug Board: