Giter Site home page Giter Site logo

tools's Introduction

tools

small collection of scripts that end up on the ARM images...

update:

cd /boot/uboot/tools/
sudo ./update.sh

Generic Tools:

update boot files:

cd /boot/uboot/tools/
sudo ./update_boot_files.sh

lxde minimal desktop:

cd /boot/uboot/tools/
./ubuntu/minimal_lxde_desktop.sh

Packages:

omapdrm kms userspace:

cd /boot/uboot/tools/pkgs/
./ti-omapdrm.sh
cd /boot/uboot/tools/pkgs/
./ti-omapconf.sh

uim (TI uim Bluetooth wl12xx):

cd /boot/uboot/tools/pkgs/
./ti-uim.sh
cd /boot/uboot/tools/pkgs/
./imx-sdma-firmware.sh

TI/OMAP Tools:

suspend testing:

cd /boot/uboot/tools/
./omap/suspend_mount_debug.sh
./omap/suspend.sh

tools's People

Contributors

robertcnelson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tools's Issues

Copying initrd.img to uboot fails in beaglebone-black-copy-microSD-to-eMMC.sh

Hi Robert,
I am running the script beaglebone-black-copy-microSD-to-eMMC.sh on a debian wheezy installation and the line:

cp -v /boot/initrd.img-$(uname -r) /boot/uboot/initrd.img

fails as the uboot partition is mounted readonly:

/dev/mmcblk0p1 on /boot/uboot type vfat (ro,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)

Has my uboot partition been mounted incorrectly? Or is there a problem with the script?

Thanks,
Naren

Can't use beaglebone-black-just-copy-boot-to-eMMC.sh after doing a NetInstall

Just done a NetInstall of Debian 7.8 onto a BeagleBoneBlack, works great. However I'd now like to get the bootloader onto the eMMC. I've used this approach in the past, can't remember when but certainly last year.

Anyway I've copied down the beaglebone-black-just-copy-boot-to-eMMC.sh onto my BeagleBone .. but I get the message

"Error: script halting, system unrecognized...
unable to find: [/boot/uboot/uEnv.txt] is /dev/mmcblk0p1 mounted?"

Attached is a screenshot of my filesystem .. it's clear that mmcblk0p1 is my boot device. However sure enough /boot/uboot/uEnv.txt is missing.

beaglebone_black_debian_install

I'm guessing that perhaps you've changed the way NetInstall / uboot works, however this script is still thinking the old way?

I tried the script beaglebone-black-copy-microSD-to-eMMC.sh .. this gives the same sort of error.

Hoping you can help, because it's not the best having to hold down that fiddly S2 button each time.

Thanks

Andrew

Write MLO, uboot.img, uImage,am335x-boneblack, rootfs on to eMMC/NAND on beaglebone black

Hi I'm a newbie of embeded linux. I'm following this tutorial https://embedjournal.com/kernel-compilation-beaglebone-black/ for boot make a custom linux . I have MLO, uboot.img, uImage,am335x-boneblack on the BOOT folder , and bin, dev, home ,lost+found, mnt, run, sys, usr ,boot, etc, lib, media, proc, sbin, tmp ,var on RFS folder

I can boot my linux on beaglebone black with sdcard. So now I want to boot the linux with eMMC flash

Sorry my English is not good. Does anybody have any idea of what did I do wrong or did I miss something?

Recursive rsync no exclude /tmp

Hi

I am try use beaglebone-black-copy-microSD-to-eMMC.sh but in the copy_rootfs function the rsync make a recursive copy of /tmp.

I solve this use --exclude-from file with:

/dev/*
/proc/*
/sys/*
/tmp/*
/run/*
/mnt/*
/media/*
/lost+found
/boot/*
/lib/modules/*

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.