Linux-SWAT
Forum Addict!
- Joined
 - Feb 13, 2010
 
- Messages
 - 9,284
 
I edited the extlinux, but something's wrong
1: mmcblk1p2
Retrieving file: /boot/zImage
reading /boot/zImage
** Unable to read file /boot/zImage **
Skipping mmcblk1p2 for failure retrieving kernel
2: mmcblk0p2
Retrieving file: /boot/zImage
reading /boot/zImage
** Unable to read file /boot/zImage **
I use a two partition scheme, one FAT, other EXT4. I copied things from the working uEnv.txt I use on IGEP :
 
	
	
	
		
				
			1: mmcblk1p2
Retrieving file: /boot/zImage
reading /boot/zImage
** Unable to read file /boot/zImage **
Skipping mmcblk1p2 for failure retrieving kernel
2: mmcblk0p2
Retrieving file: /boot/zImage
reading /boot/zImage
** Unable to read file /boot/zImage **
I use a two partition scheme, one FAT, other EXT4. I copied things from the working uEnv.txt I use on IGEP :
		Code:
	
	label mmcblk1p2
kernel /boot/zImage
append console=ttyO2,115200n8 root=/dev/mmcblk1p2 bootdev=mmc mmcdev=1 bootpart=1:2 bootdir=/boot mmcrootfstype=ext4 rw rootwait earlyprintk fixrtc omapdrm.num_crtc=2 consoleblank=0 vram=12M omapfb.vram=0:8M,1:4M omapdss.def_disp=hdmi
fdtdir /boot/
label mmcblk0p2
kernel /boot/zImage
append console=ttyO2,115200n8 root=/dev/mmcblk0p2 bootdev=mmc mmcdev=0 bootpart=0:2 bootdir=/boot mmcrootfstype=ext4 rw rootwait earlyprintk fixrtc omapdrm.num_crtc=2 consoleblank=0 vram=12M omapfb.vram=0:8M,1:4M omapdss.def_disp=hdmi
fdtdir /boot/
	
	