Why raspberry pi 4b claims that it's processor is armv7l when in official specification it's ARM v8? How to change it?How to known if an ARM library (.so) is compatible with the raspberry PIOfficial MongoDB Repo for ARM Processor for Debian baseHow to ensure that Terminal runs when I start X?When a device says it's “Linux-compatible,” does that mean it is compatible with Raspbian?raspberry emulation / nested virtualization - issue when booting with qemu-system-armHow do I do an online 'chkdsk' with Raspbian from the shell?Now that Raspbian Stretch has been released, should Jessie users rush out and do the upgrade? Is it safe?Can Etcher be used to customize the base Raspbian image?Why can I connect to my Raspberry Pi when I have internet sharing off, but not when it's on?Change GPIO pins for official Raspberry Pi 7" touchscreen

Why tantalum for the Hayabusa bullets?

What would the United Kingdom's "optimal" Brexit deal look like?

How would a lunar colony attack Earth?

Should students have access to past exams or an exam bank?

Should I put my name first, or last in the team members list

How can I convert a linear narrative into a branching narrative?

"Valet parking " or "parking valet"

Rampant sharing of authorship among colleagues in the name of "collaboration". Is not taking part in it a death knell for a future in academia?

Can machine learning learn a function like finding maximum from a list?

Was the Psych theme song written for the show?

How do I make my photos have more impact?

Is Ear Protection Necessary For General Aviation Airplanes?

Why does Earth need water in the Expanse?

Can you continue the movement of a Bonus Action Dash granted by Expeditious Retreat if your Concentration is broken mid-move?

Is it possible for a particle to decay via gravity?

Patio gate not at right angle to the house

What is my clock telling me to do?

How did astronauts using rovers tell direction without compasses on the Moon?

Is it possible to tell if a child will turn into a Hag?

Circle symbol compatible with square and triangle

Boots or trail runners with reference to blisters?

How can Paypal know my card is being used in another account?

What is this kind of symbol meant to be?

Are all French verb conjugation tenses and moods practical and efficient?



Why raspberry pi 4b claims that it's processor is armv7l when in official specification it's ARM v8? How to change it?


How to known if an ARM library (.so) is compatible with the raspberry PIOfficial MongoDB Repo for ARM Processor for Debian baseHow to ensure that Terminal runs when I start X?When a device says it's “Linux-compatible,” does that mean it is compatible with Raspbian?raspberry emulation / nested virtualization - issue when booting with qemu-system-armHow do I do an online 'chkdsk' with Raspbian from the shell?Now that Raspbian Stretch has been released, should Jessie users rush out and do the upgrade? Is it safe?Can Etcher be used to customize the base Raspbian image?Why can I connect to my Raspberry Pi when I have internet sharing off, but not when it's on?Change GPIO pins for official Raspberry Pi 7" touchscreen






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I need to run MongoDB docker container on Raspberry Pi 4B. My Raspberry has preset (already installed) Raspbian on SD card, I didn't install OS by myself.



MongoDB docker image supports arm64v8. But when I try to run container, it claims that there is no image available for my armv7 32-bit machine.



Official Raspberry Pi 4B specification claims that it has ARMv8 processor so mongodb should install without any problems. It turns out it's not a problem with Mongo, as linux command lscpu also claims my machine is armv7l.



What would you recommend me to do now? Can I somehow configure raspbian so it claim it works on armv8?










share|improve this question







New contributor



