Robert Nelson
|
e7f9df4dbd
|
default: make wheezy-armhf the default option
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
beff8a8469
|
readme: move these under dtb
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
308da8eb8c
|
distro: raring add workaround for: https://bugs.launchpad.net/bugs/1161912
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
806a9b97e0
|
imx: these have all been converted to use --dtb, so use that
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
b07cdf8e01
|
bone: serial and video options
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
8f777e5bf9
|
distro: drop precise-armel (no kernel/boards are useing it)
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
86349ed20e
|
hide: wheezy-armel, no kernels are being built for it
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
c235793f74
|
Ubuntu: Raring is broken, see https://bugs.launchpad.net/bugs/1161912 and warn user
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
07d714050c
|
Ubuntu Raring is broken
We need flash-kernels postinstall script modified like:
=== modified file 'debian/flash-kernel-installer.postinst'
--- debian/flash-kernel-installer.postinst 2012-12-04 17:24:49 +0000
+++ debian/flash-kernel-installer.postinst 2013-03-18 17:12:33 +0000
@@ -72,6 +72,9 @@
;;
*)
latest_version=$(in-target --pass-stdout sh -c 'linux-version list | linux-version sort | tail -n1')
+ if ! "$latest_version"; then
+ latest_version=$(uname -r)
+ fi
mount -o bind /dev /target/dev
in-target update-initramfs -c -k $latest_version
umount /target/dev || true
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
e026ead62a
|
first pass for ubuntu raring, broken, need patch for flash-kernel
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
7888b8b883
|
mx53: now that sata works with v3.8-rc, drop the old v3.4.x sata non-device tree variant
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
f90bc5e010
|
distro: drop quantal-armel, after booting on real armv5 hardware, turns out this is mix of armv5/armv7-a so not usefule for what i thought it would be useful for..
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
4fa1e43822
|
doc: a couple changes
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
a07f6e281a
|
distro: drop natty (Ubuntu 11.04) went EOL October 28, 2012
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
1c2081f552
|
distro: drop maverick (Ubuntu 10.10) went EOL April 10, 2012
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
bf5893122c
|
distro: quantal armel, turns out there is an arvm5 version of quantal, might find a use for this
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
1f82816971
|
flash-kernel: since we cant disable it, lets use it, but trick it to use the custom kernel
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
ce18c67a5c
|
mx6qsabrelite: now supports boards that had the iMX6DQ_SPI_to_uSDHC3.bin flashed to nand
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
a73d07e865
|
drop ulcd
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
33369c35a5
|
mx6q_sabrelite: first pass with factory bootloader, but it looks like we will have to update it (no device tree support)
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
2b0c0dab6f
|
cleanup: docs
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Andrew Bradford
|
3a7ddd867b
|
Update instructions to match repo name
Was "netinstall-omap" but now "netinstall".
Signed-off-by: Andrew Bradford <andrew@bradfordembedded.com>
|
12 years ago |
Robert Nelson
|
26998ac831
|
distro: add early alpha support for quantal-armhf
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
13 years ago |
Robert Nelson
|
f2bac785ae
|
distro: add alpha support for wheezy-armel, serial-mode only, old keymap bug is back bug different
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
13 years ago |
Robert Nelson
|
8553c5d5f7
|
distros: add End Of Life Details
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
13 years ago |
Robert Nelson
|
68c88dc887
|
tweak the readme for --serial-mode (this might be better wording?)
|
13 years ago |
Robert Nelson
|
21420c2a5c
|
update README
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
13 years ago |
Robert Nelson
|
3c274305d2
|
readme: sync the 3 versions
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
13 years ago |
Robert Nelson
|
f44699150f
|
update Readme
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
13 years ago |
Robert Nelson
|
15885083ea
|
natty: a day or two before release, so lets drop beta from readme too
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
14 years ago |
Robert Nelson
|
331a051444
|
update README with beagle_bx change
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
14 years ago |
Robert Nelson
|
153dee202d
|
add natty to readme
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
14 years ago |
Robert Nelson
|
f306d3490f
|
more docs
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
14 years ago |
Robert Nelson
|
97a729a6ca
|
documentation update
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
14 years ago |
Robert Nelson
|
b7acfb744a
|
update readme after lucid removal and update copyright date
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
14 years ago |
Robert Nelson
|
3923a09ff1
|
redoreadme notes
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
14 years ago |
Robert Nelson
|
a58937c1f4
|
add readme notes, panda, etc
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
14 years ago |
Robert Nelson
|
169336783e
|
complete conversion to git
|
14 years ago |