Powered by SmartDoc

6.1 FreeBSD ブートイメージに idbloader.img と u-boot.itb をコピー

  1. FreeBSDブートSDイメージをマウント
    # mount /dev/da0p2 /mnt
    
  2. idbloader.img, u-boot.itb⇒/etc/uboot
    # cp idbloader.img /mnt/boot/uboot/
    # cp u-boot.itb  /mnt/boot/uboot/
    # umount /mnt
    
  3. ついでにマウントポイントを書き込んでおく
    # vi /mnt/boot/loader.conf
    vfs.root.mountfrom="ufs:/dev/mmcsd0p2"