kernel (wd0,0)/boot/vmlinuz_yxkj_1104_02 initrd (wd0,0)/boot/rootfs.cpio.gz args console=ttyS0,115200 console=tty0 1. 2. 3. 4. pmon引导会首先读取其中的内容,将该配置目录下的内核和文件系统引导去内存中进行启动。 由于之前操作失误,所以现在首先需要进行板子的恢复工作。流程如下 : AI检测代码...
kernel /dev/fs/ext2@wd0/boot/vmlinuz initrd /dev/fs/ext2@wd0/boot/rootfs.cpio.gz args console=tty console=ttyS0,115200 修改完成如下图所示:l boot.cfg 为系统启动配置文件。l timeout 5 //等待 5 秒 l default 0 //默认引导第 0 个 title l title kernel or fs on ssd //title 下的基...
5 加载文件系统镜像 在PMON 目录下输入命令 load tftp://192.168.1.38/vmlinuz 加载内核到开发板,然后在输入命令 initrdtftp://192.168.1.38/rootfs.cpio.gz 加载文件系统(buildroot 根文件系统),其中 192.168.1.38 为虚拟机 Ubuntu的 IP 地址,如下图所示: <ignore_js_op> 加载完成后使用命令 g console=tty co...
打开成功如下图所示: 接着我们进到General setup选项里面,保证Initial RAM filesystem and RAM disk (initramfs/initrd) support选项是勾选上的,然后在Initramfs source file(s)填入ramdisk文件系统所在的绝对路径,作者这里的路径为/home/topeet/LS2K1000/kernel/ramdisk_2。设置完成后如下图所示: 设置完成后,我们保...
initrd /dev/fs/ext2@wd0/boot/rootfs.cpio.gz args console=tty console=ttyS0,115200 修改完成如下图所示: l boot.cfg 为系统启动配置文件。 l timeout 5 //等待 5 秒 l default 0 //默认引导第 0 个 title l title kernel or fs on ssd //title 下的基于 ssd 的内核和文件系统参数,因为这里是...
titel "YXKJ_TEST"kernel (wd0,0)/boot/vmlinuz_yxkj_1104_02initrd (wd0,0)/boot/rootfs.cpio.gzargs console=ttyS0,115200 console=tty0 pmon引导会首先读取其中的内容,将该配置目录下的内核和文件系统引导去内存中进行启动。 由于之前操作失误,所以现在首先需要进行板子的恢复工作。流程如下 : ...
接着我们进到General setup 选项里面,保证Initial RAM filesystem and RAM disk (initramfs/initrd) ...
initrd /dev/fs/fat@usb0/boot/rootfs.cpio.gz args console=tty console=ttyS0,115200 l boot.cfg 为系统启动配置文件。 l timeout 5 //等待 5 秒 l default 0 //默认引导第 0 个 title l title kernel or fs on usb //title 下的基于 usb 的内核和文件系统参数,因为这里是 usb 启动。
initrd /dev/fs/fat@usb0/boot/rootfs.cpio.gz args console=tty console=ttyS0,115200 l boot.cfg 为系统启动配置文件。 l timeout 5 //等待 5 秒 l default 0 //默认引导第 0 个 title l title kernel or fs on usb //title 下的基于 usb 的内核和文件系统参数,因为这里是 usb 启动。
4.initrd可以沿用原loongnix系统。 moxudong 龙芯3A 9 补充:想要支持fat、exfat的U盘,记得去内核filesystem选中,默认是不支持的。不方便。 向死而生sun 龙芯1B 2 这是部分启动日志图片,大家能看出啥问题吗? happyboy0630 龙芯3A 9 arch/mips/vdso/Makefile:38: MIPS VDSO requires binutils >= 2.25make...