Advertisement
Guest User

Untitled

a guest
Apr 12th, 2015
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. modprobe nandsim first_id_byte=0x20 second_id_byte=0xaa third_id_byte=0x00 fourth_id_byte=0x15 parts=1,3,2,16,16,2010
  2. modprobe ubi
  3. modprobe ubifs
  4. ubiformat /dev/mtd5 -s 512 -O 512 -f rootfs_RX-51_2009SE_21.2011.38-1_PR_MR0
  5. ubiattach -m 5
  6. mkdir -p /mnt/n900
  7. mount ubi:rootfs /mnt/n900 -t ubifs
  8.  
  9. umount /mnt/n900
  10. ubidetach -m 5 || ubidetach -d 0
  11. rmmod ubifs
  12. rmmod ubi
  13. rmmod nandsim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement