Git Product home page Git Product logo

Comments (5)

patrykk avatar patrykk commented on July 22, 2024

Please supply your uboot configuration and update uboot to 2014.04 version.

from linux-udoo.

cloc3 avatar cloc3 commented on July 22, 2024

sorry, patrykk, if I continue my issue, even if my question may it be OT here.
Unlikely, I've requested a registration to udoo forum, but I've not received
it, whitout a particolar reason. So, I don't know how to manage my starting
problems with udoo.
Even I found on a lot of places, I've not understood the correct way to
configure u-boot for udoo (the last step of your README.md).

May you please give me some hint or some good reference?
That's my serial output after flashing udoo with a new u-boot, built from
git.denx.de/u-boot.git, checkout v2014.07:

cloc3 ~ # cu udoo
Connected.

U-Boot 2014.07-dirty (Jan 04 2015 - 23:12:50)

CPU: Freescale i.MX6Q rev1.2 at 792 MHz
Reset cause: POR
Board: Udoo
DRAM: 1 GiB
MMC: FSL_SDHC: 0
In: serial
Out: serial
Err: serial
Net: using phy at 6
FEC [PRIME]
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
Checking for: /uEnv.txt ...
Checking for: /boot/uEnv.txt ...
** Invalid partition 2 **
** Invalid partition 3 **
** Invalid partition 4 **
** Invalid partition 5 **
** Invalid partition 6 **
** Invalid partition 7 **
=> load
load loadb loads loadx loady
=> load mmc 0 ${loadaddr} /boot/uImage
5262616 bytes read in 343 ms (14.6 MiB/s)
=> bootm

Booting kernel from Legacy Image at 12000000 ...

Image Name: Linux-3.17.7-udoo-gb211594-dirty
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 5262552 Bytes = 5 MiB
Load Address: 10008000
Entry Point: 10008000
Verifying Checksum ... OK
Loading Kernel Image ... OK

Starting kernel ...

from linux-udoo.

cloc3 avatar cloc3 commented on July 22, 2024

I found a working configuration (I don't know if it's the better, but it works for me).
instead of uImage, I put in /boot directory a kernel in this way:

$ uname_r=3.17.7-udoo-gb211594-dirty # udoo is from my CONFIG_LOCALVERSION
$ cp arch/arm/boot/Image /mnt/mySdCard/boot/vmlinuz-${uname_r}
$ cat >/mnt/mySdCard/boot/uEnv.txt <<-EOF

uname_r=3.17.7-udoo-gb211594-dirty
console=/dev/ttymxc1, 115200
mmc_root=/dev/mmcblk0p1
EOF

and that's all folk's ;)

from linux-udoo.

patrykk avatar patrykk commented on July 22, 2024

You must put your kernel and dtb file on SD card or run "load sata ..." for sata disks.

from linux-udoo.

cloc3 avatar cloc3 commented on July 22, 2024

thanks. my problem was not boot from sata, but from mmc only.
now, I'm realizing that my previuos solution, which comes following this howto: https://www.eewiki.net/pages/viewpage.action?pageId=35848524#UDOO-Bootloader:U-Boot, depends from the patch suggested there.
it works for me, even I've again problems with the standard u-boot from git://git.denx.de/u-boot.git.
now I hope udoo forum wranglers send me my registration to theyr forum, so I can ask for my problems in the right place :).

from linux-udoo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.