Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create beagleboard sdcard image #2

Open
m-1-k-3 opened this issue Jun 8, 2016 · 1 comment
Open

Create beagleboard sdcard image #2

m-1-k-3 opened this issue Jun 8, 2016 · 1 comment

Comments

@m-1-k-3
Copy link

m-1-k-3 commented Jun 8, 2016

Hey guys,

in your beagleboard sample a compiled u-boot version is included.
In your script you use multiple u-boot files that are not included in your images directory:

sudo cp ${UBOOT_DIR}/MLO ${UBOOT_DIR}/u-boot.img ${UBOOT_DIR}/u-boot.bin ${tmp_dir}

What are the correct steps to create the needed sdcard image from the u-boot file that is included in the sample?

Best,
Mike

@cojocar cojocar self-assigned this Jun 8, 2016
@cojocar
Copy link
Contributor

cojocar commented Jun 10, 2016

Hi @m-1-k-3,

AFAIK the u-boot related files (MLO,u-boot.img, u-boot.bin) were created following the instructions from here. IIRC, the latest version of u-boot does not use the MLO (minimal bootloader) anymore. Probably it will work with just u-boot.bin inside that image file.

Anyway, I'm attaching an archive with the three files that we used for testing (I don't know if they are suppose to work or not as I was hacking u-boot when I generated them).

sdimage.zip

The other parts of the script should work as intended.

Thanks,
Lucian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants