首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Linux内核sam9g45 for the Pico -

Linux内核sam9g45 for the Pico -

  • 资源大小:65.62 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: linux 内核

资 源 简 介

TL;DR Making a bootable SD card First partition on the card needs to be FAT32. You only need to have enough space for at91bootstrap, uboot and a kernel image. 32MB or so should be enough for most people. mkfs.vfat will create a FAT16 filesystem if the partition is below a certain size so make sure you pass -F32 to force it to create a FAT32 filesystem. The bootloader in ROM on the SoC will not load at91bootstrap from FAT16 You then need to copy at91bootstrap as BOOT.BIN, uboot as u-boot.bin and your kernel image as uImage. how to build at91bootstrap git clone https://code.google.com/p/linux-picosam9g45.at91bootstrap/ cd linux-picosam9g45.at91bootstrap make CROSS_COMPILE=arm-linux-gnueabi- mrproper make CROSS_COMPILE=arm-linux-gnueabi- at91sam9m10g45eksd_uboot_defconfig make CROSS_COMPILE=arm-linux-gnueabi- copy binaries/at91--blah--.bin to BOOT.BIN on your boot fat

文 件 列 表

testkernel
BOOT.BIN
uImage38
u-boot.bin
3.8.0dgp-10734-ga7c1120
VIP VIP
0.173512s