uboot not loading/boot/uImage for archlinux May 19, 2014 03:49PM |
Registered: 10 years ago Posts: 34 |
Pogov4> ext2ls mmc 0:1 / ext2ls mmc 0:1 / <DIR> 4096 . <DIR> 4096 .. <DIR> 16384 lost+found <SYM> 7 bin <DIR> 0 boot <DIR> 4096 dev <DIR> 0 etc <DIR> 4096 home <SYM> 7 lib <DIR> 98306 mnt <DIR> 4096 opt <DIR> 4096 proc <DIR> 4096 root <DIR> 4096 run <SYM> 7 sbin <DIR> 0 srv <DIR> 4096 sys <DIR> 0 tmp <DIR> 0 usr <DIR> 4096 var Pogov4> ext2ls mmc 0:1 /boot # empty directory?! ext2ls mmc 0:1 /boot
Pogov4> ext2ls mmc 0:1 /root # this is fine, has content ext2ls mmc 0:1 /root <DIR> 4096 . <DIR> 4096 .. <DIR> 4096 empty <DIR> 4096 games <DIR> 4096 opt <DIR> 4096 spool <SYM> 10 mail <SYM> 6 run <DIR> 4096 tmp <DIR> 4096 local <DIR> 4096 log <DIR> 4096 lib <DIR> 4096 cache <SYM> 11 lock <DIR> 4096 db Pogov4> ext2ls mmc 0:1 /usr # no content?! ext2ls mmc 0:1 /usr Pogov4> ext2ls mmc 0:1 /dev # no content?! ext2ls mmc 0:1 /dev <DIR> 4096 . <DIR> 4096 .. Pogov4> ext2load mmc 0:1 /boot/uImage # cannot find /boot/uImage?! ext2load mmc 0:1 /boot/uImage ** No boot file defined **
Re: uboot not loading/boot/uImage for archlinux May 19, 2014 05:10PM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: uboot not loading/boot/uImage for archlinux May 19, 2014 06:03PM |
Registered: 10 years ago Posts: 34 |
Re: uboot not loading/boot/uImage for archlinux May 19, 2014 06:09PM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: uboot not loading/boot/uImage for archlinux May 19, 2014 06:14PM |
Registered: 10 years ago Posts: 34 |
Re: uboot not loading/boot/uImage for archlinux May 19, 2014 11:08PM |
Admin Registered: 13 years ago Posts: 18,856 |
<DIR> 4096 . <DIR> 4096 .. <DIR> 4096 empty <DIR> 4096 games <DIR> 4096 opt <DIR> 4096 spool <SYM> 10 mail <SYM> 6 run <DIR> 4096 tmp <DIR> 4096 local <DIR> 4096 log <DIR> 4096 lib <DIR> 4096 cache <SYM> 11 lock <DIR> 4096 db
Re: uboot not loading/boot/uImage for archlinux May 20, 2014 12:57PM |
Registered: 10 years ago Posts: 34 |
Re: uboot not loading/boot/uImage for archlinux May 20, 2014 09:34PM |
Registered: 10 years ago Posts: 34 |
Re: uboot not loading/boot/uImage for archlinux May 20, 2014 10:05PM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: uboot not loading/boot/uImage for archlinux May 20, 2014 11:14PM |
Registered: 10 years ago Posts: 34 |
Re: uboot not loading/boot/uImage for archlinux May 20, 2014 11:32PM |
Registered: 10 years ago Posts: 34 |
Daven McCalla
Re: uboot not loading/boot/uImage for archlinux November 28, 2022 03:53PM |
Re: uboot not loading/boot/uImage for archlinux November 28, 2022 04:42PM |
Admin Registered: 13 years ago Posts: 18,856 |
Quote
1. Format a new USB drive with a single Ext3 partition, and label it rootfs. If you are running the latest U-Boot for Kirkwood then you can use Ext4. But be aware that Ext4 file system format needs to be "finalized" before it can be used for booting.
mkfs.ext4 -E lazy_itable_init=0
sync sync