URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [README.or32] - Rev 199
Go to most recent revision | Compare with Previous | Blame | View Log
This is uClinux for or32.
To build type:
make oldconfig
make dep
make linux.bin
To make ext2 fs image:
mke2fs -m0 -r0 -O none /dev/ram0 64
mount /dve/ram0/ /initrd
cp ... /initrd
umount /initrd
dd if=/dev/ram0 of=~/uClinux/linux/arch/or1k/board/initrd
To make romfs image
cd ~/delete/romfs
cp .... ./
genromfs -f ~/uClinux/linux/arch/or1k/board/initrd
Go to most recent revision | Compare with Previous | Blame | View Log