See if the kernel image was copied to your boot drive.
What files are in:
ls /boot
Also check zImage, the file actually used to boot the system
ls -la /boot
I found on my system that zImage was a symlink instead of a file and this messed up the installation process.
A simple fix is to remove the zImage symlink and then recreate it pointing to the correct image… Note: double check that you created it properly! If zImage does not exist or points to a file which does not exist, that sd card will be unusable for booting the system until you fix it!
Where is your 3.8 stuff for the white . with device tree support for digikey can cape??? I just built a native box no more virtual so maybe I can get this right. My goal is first install binaries if you have them and then see if I can build them myself.
Also check zImage, the file actually used to boot the system
ls -la /boot
…
A simple fix is to remove the zImage symlink and then recreate it pointing to the correct image…
Thx, this fixed the issue. At least now I can launch and get
Linux 3.8.13-bone28 #1 SMP Fri Sep 13 03:12:24 UTC 2013
But your solution gives me more headache. First of all, I guess I can delete the x20-files. Right?
Next, what are the files in uboot good for? (Cause there is as well zImage, but 0byte large).
And last, can I find a description how this whole stuff should work?
No, one more question (I hope you could bear it ): Since I’m now running on the new system ==> How to flash it into eMMC?
is somehow the same base. Somehow not, cause you mention ‘not my image’. Would you mind to clarify between what is your (?) image and what is ubuntu-armhf-image ? Or how are they related to each other and is there one more to take into consideration? Sorry, but I don’t get it from the webpage above and would really like to understand the differences…
It's the same "ubuntu" base packages, but it's all in the partition layout/etc..
Somehow not, cause you mention 'not my image'.
Would you mind to clarify between what is your (?) image and what is
ubuntu-armhf-image ?
It's real simple.. ^ that's not my image. The author of that image
decided he wanted to go a different route for bootloader, uEnv.txt,
kernel location, partition layout, etc.. Which create issues with my
install-me.sh script.
Or how are they related to each other and is there one
more to take into consideration? Sorry, but I don't get it from the webpage
above and would really like to understand the differences...
It basically comes down to... Your free to install whatever you want.
The easy "install-me.sh" script is a feature of the images i host on
rcn-ee.net, for my customers to use that I've been using for a good
3-4 years. If you use someone else's root file-system and it doesn't
work, well, it's not a bug in my eyes...
Thx for clarification. To sum it up in my words: there is an ubuntu-armhf version and your version, which is summarized on your wiki. Your update scripts works flawless with your installation and do not work with the armhf version (cause the zImage is somehow linked wrong). There is no big difference between yours and the armhf version, but there are some. But the kernel update can be done anyway with your scripts (except the problems I was faced), right? I mean, the kernel is finally updated…
I hope I get the differences somehow right and don’t mix them up tooo much.
Last question: Do you know, if your package is smaller in size compared to the armhf? Just for curiosity.
Thx for clarification. To sum it up in my words: there is an ubuntu-armhf
version and your version, which is summarized on your wiki. Your update
scripts works flawless with your installation and do not work with the armhf
version (cause the zImage is somehow linked wrong). There is no big
difference between yours and the armhf version, but there are some. But the
kernel update can be done anyway with your scripts (except the problems I
was faced), right? I mean, the kernel is finally updated...
I hope I get the differences somehow right and don't mix them up tooo much.
Last question: Do you know, if your package is smaller in size compared to
the armhf? Just for curiosity.
In one of my images, I got Debian Wheezy down to 64Mb in size, on
disk.. It's funny as the kernel/modules avg around 50Mb...
For the normal images, i've enabled a few apt.conf tweaks which have
saved easily saved 50-75Mb just from dpkg/apt cache alone..
For me using Robert’s bare rootfs build script the bare rootfs was right around 74M on the BBB. base rootfs for the same weighed in at around ~450M, and there seems to be a lot of “play” in between. adding / removing packages etc, as you see fit.
Also check zImage, the file actually used to boot the system
ls -la /boot
…
A simple fix is to remove the zImage symlink and then recreate it pointing to the correct image…
Thx, this fixed the issue. At least now I can launch and get
Linux 3.8.13-bone28 #1 SMP Fri Sep 13 03:12:24 UTC 2013
But your solution gives me more headache. First of all, I guess I can delete the x20-files. Right?
Yes, definitely get rid of them.
Next, what are the files in uboot good for? (Cause there is as well zImage, but 0byte large).
And last, can I find a description how this whole stuff should work?
I don’t know. I mucked myself up royally using that Ubuntu-armhf image. Everything “works” now so I left that sd card alone and just use it.
I’ve got some extra micro-SD cards now AND a reasonable cross-platform build system[running Linux Mint 15] so a short term goal for me is to build/create an SD card from Robert Nelson’s scripts the “right” way so the layout isn’t this mess of half of his and half of something else.
A higher priority is to do some troubleshooting on my PHP library and push my changes for GPIO up to Github.
Well, I just meant that 74M in size is really impressive, at least to me. However, I also require many other things, which will very likely “bloat” my own rootfs to at least 1G or more. So long as it stays under ~1.7G when all is said and done, I will be perfectly happy.
As crazy as this sounds, I do have an itch, to see if we can't drop
that a little more too.. There has to be a few more redundant files,
i haven't yet looked at embeddian/grip did, but there must be a few
more tricks..
Not crazy at all. Someone a while back was claiming that Angrstrom can be had at ~16M size. I’m a bit dubious, unless somehow they managed to color busybox as Angstrom . . .