** getestet auf TX53-8030 *** 1. Flash partitionieren: fis init -f fis create -s 0 -l 0x00400000 -b 0x70108000 -r 0x70108000 -e 0x70108000 linux fis create -s 0 -l 0x07b20000 -b 0x70100000 rootfs 2. RedBoot konfigurieren: fconfig Run script at boot: true Boot script: fis load linux exec -w 1 -c "ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw console=ttymxc0,115200 consoleblank=0 logo.nologo tx53_base=stkv3 video=VGA-1:640x480MR-32@60 panic=1" >> Boot script timeout (10ms resolution): 1 Use BOOTP for network configuration: true Default server IP address: 192.168.1.111 <-- TFTP-Server-Adresse Console baud rate: 115200 Set FEC network hardware address [MAC]: true FEC network hardware address [MAC]: [Enter] GDB connection port: 9000 Force console for special debug messages: false Network debug at boot time: false automatic boot partition selection: false Update RedBoot non-volatile configuration - continue (y/n)? y reset CTRL-C 3. Kernel und rootf flashen (oder updaten): load -r -b 0x70100000 zImage fis create linux load -r -b 0x70100000 rootfs.ubi fis create rootfs reset