Prerequesites
TFTP server
NFS server
TTL Serial Cable
(in future - all be done with usb flash drive and serial connection)
1. Serial connection to Stora
There is a 4 pin header near battery.
1 - GND (nearest batery)
2 - TX
3 - RX
Note - port is TTL or LVTTL.
Connection settings - 115200,8,n,1
2. u-Boot
2.1 Prtition table
Stock stora hav a 3 partitions
-Original-U-BOOT (1Mb)
-Original-Kernel (6Mb)
-Original-ROOTFS (249Mb)
- Code: Select all
# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00020000 "u-boot"
mtd1: 00600000 00020000 "uImage"
mtd2: 0f900000 00020000 "root"
Custom kernel will be
-Original-U-BOOT (1Mb)
-NEW-Kernel (4Mb)
-NEW-ROOTFS (251Mb)
- Code: Select all
# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00020000 "u-boot"
mtd1: 00400000 00020000 "uImage"
mtd2: 0fb00000 00020000 "root"
2.2 Environment variables
mainlineLinux yes
arcNumber 2743
3. Kernel.
patches
4. Rootfs on HDD
5. Rootfs on NAND
if you
