↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: U-Boot

Post navigation

← Older posts
Newer posts →

ARM64 – Odroid C2 U-Boot – Latest..

Adventures With Linux ™ Posted on May 7, 2016 by RGMay 7, 2016

I discovered there was a later version (6) of the U-boot patch for the Odroid C2, and also – after more research – found the reason for the compile error… It turns out that the GIT version (May 5, 2016) of U-boot currently needs two patches.. The first one is to provide psci_system_reset for armv8, and details … Continue reading →

Posted in aarch64, alpha release, ARM64, boot, compilation, Crash and Burn.., Hacks, Odroid C2, Opinion, Performance, U-Boot | Tagged boot fails, compile cleanly, odroid c2, psci_system_reset, two patches needed, u-boot | 4 Replies

ARM64 – Odroid C2 With Latest U-Boot and Kernel – Not Quite Yet..

Adventures With Linux ™ Posted on April 27, 2016 by RGApril 27, 2016

I decided to check the latest linux-next tree for signs of Odroid C2 code, and there is some there – apparently for basic functionality..     Compiled OK, but when I tried to boot it, the Hardkernel-supplied version of U-Boot crashed: odroidc2#ext4load mmc 0:1 ${loadaddr} /boot/uboot/Image 7748608 bytes read in 187 ms (39.5 MiB/s) odroidc2#ext4load mmc 0:1 ${dtb_loadaddr} /boot/uboot/meson-gxbb-odroidc2.dtb … Continue reading →

Posted in aarch64, alpha release, ARM64, compilation, Crash and Burn.., Hacks, Odroid C2, Opinion, U-Boot | Tagged crash, linux-next, odroid c2, reset, u-boot patch | 4 Replies

ARM64 – Pi3 Success – Almost..

Adventures With Linux ™ Posted on April 26, 2016 by RGApril 26, 2016

After more ‘investigation’, I managed to find a working U-Boot for a 64-bit boot of the Raspberry Pi 3, by copying it from the boot directory of this: http://www.tom-yam.or.jp/rpi3/rpi3-arm64-debian-20160414.img.xz found towards the end of the latest 64-bit thread on the Pi Forum: https://www.raspberrypi.org/forums/viewtopic.php?f=72&t=137963&sid=cd15abd8d4dd2a2d5c517f47a3e4f5e4&start=125 .  Thanks to xyinao for putting it all together.. I copied the kernel Image … Continue reading →

Posted in aarch64, boot, compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance, Raspberry Pi, U-Boot | Tagged 64-bit kernel, boot ok, fedora 23, only 3 cpu cores, raspberry pi 3, tests | 2 Replies

ARM – Rock2 – Kernel 4.6-rc4 – MMC Swaparound – Bug or Feature?

Adventures With Linux ™ Posted on April 21, 2016 by RGMay 23, 2016

I had been running Kernel 4.6-rc2 on the Radxa Rock2 without any issues, and decided to update to recently-released Kernel 4.6-rc4.. Brief details of changes from -rc3 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1604.2/00610.html The boot failed, and I then compiled/installed 4.6-rc3 to see if that would have been OK, and it was.. I then noticed something odd in the failed … Continue reading →

Posted in boot, fix, Hacks, kernel, Linux / ARM, radxa, Rock2, success, U-Boot | Tagged arm, kernel 4.6-rc4, linux, mmc swapped, patch, radxa, rock2, success, workaround | 2 Replies

ARM64 – Pi3 64-Bit Tribulations.. Too Soon for Stability..

Adventures With Linux ™ Posted on April 15, 2016 by RGApril 15, 2016

I had ordered a Raspberry Pi 3 back in March in the hope that it would be a useful exercise in 64-bit on a different chipset..    I was (somewhat) disappointed to find that there was no initial 64-bit support, and indeed that I had been a bit of a pioneer in even running armv7 code on my … Continue reading →

Posted in aarch64, ARM64, boot, Crash and Burn.., Hacks, hardware, Linux / ARM, Opinion, Performance, Raspberry Pi, U-Boot | Tagged arm64, fail, git versions changing, performance issues, plans, raspberry pi 3, tests, u-boot | 1 Reply

ARM – Rock2 – Fix for SDCard Boot, and Ethernet..

Adventures With Linux ™ Posted on March 19, 2016 by RGMarch 19, 2016

Kernel 4.5-rc7 had booted successfully on the Radxa Rock2, but 4.5 Final failed, as the SDcard was ‘loaded’ just too late: mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) dwmmc_rockchip ff0f0000.dwmmc: 1 slots initialized ……………………… VFS: Cannot open root device “mmcblk1p1” or unknown-block(0,0): error -6 ………………………… Kernel panic – … Continue reading →

Posted in arm, armv7, boot, compilation, fix, Hacks, kernel, Linux / ARM, radxa, Rock2, U-Boot | Tagged boot fail, ethernet driver fix, fix, radxa, rock2, rootdelay, stmicro, stmmac, success | Leave a reply

ARM – Rock2 – Kernel 4.5-rc7 Boot Success

Adventures With Linux ™ Posted on March 13, 2016 by RGMarch 13, 2016

After a lot of testing, and some more confusion, I have managed to get the Rock2 to boot using the latest (2016.03-rc3) version of U-Boot, and the latest kernel (4.5-rc7) As previously, there was a lot of conflicting information……. I started by booting into the semi-proprietary 3.10-based kernel on the SDcard, and then erasing the eMMC (dd … Continue reading →

Posted in armv7, boot, compilation, Fedora, Hacks, kernel, Linux / ARM, Rock2, rx3288, U-Boot | Tagged armv7, fedora 23, kernel 4.5-rc7, radxa, rock2, success, uboot 2016.03-rc3 | Leave a reply

ARM – Pi2 – Kernel 4.4-rc5 – U-Boot Fail, and Workaround..

Adventures With Linux ™ Posted on December 20, 2015 by RGDecember 20, 2015

Recently attempted to update the Pi2 to Kernel 4.4-rc5, and encountered a problem.. The more recent proprietary Raspberry Pi 2 kernels have switched to using ‘DTB Overlays’ to control various components, but these are – currently – unsupported by U-Boot.. Booting the kernel with U-Boot results in mmc errors, and register dump: ……………….. timeout waiting for hardware … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux / ARM, Opinion, Raspberry Pi, U-Boot | Tagged dtb overlays, kernel 4.4-rc5, raspberry pi, success, u-boot fail, workaround | Leave a reply

ARM – Kernel 4.4-rc4 on the BananaPro..

Adventures With Linux ™ Posted on December 14, 2015 by RGDecember 14, 2015

Just got a ‘BananaPro‘ ARMv7 board, and updated it to Kernel 4.4-rc4 (from kernel.org) and Fedora 23. More details are here:  http://linux-sunxi.org/LeMaker_Banana_Pro I compiled U-Boot from the latest (2015.10) released version, from ftp.denx.de/pub/u-boot/ : # cd u-boot # make Bananapro_defconfig # make ARCH=arm CROSS_COMPILE=arm-linux-gnu- (or whatever cross-compiler you are using) Then as root, copy to the SDCard … Continue reading →

Posted in BananaPro, compilation, Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance, U-Boot | Tagged armv7, bananapro, compile instructions, fedora 23, kernel 4.4-rc4, new, success, u-boot, zimage | Leave a reply

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

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