更新 E1XX Boot 文档及内核(Kernel)模块

These files are installed on the FAT partition of the micro-SD card in the USRP-E1XX.

First make sure you can mount the FAT partition from Linux. You will need to add the line:

/dev/mmcblk0p1 /media/FAT auto defaults,sync,noauto 0 0

to /etc/fstab on the E100. Also make sure the directory /media/FAT exists. Then run:

# mount /media/FAT

These files are for use with the 2.6.35 kernel. Do not use them with the 2.6.38 kernel.

Using the files from this page, update your system by:

  • Copy MLO to /media/FAT/MLO (Always copy the new MLO over the old one, if you remove MLO, you need to re-format the FAT partition and copy MLO on first)
  • Copy u-boot.bin to /media/FAT/u-boot.bin
  • Copy uImage to /media/FAT/uImage
  • untar modules-2.6.35+.tar.gz file in /lib/modules on the root file system (use tar -xzvf modules-2.6.35+.tar.gz).
  • Type sync; reboot; to reboot the USRP. (The sync is being extra careful to make sure the files are written to the SD card)
  • Login and run depmod -a and reboot again.

MLO (23.7 KB) Philip Balister, 2011年1月31日 星期一 20:02:01

uImage - 2.6.35+ kernel (March 23, 2011) (2.8 MB) Philip Balister, 2011年3月23日 星期三 18:29:23

modules-2.6.35_.tar.gz - Module for 2.6.35+ kernel (March 23, 2011) (3.8 MB) Philip Balister, 2011年3月23日 星期三 20:12:53

u-boot.bin - u-boot.bin (April 23, 2011) (218.2 KB) Philip Balister, 2011年4月23日 星期六 17:43:39












注:Updating E1XX Boot Files and Kernel Modules (原文出处,翻译整理仅供参考!)