↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: u-boot

Post navigation

Newer posts →

ARM64 – Dragonboard 410c – Now with U-Boot..

Adventures With Linux ™ Posted on November 10, 2015 by RGNovember 12, 2015

One of the shortcomings of the DragonBoard 410c was that it relied on the Android-phone-centric fastboot for any Kernel updates, but now there is a version of U-Boot available, thanks to Mateusz Kulikowski.. This is very much a work-in-progress, but I thought I would give it a try… I started with the version at https://github.com/hallor/u-boot/tree/dragonboard-2015.11.01, and made … Continue reading →

Posted in aarch64, compilation, Crash and Burn.., Dragonboard, Fedora, Hacks, kernel, Linux / ARM, U-Boot | Tagged arm64, dragonboard 410c, hack, success, u-boot | 7 Replies

ARM – Pi2 to U-Boot..

Adventures With Linux ™ Posted on July 16, 2015 by RGJuly 16, 2015

I decided to try U-Boot on the Raspberry Pi 2, and the process has been fairly well documented in several places.. I used the latest U-Boot, with ‘patch’ info from here, as I needed Device Tree support:  https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=108217. Actual ‘installation’ is simple, as I just copied the u-boot binary to the boot directory on the SD Card, … Continue reading →

Posted in Hacks, Linux / ARM, U-Boot | Tagged boot parameters, compile, device tree support, install, patch, rasperry pi 2, success, u-boot | 2 Replies

ARM – DreamPlug to Kernel 4.0-rc1..

Adventures With Linux ™ Posted on March 3, 2015 by RGMarch 29, 2015

Now that the DreamPlug has a stable power supply (see previous post..) I decided to live dangerously and update the u-boot version and install a modern ‘device tree’ plus kernel.. It has been mentioned many times before that the u-boot update for a DreamPlug is fraught, and can result in a ‘brick’..   There should be a way … Continue reading →

Posted in compilation, Crash and Burn.., Dreamplug, Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance, U-Boot | Tagged arm, device tree, dreamplug, kernel 4.0-rc1, linux, success, u-boot, update, warning | 8 Replies

APC – The Saga Continues….

Adventures With Linux ™ Posted on August 12, 2012 by RGAugust 12, 2012

On the hunch that there may be something within the U-Boot parameters that causes the boot-to-ram problem, I removed almost all the ‘wmt.xxx‘ parameters.   The only one remaining was wmt.usb.param=11:3, which enables the USB subsystem – as I was booting from a USB-attached ‘disk’.. You can effectively ‘remove’ U-Boot parameters by setting their values to <blank>: setenv … Continue reading →

Posted in Android, APC, Crash and Burn.., Hacks, Linux / ARM, Opinion | Tagged apc, arm, boot, linux, parameters, problem, ram0, tests, u-boot | Leave a reply

APC – A Real Conundrum..

Adventures With Linux ™ Posted on August 10, 2012 by RGAugust 10, 2012

My initial success at getting the APC to boot from the micro-SD card instead of built-in ram was tempered by another issue.. Apart from examination of the boot process on the console, I had confirmed that device boots from the micro-SD card when I inadvertently formatted it as EXT3, and the boot process failed with an appropriate … Continue reading →

Posted in APC, compilation, Crash and Burn.., Hacks, Linux / ARM, Opinion, Performance | Tagged apc, mmc, problem, rom, root, u-boot | Leave a reply

APC – Kernel Driver Source MIA?

Adventures With Linux ™ Posted on August 2, 2012 by RGAugust 2, 2012

As the APCs are still ‘awaiting customs clearance’, I decided to try to cross-compile the kernel source available at github: https://github.com/apc-io/apc-8750 Unfortunately, many of the APC-specific drivers (‘wmt’) are currently missing..    The system is an Android 2.3 one, and the kernel is based – as you would expect – on Linux kernel version 2.6.32.  (In this case … Continue reading →

Posted in Android, APC, compilation, Crash and Burn.., Linux / ARM, Opinion | Tagged apc, arm, cross-compile, kernel, linux, missing drivers, source, u-boot | Leave a reply

Post navigation

Newer posts →
Original content © Robert Gadsdon 2013
↑