I have got the prebuild ICS images from the website and have put them on
my SD card. The android system boots fine and I can access it through
the ADB interface.
However I get nothing on the screen. Can you confirm that I have put the
correct images on my SD card and that I have taken the correct steps to
get the beadaframe working with the beaglebone.
How can I get Andorid ICS 4.0.3 installed with BeadaFrame
Re: How can I get Andorid ICS 4.0.3 installed with BeadaFrame
Please follow the TI instructions for installation:
http://processors.wiki.ti.com/index.php ... ilt_Images
Note: you need to select AM335x-EVM root filesystem tarball instead of beaglebone root filesysystem.
And then you need to replace kernel image from our FTP
BBone20120721/images/android/uImage
You need *NOT* replace bootloader images if you prefer UART0 as your default console.
For further questions/supports. Please logon our forum www.esky-sh.com/bbs to post your detailed issue with logs.
http://processors.wiki.ti.com/index.php ... ilt_Images
Note: you need to select AM335x-EVM root filesystem tarball instead of beaglebone root filesysystem.
And then you need to replace kernel image from our FTP
BBone20120721/images/android/uImage
You need *NOT* replace bootloader images if you prefer UART0 as your default console.
For further questions/supports. Please logon our forum www.esky-sh.com/bbs to post your detailed issue with logs.
Re: How can I get Andorid ICS 4.0.3 installed with BeadaFrame
Thanks for the quick reply.
I had followed the steps listed bellow however I get the following error (this is through minicom):
U-Boot SPL 2011.09-00000-g518a597 (Apr 11 2012 - 16:55:25)
Texas Instruments Revision detection unimplemented
No AC power, disabling frequency switch
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img
U-Boot 2011.09-00000-g518a597 (Apr 11 2012 - 16:55:25)
I2C: ready
DRAM: 256 MiB
WARNING: Caches not enabled
No daughter card present
NAND: HW ECC Hamming Code selected
256 MiB
MMC: OMAP SD/MMC: 0
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
NAND read from offset 260000 failed -74
*** Warning - readenv() failed, using default environment
Net: cpsw
Hit any key to stop autoboot: 0
SD/MMC found on device 0
reading uEnv.txt
214 bytes read
Loaded environment from uEnv.txt
Importing environment from mmc ...
Running uenvcmd ...
reading uImage
3575337 bytes read
## Booting kernel from Legacy Image at 82000000 ...
Image Name: Linux-3.2.0-gb02ab39-dirty
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3575336 Bytes = 3.4 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... Bad Data CRC
ERROR: can't get kernel image!
reading uImage
3575337 bytes read
## Booting kernel from Legacy Image at 80007fc0 ...
Image Name: Linux-3.2.0-gb02ab39-dirty
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3575336 Bytes = 3.4 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... Bad Data CRC
ERROR: can't get kernel image!
Booting from nand ...
HW ECC BCH8 Selected
NAND read: device 0 offset 0x280000, size 0x500000
5242880 bytes read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
U-Boot#
Could you advise me how to continue. I am happy to post this in the forum if you could let me know where to post? Should I just start a new thread?
I had followed the steps listed bellow however I get the following error (this is through minicom):
U-Boot SPL 2011.09-00000-g518a597 (Apr 11 2012 - 16:55:25)
Texas Instruments Revision detection unimplemented
No AC power, disabling frequency switch
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img
U-Boot 2011.09-00000-g518a597 (Apr 11 2012 - 16:55:25)
I2C: ready
DRAM: 256 MiB
WARNING: Caches not enabled
No daughter card present
NAND: HW ECC Hamming Code selected
256 MiB
MMC: OMAP SD/MMC: 0
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
NAND read from offset 260000 failed -74
*** Warning - readenv() failed, using default environment
Net: cpsw
Hit any key to stop autoboot: 0
SD/MMC found on device 0
reading uEnv.txt
214 bytes read
Loaded environment from uEnv.txt
Importing environment from mmc ...
Running uenvcmd ...
reading uImage
3575337 bytes read
## Booting kernel from Legacy Image at 82000000 ...
Image Name: Linux-3.2.0-gb02ab39-dirty
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3575336 Bytes = 3.4 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... Bad Data CRC
ERROR: can't get kernel image!
reading uImage
3575337 bytes read
## Booting kernel from Legacy Image at 80007fc0 ...
Image Name: Linux-3.2.0-gb02ab39-dirty
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3575336 Bytes = 3.4 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... Bad Data CRC
ERROR: can't get kernel image!
Booting from nand ...
HW ECC BCH8 Selected
NAND read: device 0 offset 0x280000, size 0x500000
5242880 bytes read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
U-Boot#
Could you advise me how to continue. I am happy to post this in the forum if you could let me know where to post? Should I just start a new thread?
Re: How can I get Andorid ICS 4.0.3 installed with BeadaFrame
please follow this instructions if your nand flash on NBD02 board is not empty.
http://processors.wiki.ti.com/index.php ... ng_Android
BTW, you can use nand erase chip command under uboot console, if you do not want boot from nand.
http://processors.wiki.ti.com/index.php ... ng_Android
BTW, you can use nand erase chip command under uboot console, if you do not want boot from nand.
Re: How can I get Andorid ICS 4.0.3 installed with BeadaFrame
There should be at least 3 files on your SD boot section?XiangCui wrote:Hi guys, I did the steps provided in the posts, replaced the kernal image with the uImage I downloaded from the FTP, it looks like the board boots and the LCD lit up, but the console port stuck and no output when I connect to tty.usbserial-TIVM78QXB 115200, also android won't boot up, I can't get to uboot. I don't have problem connect to it using TI_Android_GingerBread_2_3_4 prebuild images. Do I have to config other thing to make the usb serial connection works?
MLO, u-boot and uImage.
Please keep MLO and u-boot on TI pre-built images, if you use UART0(USB2Serial) port as your serial console.
Re: How can I get Andorid ICS 4.0.3 installed with BeadaFrame
BBone20120721/android/
Who is online
Users browsing this forum: No registered users and 2 guests