七月, 2010

福珑6003 PMON-1.3.3下载

版本: 
LM6003-1.3.3

MD5码:52689871727b13c8415924d935816059

本次更新:

  1. 解决不能读取某些fat32文件格式的U盘上的文件的bug。
  2. 有限的加入LBA48的功能,使得PMON下可读取的硬盘最大容量1024G,原来的最大只支持128G。

注意:烧录pmon失败,可能导致机器不能启动,请谨慎。

烧录方法:

逸珑8089 PMON-1.4.1正式版下载

版本: 
LM8089-1.4.1

MD5码:ad12af3594383e3ce7dfb61799f7aadc

逸珑8089的pmon下载。

注意:烧录pmon失败,可能导致机器不能启动,请谨慎。

注意:从pmon老版本升级到新版本后,请不要使用 reboot 命令重启,会造成屏幕变暗现象。请使用poweroff命令关机,然后再开机。

本版本主要做了如下修改:

  1.  解决不能读取某些fat32文件格式的U盘上的文件的bug。
  2.  有限的加入LBA48的功能,使得PMON下可读取的硬盘最大容量1024G,原来的最大只支持128G。
  3.  加入对屏幕亮度调节的保存。

烧录方法:

福珑6004 PMON-1.3.3下载

版本: 
LM6004-1.3.3
下载URL: 
pmon-LM6004-1.3.3.bin  MD5: 48306a1bb4a12600cd4b26986c7c3854

本次更新:

  1. 解决读取某些fat32文件格式的U盘上的文件错误。
  2. 部分支持LBA48:PMON下可读取的硬盘最大容量由128G扩大至1T。
  3. DDR2参数做了部分调整。

注意:烧录pmon失败,可能导致机器不能启动,请谨慎。

烧录方法:

  1. 下载pmon,并保存到U盘中(假设U盘的文件系统格式为ext2,放在第一分区的根目录下)。
  2. 开机,按照屏幕提示按下“del”键进入pmon
  3. 在pmon中输入:load -r -f bfc00000 /dev/fs/ext2@usb0/pmon-LM6004-1.3.3.bin
  4. 刷新成功后,输入reboot重启计算机

说明:若U盘的文件系统格式为fat16,则烧录pmon的命令为: load -r -f bfc00000 /dev/fat/disk@usb0/pmon-LM6004-1.3.3.bin

Section 4 How to boot kernel and system

You have two ways to choose which kernel and system to boot,

Section 3 Installation from Network use debian-installer

You can use debian-installer to install debian Linux

The vmlinux and initrd.gz is here

Section 2 Installation from u-disk

If your machine doesn’t have an OS or your OS could not boot,you can use u-disk to install a new one .We recommend that your u-disk uses ext2/ext3 filesystem.

Before installing ,you should prepare two files in your u-disk:

Section 1 Installation from hard-disk

If you need to install the Debian Linux in hda2,install it as following:

mkdir /mnt/hda2

umount /mnt/hda2

mkfs.ext3 /dev/hda2 (optional)

OS installation in Loongson-platform

Usually your loongson machine has preinstalled an OS ,the easiest way to install a new one is to download the tarball of another system,then unzip it to a free partition.

The English Debian Linux is now available to download from Lemote homepage , http://www.lemote.com/upfiles/OS/Debian-en/

启动安装环境

 1. 插入U盘,开机长按del键,直到'pmon>'提示符出现。

 2. 加载内核,假设内核名为vmlinux:

load /dev/fs/ext2@usb0/vmlinux

 3. 加载initrd.gz(这个过程较慢,要至少5分钟):

initrd /dev/fs/ext2@usb0/initrd_fl_netboot.gz #2F福珑
initrd /dev/fs/ext2@usb0/initrd_yl_netboot.gz #逸珑8089

 4. 启动安装器:

g console=tty no_auto_cmd

网络安装

现在,您已经看到了一个蓝色背景的安装画面。