This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] Linux/AM3351:处理器 Linux SDK 封装

Guru**** 2037690 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/582904/linux-am3351-processor-linux-sdk-footprint

器件型号:AM3351

工具/软件:Linux

客户问题:

1) 1)   外部闪存中压缩的 Linux 的大小

2)    2) RAM 中未压缩操作系统的大小

3)   3) BSP 封装的尺寸。 对于这个,他们可以在以下位置获得信息: http://software-dl.ti.com/processor-sdk-linux/esd/AM335X/latest/index_FDS.html

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Rogerio、

    [引用 user="Rogerio]1)   外部闪存中压缩 Linux 的大小[/quot]

    AM335x PSDK3.2中的默认压缩 Linux (zImage)为3.5MB。 默认 NAND 闪存布局为 Linux 内核分配5.3MB 空间:

    processors.wiki.ti.com/.../AM335x_U-Boot_User's_Guide

    因此、您可以将 Linux 内核放大到最高5.3MB。

     [引用 USER="Rogerio]2)    RAM 中未压缩操作系统的大小

    AM335x PSDK3.2中的默认压缩 Linux (zImage)为3.5MB、而默认的未压缩 Linux (Image)为10MB。

    另请参阅以下指针:

    zImage       -压缩内核镜像(arch/arm/boot/zImage):3.5MB (3470720字节)

    图像        -未压缩的内核图像(arch/arm/boot/Image):10MB

    uImage       - U-Boot 包装 zImage:3.5MB (3470784字节)

    vmlinux    - 内核,带有适当的调试符号:13.5MB

    此致、
    帕维尔

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    Pavel、

    非常感谢。