Had a NUCELO-F302R8 around, used it for the onboard STLink v2.
Broke out 'reserved' programming pins (SB4, SB6, SB8 and SB10) for SWD. Connected to STLink v2 clone.
Programmed DAPlink bootloader (stm32f103xb_bl_crc.bin
) to 0x8000000
and firmware (0257_stm32f103xb__0x0000.bin
) to 0x800C000
.
Kept going into bootloader, jumpered 'button' (CN4-pin5 to JP1-pin1).
lsusb shows 'NXP ARM mbed' (okay text bug but works!).
Fired up 'opocd', installed 'nrf52' package.
- Confirmed that Y480 has single-channel LVDC from motherboard, Y580 had dual channel. Cannot just replace LCD with Full HD as its missing controller signals. Bummer.
- Find compatible Full HD screen replacement
- Find VGA-to-LVDS controller board to fit where DVD drive was located. Remove DVD drive and permanently fasten cover.
- Find (slim) VGA cable to solder from motherboard to VGA controller board
- How to turn off display when standby, etc?
- How to adjust brightness via OS? If VGA output is used, backlight is off. sigh.
- Processor has provisions for eDP and second channel LVDS but none are populated.
https://www.reddit.com/r/chrubuntu/comments/1u5ymt/howto_scale_any_1366x768_display_to_1080p/ https://en.wikipedia.org/wiki/16:9
Modify screen resolution.
Available 16:9 options:
1366 768
1600 900
1920 1080
http://hforsten.com/making-embedded-linux-computer.html
- Hardware
- AT91SAM9N12 in a 217 ball LFBGA package
- AT91SAM9260B-CU-ND - $18
- AT91SAM9N12-CU-ND - $185
- get samples!
- Manufacturing details
KiwiSDR Board https://www.seeedstudio.com/KiwiSDR-Board-p-2723.html?utm_source=mailchimp&utm_medium=edm&utm_campaign=new_1025# $200 10 kHz to 30 MHz
SOFTWARE DEFINED RADIO FROM A USB TV CAPTURE CARD http://hackaday.com/2012/03/20/software-defined-radio-from-a-usb-tv-capture-card/
Download & Deploy OEL on a BeagleBone Black | |
http://www.openenealinux.org/?page_id=1114 | |
How To JTAG Raspberry Pi 2 (Without custom kernel) | |
https://movr0.com/2015/10/15/how-to-jtag-raspberry-pi-2-without-custom-kernel/ | |
BeagleBone and JTAG | |
http://www.emb4fun.de/archive/bbjtag/index.html | |
Beagleboard:BeagleBone |
DukePad https://wiki.openjdk.java.net/display/OpenJFX/DukePad https://www.chalk-elec.com/?page_id=1280#!/15-6-HDMI-interface-LCD-with-capacitive-touchscreen/p/38127425/category=3094861
15.6" HDMI interface LCD with capacitive touchscreen $149.25
https://gist.github.com/cnicolai/ceea84c03bcb9157a0230b524381a07d | |
https://gist.github.com/dupuy/1855764 |
http://www.cnx-software.com/2015/10/29/getting-started-with-nodemcu-board-powered-by-esp8266-wisoc/
#get firmware
wget https://github.com/nodemcu/nodemcu-firmware/releases/download/0.9.6-dev_20150704/nodemcu_integer_0.9.6-dev_20150704.bin
#flash firmware
sudo python ./esptool.py --port /dev/ttyUSB0 write_flash 0x00000 ../nodemcu_integer_0.9.6-dev_20150704.bin
###Documentation