Piotrek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    1















    I need to run MongoDB docker container on Raspberry Pi 4B. My Raspberry has preset (already installed) Raspbian on SD card, I didn't install OS by myself.



    MongoDB docker image supports arm64v8. But when I try to run container, it claims that there is no image available for my armv7 32-bit machine.



    Official Raspberry Pi 4B specification claims that it has ARMv8 processor so mongodb should install without any problems. It turns out it's not a problem with Mongo, as linux command lscpu also claims my machine is armv7l.



    What would you recommend me to do now? Can I somehow configure raspbian so it claim it works on armv8?










    share|improve this question







    New contributor



    Piotrek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      1












      1








      1








      I need to run MongoDB docker container on Raspberry Pi 4B. My Raspberry has preset (already installed) Raspbian on SD card, I didn't install OS by myself.



      MongoDB docker image supports arm64v8. But when I try to run container, it claims that there is no image available for my armv7 32-bit machine.



      Official Raspberry Pi 4B specification claims that it has ARMv8 processor so mongodb should install without any problems. It turns out it's not a problem with Mongo, as linux command lscpu also claims my machine is armv7l.



      What would you recommend me to do now? Can I somehow configure raspbian so it claim it works on armv8?










      share|improve this question







      New contributor



      Piotrek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I need to run MongoDB docker container on Raspberry Pi 4B. My Raspberry has preset (already installed) Raspbian on SD card, I didn't install OS by myself.



      MongoDB docker image supports arm64v8. But when I try to run container, it claims that there is no image available for my armv7 32-bit machine.



      Official Raspberry Pi 4B specification claims that it has ARMv8 processor so mongodb should install without any problems. It turns out it's not a problem with Mongo, as linux command lscpu also claims my machine is armv7l.



      What would you recommend me to do now? Can I somehow configure raspbian so it claim it works on armv8?







      raspbian pi-4 64-bit






      share|improve this question







      New contributor



      Piotrek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question







      New contributor



      Piotrek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question






      New contributor



      Piotrek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 8 hours ago









      PiotrekPiotrek

      1083 bronze badges




      1083 bronze badges




      New contributor



      Piotrek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Piotrek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.

























          2 Answers
          2






          active

          oldest

          votes


















          2














          Docker containers use the same kernel as the host. There are two pre-compiled kernels distributed with Raspbian, an ARMv6 one for the model 1's and Zeros, and an ARMv7 one for the multicore models. The latter works on the 64-bit ARMv8 models as well,1 since they are backward compatible.



          You cannot run a 64-bit userspace on top of a 32-bit kernel. While you could use a 64-bit kernel, this means compiling it yourself or finding a distro that has one.



          Unfortunately Mongo DB dropped support for 32-bit platforms last year. Your best bet is to try a 64-bit distro; if you search around online you'll find blogs about this, eg.: https://andyfelong.com/2019/01/mongodb-3-2-64-bit-running-on-raspberry-pi-3-with-caveats/




          1. The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core. This is when the second stock kernel was introduced.





          share|improve this answer

























          • Thank you very much, I think I understand the problem now. It seems they the easiest way is to install an 64-bit distro. Do you recommend any? If some Linux distro supports Raspberry Pi 3, will it also run on RPi4?

            – Piotrek
            8 hours ago











          • You should make new questions about your additional questions.

            – Ingo
            7 hours ago











          • I'd start with Debian buster, which is what's used in the blog from the link. Raspbian is based on it (notice the current version is also "buster") and largely identical, which should make other things easier for you.

            – goldilocks
            7 hours ago











          • The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core - isn't there two "versions" of the 2B? the latter having the same SOC as the 3B? (just to confuse the issue even more) (and both are quad core not dual core)

            – Jaromanda X
            3 hours ago


















          1














          The Raspberry Pi 3 and 4 have 64-bit CPUs. However, Raspbian is a 32-bit operating system, so that SD card images work on all Pi models. Depending on where you're looking, the Pi will report armv6 or armv7 (usually armv7) although it's actually running in armv6 userland, and despite the hardware is actually armv8. Some other operating systems provide 64-bit images but they're less common.






          share|improve this answer

























          • Can you please explain the difference between your answer and the answer from @goldilocks?

            – Ingo
            7 hours ago













          Your Answer






          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("schematics", function ()
          StackExchange.schematics.init();
          );
          , "cicuitlab");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "447"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Piotrek is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f101215%2fwhy-raspberry-pi-4b-claims-that-its-processor-is-armv7l-when-in-official-specif%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          Docker containers use the same kernel as the host. There are two pre-compiled kernels distributed with Raspbian, an ARMv6 one for the model 1's and Zeros, and an ARMv7 one for the multicore models. The latter works on the 64-bit ARMv8 models as well,1 since they are backward compatible.



          You cannot run a 64-bit userspace on top of a 32-bit kernel. While you could use a 64-bit kernel, this means compiling it yourself or finding a distro that has one.



          Unfortunately Mongo DB dropped support for 32-bit platforms last year. Your best bet is to try a 64-bit distro; if you search around online you'll find blogs about this, eg.: https://andyfelong.com/2019/01/mongodb-3-2-64-bit-running-on-raspberry-pi-3-with-caveats/




          1. The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core. This is when the second stock kernel was introduced.





          share|improve this answer

























          • Thank you very much, I think I understand the problem now. It seems they the easiest way is to install an 64-bit distro. Do you recommend any? If some Linux distro supports Raspberry Pi 3, will it also run on RPi4?

            – Piotrek
            8 hours ago











          • You should make new questions about your additional questions.

            – Ingo
            7 hours ago











          • I'd start with Debian buster, which is what's used in the blog from the link. Raspbian is based on it (notice the current version is also "buster") and largely identical, which should make other things easier for you.

            – goldilocks
            7 hours ago











          • The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core - isn't there two "versions" of the 2B? the latter having the same SOC as the 3B? (just to confuse the issue even more) (and both are quad core not dual core)

            – Jaromanda X
            3 hours ago















          2














          Docker containers use the same kernel as the host. There are two pre-compiled kernels distributed with Raspbian, an ARMv6 one for the model 1's and Zeros, and an ARMv7 one for the multicore models. The latter works on the 64-bit ARMv8 models as well,1 since they are backward compatible.



          You cannot run a 64-bit userspace on top of a 32-bit kernel. While you could use a 64-bit kernel, this means compiling it yourself or finding a distro that has one.



          Unfortunately Mongo DB dropped support for 32-bit platforms last year. Your best bet is to try a 64-bit distro; if you search around online you'll find blogs about this, eg.: https://andyfelong.com/2019/01/mongodb-3-2-64-bit-running-on-raspberry-pi-3-with-caveats/




          1. The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core. This is when the second stock kernel was introduced.





          share|improve this answer

























          • Thank you very much, I think I understand the problem now. It seems they the easiest way is to install an 64-bit distro. Do you recommend any? If some Linux distro supports Raspberry Pi 3, will it also run on RPi4?

            – Piotrek
            8 hours ago











          • You should make new questions about your additional questions.

            – Ingo
            7 hours ago











          • I'd start with Debian buster, which is what's used in the blog from the link. Raspbian is based on it (notice the current version is also "buster") and largely identical, which should make other things easier for you.

            – goldilocks
            7 hours ago











          • The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core - isn't there two "versions" of the 2B? the latter having the same SOC as the 3B? (just to confuse the issue even more) (and both are quad core not dual core)

            – Jaromanda X
            3 hours ago













          2












          2








          2







          Docker containers use the same kernel as the host. There are two pre-compiled kernels distributed with Raspbian, an ARMv6 one for the model 1's and Zeros, and an ARMv7 one for the multicore models. The latter works on the 64-bit ARMv8 models as well,1 since they are backward compatible.



          You cannot run a 64-bit userspace on top of a 32-bit kernel. While you could use a 64-bit kernel, this means compiling it yourself or finding a distro that has one.



          Unfortunately Mongo DB dropped support for 32-bit platforms last year. Your best bet is to try a 64-bit distro; if you search around online you'll find blogs about this, eg.: https://andyfelong.com/2019/01/mongodb-3-2-64-bit-running-on-raspberry-pi-3-with-caveats/




          1. The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core. This is when the second stock kernel was introduced.





          share|improve this answer













          Docker containers use the same kernel as the host. There are two pre-compiled kernels distributed with Raspbian, an ARMv6 one for the model 1's and Zeros, and an ARMv7 one for the multicore models. The latter works on the 64-bit ARMv8 models as well,1 since they are backward compatible.



          You cannot run a 64-bit userspace on top of a 32-bit kernel. While you could use a 64-bit kernel, this means compiling it yourself or finding a distro that has one.



          Unfortunately Mongo DB dropped support for 32-bit platforms last year. Your best bet is to try a 64-bit distro; if you search around online you'll find blogs about this, eg.: https://andyfelong.com/2019/01/mongodb-3-2-64-bit-running-on-raspberry-pi-3-with-caveats/




          1. The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core. This is when the second stock kernel was introduced.






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 8 hours ago









          goldilocksgoldilocks

          46k11 gold badges65 silver badges182 bronze badges




          46k11 gold badges65 silver badges182 bronze badges















          • Thank you very much, I think I understand the problem now. It seems they the easiest way is to install an 64-bit distro. Do you recommend any? If some Linux distro supports Raspberry Pi 3, will it also run on RPi4?

            – Piotrek
            8 hours ago











          • You should make new questions about your additional questions.

            – Ingo
            7 hours ago











          • I'd start with Debian buster, which is what's used in the blog from the link. Raspbian is based on it (notice the current version is also "buster") and largely identical, which should make other things easier for you.

            – goldilocks
            7 hours ago











          • The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core - isn't there two "versions" of the 2B? the latter having the same SOC as the 3B? (just to confuse the issue even more) (and both are quad core not dual core)

            – Jaromanda X
            3 hours ago

















          • Thank you very much, I think I understand the problem now. It seems they the easiest way is to install an 64-bit distro. Do you recommend any? If some Linux distro supports Raspberry Pi 3, will it also run on RPi4?

            – Piotrek
            8 hours ago











          • You should make new questions about your additional questions.

            – Ingo
            7 hours ago











          • I'd start with Debian buster, which is what's used in the blog from the link. Raspbian is based on it (notice the current version is also "buster") and largely identical, which should make other things easier for you.

            – goldilocks
            7 hours ago











          • The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core - isn't there two "versions" of the 2B? the latter having the same SOC as the 3B? (just to confuse the issue even more) (and both are quad core not dual core)

            – Jaromanda X
            3 hours ago
















          Thank you very much, I think I understand the problem now. It seems they the easiest way is to install an 64-bit distro. Do you recommend any? If some Linux distro supports Raspberry Pi 3, will it also run on RPi4?

          – Piotrek
          8 hours ago





          Thank you very much, I think I understand the problem now. It seems they the easiest way is to install an 64-bit distro. Do you recommend any? If some Linux distro supports Raspberry Pi 3, will it also run on RPi4?

          – Piotrek
          8 hours ago













          You should make new questions about your additional questions.

          – Ingo
          7 hours ago





          You should make new questions about your additional questions.

          – Ingo
          7 hours ago













          I'd start with Debian buster, which is what's used in the blog from the link. Raspbian is based on it (notice the current version is also "buster") and largely identical, which should make other things easier for you.

          – goldilocks
          7 hours ago





          I'd start with Debian buster, which is what's used in the blog from the link. Raspbian is based on it (notice the current version is also "buster") and largely identical, which should make other things easier for you.

          – goldilocks
          7 hours ago













          The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core - isn't there two "versions" of the 2B? the latter having the same SOC as the 3B? (just to confuse the issue even more) (and both are quad core not dual core)

          – Jaromanda X
          3 hours ago





          The oddball in this is really the Pi 2B, which is a 32-bit ARMv7 dual core - isn't there two "versions" of the 2B? the latter having the same SOC as the 3B? (just to confuse the issue even more) (and both are quad core not dual core)

          – Jaromanda X
          3 hours ago













          1














          The Raspberry Pi 3 and 4 have 64-bit CPUs. However, Raspbian is a 32-bit operating system, so that SD card images work on all Pi models. Depending on where you're looking, the Pi will report armv6 or armv7 (usually armv7) although it's actually running in armv6 userland, and despite the hardware is actually armv8. Some other operating systems provide 64-bit images but they're less common.






          share|improve this answer

























          • Can you please explain the difference between your answer and the answer from @goldilocks?

            – Ingo
            7 hours ago















          1














          The Raspberry Pi 3 and 4 have 64-bit CPUs. However, Raspbian is a 32-bit operating system, so that SD card images work on all Pi models. Depending on where you're looking, the Pi will report armv6 or armv7 (usually armv7) although it's actually running in armv6 userland, and despite the hardware is actually armv8. Some other operating systems provide 64-bit images but they're less common.






          share|improve this answer

























          • Can you please explain the difference between your answer and the answer from @goldilocks?

            – Ingo
            7 hours ago













          1












          1








          1







          The Raspberry Pi 3 and 4 have 64-bit CPUs. However, Raspbian is a 32-bit operating system, so that SD card images work on all Pi models. Depending on where you're looking, the Pi will report armv6 or armv7 (usually armv7) although it's actually running in armv6 userland, and despite the hardware is actually armv8. Some other operating systems provide 64-bit images but they're less common.






          share|improve this answer













          The Raspberry Pi 3 and 4 have 64-bit CPUs. However, Raspbian is a 32-bit operating system, so that SD card images work on all Pi models. Depending on where you're looking, the Pi will report armv6 or armv7 (usually armv7) although it's actually running in armv6 userland, and despite the hardware is actually armv8. Some other operating systems provide 64-bit images but they're less common.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 7 hours ago









          ben_nuttallben_nuttall

          8685 silver badges8 bronze badges




          8685 silver badges8 bronze badges















          • Can you please explain the difference between your answer and the answer from @goldilocks?

            – Ingo
            7 hours ago

















          • Can you please explain the difference between your answer and the answer from @goldilocks?

            – Ingo
            7 hours ago
















          Can you please explain the difference between your answer and the answer from @goldilocks?

          – Ingo
          7 hours ago





          Can you please explain the difference between your answer and the answer from @goldilocks?

          – Ingo
          7 hours ago










          Piotrek is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Piotrek is a new contributor. Be nice, and check out our Code of Conduct.












          Piotrek is a new contributor. Be nice, and check out our Code of Conduct.











          Piotrek is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Raspberry Pi Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f101215%2fwhy-raspberry-pi-4b-claims-that-its-processor-is-armv7l-when-in-official-specif%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

          Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

          Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367