간단한 영어문장 번역 부탁드려요

lmk378의 이미지

The "mkimage" tool can also be used to create ramdisk images for use
with U-Boot, either separated from the Linux kernel image, or
combined into one file.

u-boot의 mkimage에 대해서 찾아보던중 README에 나와있는 내용인데
번역이 잘 안되네요. 부탁드립니다.^^

익명 사용자의 이미지

"mkimage"도구 역시 두 리눅스 커널 이미지에서 분리하거나 하나의 파일에 조합하여, U-부팅용으로 램디스크를 이미지를 만드는 데 사용될 수 있습니다
구글변역기입니다.

lmk378의 이미지

번역기는 일치감치 돌려봤는데 신용이 안가서요^^

oosap의 이미지

The "mkimage" tool can also be used to create ramdisk images for use
with U-Boot, either separated from the Linux kernel image, or
combined into one file.

mkimage 는 또한 U-Boot 와 함께 사용될 ramdisk 이미지를 만드는데 사용할 수 있는데 U-Boot가 리눅스 커널 이미지에 합쳐져서 하나의 파일로 생성되도록 할 수도 있고 각각이 분리된 채로 생성되도록 할 수도 있다.

여기서 ramdisk 이미지는 커널 이미지를 일컫는 것이죠?

Thanks for being one of those who care for people and mankind.
I'd like to be one of those as well.

lmk378의 이미지

답변 감사합니다.^^
ramdisk는 커널이미지는 아니고 임베디드 시스템의 루트파일시스템입니다.
x86에서는 ramdisk 이미지를 사용하는지는 잘 모르겠으나 하드디스크가 없는 임베디드시스템에서는
ramdisk를 루트파일시스템으로 마운트해서 사용합니다.

"ramdisk 이미지를 만드는데 사용할 수 있는데 U-Boot" 이 문장을
"ramdisk 이미지를 만드는데 사용할 수 있다. 게다가 U-boot" 로 수정해도 무리가 없을까요?

lmk378의 이미지

답변 감사합니다.^^
ramdisk는 커널이미지는 아니고 임베디드 시스템의 루트파일시스템입니다.
x86에서는 ramdisk 이미지를 사용하는지는 잘 모르겠으나 하드디스크가 없는 임베디드시스템에서는
ramdisk를 루트파일시스템으로 마운트해서 사용합니다.

"ramdisk 이미지를 만드는데 사용할 수 있는데 U-Boot" 이 문장을
"ramdisk 이미지를 만드는데 사용할 수 있다. 게다가 U-boot" 로 수정해도 무리가 없을까요?

oosap의 이미지

The "mkimage" tool can also be used to create ramdisk images for use
with U-Boot, either separated from the Linux kernel image, or
combined into one file.

mkimage 는 또한 U-Boot 와 함께 사용될 ramdisk 이미지를 만드는데 사용할 수 있는데 U-Boot가 리눅스 커널 이미지에 합쳐져서 하나의 파일로 생성되도록 할 수도 있고 각각이 분리된 채로 생성되도록 할 수도 있다.

다시보니까 제가 틀린 것 같아요 ><

mkimage 는 또한 U-Boot 와 함께 사용될 ramdisk 이미지를 만드는데 사용할 수 있는데 그 ramdisk 이미지가 리눅스 커널 이미지에 합쳐져서 하나의 파일로 생성되도록 할 수도 있고 각각이 분리된 채로 생성되도록 할 수도 있다.

U-Boot가 --> 그 ramdisk 이미지가

로 변경해야 할 것 같아요... 어디까지나 그냥 제 의견입니다. 저는 영어 잘 못합니다. ^^;

Thanks for being one of those who care for people and mankind.
I'd like to be one of those as well.

overcrash의 이미지

단순한 문장으로 너무 헤매시는거 같아서 도와드립니다.
"mkimage" 툴은 U-Boot를 이용해서 커널과 분리시키거나, 혹은 하나로 통합하는 램디스크 이미지를 생성하는데 사용될수도 있다.

overcrash의 이미지

첨언을 더 해드리자면,
mkimage를 이용하면 커널+램디스크를 합쳐서 하나의 이미지로 만들수 있습니다. 그리고 램디스크가 꼭 임베디드만의 루트파일시스템은 아닙니다.
단지, 용량때문에 임베디드에서 많이 쓰일뿐이죠....

lmk378의 이미지

답변 감사합니다^^

mkimage -A arm -O linux -T ramdisk -C none -a 0x40800000 -n "ramdisk" -d ramdisk.img ramdisk-uboot.img

위와 같은 명령은 ramdisk.img에 64바이트 헤더만 더 붙여주는거 같던데 왜 해주는건가요?

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.