element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
RIoTboard
  • Products
  • Dev Tools
  • Single-Board Computers
  • RIoTboard
  • More
  • Cancel
RIoTboard
Forum Getting into recovery with u-boot?
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RIoTboard to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 4 replies
  • Answers 1 answer
  • Subscribers 23 subscribers
  • Views 2788 views
  • Users 0 members are here
  • recovery
  • android
  • riotboard
  • root
  • u-boot
Related

Getting into recovery with u-boot?

radiatortwo
radiatortwo over 11 years ago

I´m wondering if theres a possibility to get u-boot to boot into the recovery.

Normal Android devices have a bootloader that allows to select to boot into recovery or fastboot mode.

(If there is something like fastboot integrated.)

 

I´m still working on getting Android fully rooted.

And this would be really helpful.

  • Sign in to reply
  • Cancel
Parents
  • Former Member
    0 Former Member over 11 years ago

    Well you know I'm not really an android person...  at a guess, /dev/mmcblk<n>p1 & p2 are the normal and recovery partitions, not really sure which is which though.  Probably some change to either bootargs or bootcmd in the u-boot environment can get you booted into the recovery one.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • radiatortwo
    0 radiatortwo over 11 years ago in reply to Former Member

    Well I tried with uboot a few times.

    At least I´ve found out that when you try to boot to a partition that doesn´t exist, you´ll land in USB Fastboot mode.

     

    But then I remembered something and well... I´m a jackass for not thinking about that...

     

    You can boot into recovery with adb:

     

    adb reboot recovery

     

    But the recovery is pretty darn useless. It seems it´s build for a device with Hardware Buttons.

    All you see is an Open Droid with a red exclamation mark.

    On Normal devices you now would press a volume button together with the power button or similar.

    But the RIoTboard doesn´t have such built in and a USB Keyboard/Mouse doesn´t work.

     

    I´m more of a software guy. No clue what to do now...

     

    But thanks for the help.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Reply
  • radiatortwo
    0 radiatortwo over 11 years ago in reply to Former Member

    Well I tried with uboot a few times.

    At least I´ve found out that when you try to boot to a partition that doesn´t exist, you´ll land in USB Fastboot mode.

     

    But then I remembered something and well... I´m a jackass for not thinking about that...

     

    You can boot into recovery with adb:

     

    adb reboot recovery

     

    But the recovery is pretty darn useless. It seems it´s build for a device with Hardware Buttons.

    All you see is an Open Droid with a red exclamation mark.

    On Normal devices you now would press a volume button together with the power button or similar.

    But the RIoTboard doesn´t have such built in and a USB Keyboard/Mouse doesn´t work.

     

    I´m more of a software guy. No clue what to do now...

     

    But thanks for the help.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Children
  • Former Member
    0 Former Member over 11 years ago in reply to radiatortwo

    Given you've been able to rebuild android from source.. Is there some way you can configure the recovery partition while you're building it ?

     

    I have the LCD8000-97C, no buttons there, just touchscreen. What's the chances the recovery partition can be accessed using that?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • radiatortwo
    0 radiatortwo over 11 years ago in reply to Former Member

    I´m looking through the code.

    Didn´t find anything about that till now.

     

    The display with the touchscreen would help I think if could get past this screen and into the recovery.

    But only if the recovery uses touch. Most standard recoveries only use the buttons.

     

    I know that the alternative recovery TWRP allows to use the Keyboard over OTG. (It also uses touch)

    But it doesn´t need to be activated. It just starts.

    Maybe I have to use that instead. But I can´t tell much about that right now.

    Have to find something on how to configure and compile it for the RIoTBoard.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube