0
votes
1answer
2k views

use fw_printenv for get U-boot's env

I want to use fw_printenv for get U-boot's env. $cat /proc/mtd mtd0: 00060000 00004000 "bootloader" mtd1: 00200000 00004000 "kernel" mtd2: 03c00000 00004000 "root" and $vi /etc/fw_env.config # ...
1
vote
3answers
353 views

catch the serial number from bootloader

I want to catch the serial number which has been written into the U-Boot environment. Bootloader :U-boot 1.2 kernel:2.6.24 tool-chain:arm-linux-gcc-3.4.1 rfs :busybox-1.9.2 Creating 3 MTD partitions ...